Skip to content

Tiddly Wiki 5 plugin to support the mermaid library

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md
Unknown
license.tid
Notifications You must be signed in to change notification settings

jceb/mermaid-tw5

 
 

Repository files navigation

mermaid-tw5

wrapper for mermaid

https://mermaid-js.github.io/mermaid/

place the <$mermaid> widget and then use the mermaid syntax with in the text.

<$mermaid text="
        graph LR
            A-->B
            B-->C
            C-->A
            D-->C
"><$mermaid>

An alternative method is to make the Tiddler type to be text/vnd.tiddlywiki.mermaid. You can also try putting the mermaid syntax within the <$mermaid> element, but this does not work as well due to TW5 parsing.

You can install by browsing to https://gt6796c.github.io/ and dragging the link to your TiddlyWiki.

About

Tiddly Wiki 5 plugin to support the mermaid library

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md
Unknown
license.tid

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%