Skip to content
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