Skip to content

Add rendering for mermaid.js sections in kanboard markdown texts

License

Notifications You must be signed in to change notification settings

euneuber/AddMermaid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AddMermaid

Add mermaid.js rendering for kanboard markdown texts - requires markdownplus

See mermaid.js for available diagram types and their syntax.

Author

  • Eugen Neuber
  • License MIT

Requirements

Kanboard >= v1.0.48
Kanboard installed at a web server. You can find the download at kanboard.org Plugin MarkdownPlus

Installation

Install this plugin by cloning this repository into kanboard plugin directory:

cd $YOUR_KANBOARD_DOCUMENT_ROOT
 
git clone https://github.com/euneuber/AddMermaid.git plugins/AddMermaid

Note: Plugin folder is case-sensitive.

⭐ If you like it, do not forget to give a star on GitHub!

Bug Reporting Issues

Please create an issue for any bugs you've found.

Example

Add this snippet to your markdown text:

<div class="mermaid">
sequenceDiagram
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
    Alice-)John: See you later!
</div>

About

Add rendering for mermaid.js sections in kanboard markdown texts

Resources

License

Stars

Watchers

Forks

Packages

No packages published