Skip to content

Add mermaid external tool #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/Related Tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,17 @@ <h2 id="External Tools" class="header"><div id="Related Tools-External Tools"><a
and generating links, all from the command line.
</li>
</ul>
<li>
<a href="https://mermaid.js.org/">mermaid</a>
</li>
<ul>
<li>
javascript library that renders inline diagrams
</li>
<li>
See <a href="https://github.com/vimwiki/vimwiki/issues/1045#issuecomment-2610626215">this issue comment</a> on how to integrate
</li>
</ul>
</ul>

</body>
Expand Down
3 changes: 3 additions & 0 deletions wiki/Related Tools.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ that is missing!
- Python CLI that provides a front-end for interactive editor commands and
can be used to automate repetitive tasks such as rebuilding tag metadata
and generating links, all from the command line.
- [[https://mermaid.js.org/|mermaid]]
- javascript library that renders inline diagrams
- See [[https://github.com/vimwiki/vimwiki/issues/1045#issuecomment-2610626215|this issue comment]] on how to integrate