mirror of
https://git.yylx.win/https://github.com/mojiro/OneExperienceKB.git
synced 2025-10-03 18:01:08 +08:00
"One Experience" is a theme based on FreeScout's UI.
Assets | ||
Template | ||
_config.yml | ||
config.php | ||
LICENSE | ||
Makefile | ||
Plugin.php | ||
README.md |
OneExperienceKB
"One Experience" is a theme based on FreeScout's UI.
Screenshots
Author
- Michail Topaloudis
- License MIT
Requirements
Kanboard >= v1.0.48
Kanboard installed at a web server.
You can find the download at kanboard.org
Installation
You have the choice between 2 methods:
- Download the zip file and decompress everything under the directory
plugins/OneExperienceKB
- Clone this repository into the folder
plugins/OneExperienceKB
Note: Plugin folder is case-sensitive.
Important: remove all unused themes
Known Issues
- Improve the jQuery Date Selector
- Responsive support
Add options for the theme
- Replace the KB logo with your own logo
For more information have a look in the config.php
Supports the Customizer plugin
Syntax highlighting for Markdown code
151 languages currently supported by Prism, with their corresponding alias, to use in place of xxxx
-```xxxx
class BaseClass {
function __construct() {
print "In BaseClass constructor\n";
}
}
-```
+```php
class BaseClass {
function __construct() {
print "In BaseClass constructor\n";
}
}
+```
KanBoard Plugin Support
This theme has support for the following plugins:
- Gantt by Frédéric Guillot
- Bigboard by BlueTeck, Thomas Stinner, Pierre Cadeot, PapeCoding
- StarredProjects by BibLibre
- TaskProgressBar by Valentino Pesce
- Customizer by Craig Crosby
Reporting Issues
Please create an issue for any bugs you've found.