Skip to content

creecros/MarkdownPlus

Repository files navigation

Checkout our latest project

  • With DocPHT you can take notes and quickly document anything and without the use of any database.

Latest release GitHub license Maintenance Open Source Love Downloads

⭐ If you use it, you should star it on Github! It's the least you can do for all the work put into it!

MarkdownPlus

Plugin Authors:

Adds EmojiOne Shortcode and Unicode conversions to Markdown in Kanboard

  • 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.

image

or

image

  • :shortname: autocomplete included, will probably pop up on all textareas...(may not work on older version of kanboard)

image

  • Toggle for oldschool vs newschool emojis is located in Settings > Application settings

image

Adds Check box conversion Markdown in Kanboard

from

image

to

image

Inline HTML conversion in Markdown in Kanboard

from

image

to

image

Other Markdown Extra support (no guarantees)

https://michelf.ca/projects/php-markdown/extra/

Install

Kanboard versions tested down to 1.0.43, :shortcode: autocomplete will not function on older version.

Automatically

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

Manually

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

image

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