- With DocPHT you can take notes and quickly document anything and without the use of any database.
⭐ If you use it, you should star it on Github! It's the least you can do for all the work put into it!
Plugin Author: creecros
-
Converts :shortname: and Unicode to EmojiOne newschool emojis, or...
-
Converts :shortname: to unicode for oldschool emojis, so long as it passes through the markdown helper.
or
- :shortname: autocomplete included, will probably pop up on all textareas...(may not work on older version of kanboard)
- Toggle for oldschool vs newschool emojis is located in
Settings > Application settings
from
to
from
to
https://michelf.ca/projects/php-markdown/extra/
Kanboard versions tested down to 1.0.43, :shortcode: autocomplete will not function on older version.
1.) If your Kanboard installation is configured to install from the app, simply find it in the plugins directory and choose install.
2.) Restart your server
1.) Download the latest versions supplied zip file, it should be named MarkdownPlus-x.xx.x.zip
- I advise not to install from source or master
2.) Unzip to the plugins folder.
- your folder structure should look like the following:
plugins
└── MarkdownPlus <= Plugin name
├── Assets
├── Helper
├── Template
├── vendor
├── LICENSE
├── Plugin.php
├── README.md
├── composer.json
└── composer.lock
3.) Restart your server