vscode-markdown-preview-enhanced
vscode-markdown-preview-enhanced copied to clipboard
mindmap with markmap.js
i read the Mermaid is working on mindmaps.. but it is at early stages. a working (and beautiful!) solution in JS is https://markmap.js.org/
could it be a viable solution to embed?
Yes it could be possible. I will take a closer look at markmap.js. Thanks!
Any updates on this one? Since Mermaid is good
hope that we can enjoy markmap as seem as possible
markmap could be used now?
For the current version 0.6.8, still not support to render the mindmaps from mermaid block in markdown, but the VSCode builtin markdown previewer support it with the extension bierner.markdown-mermaid~
@leolcao Mindmap is now supported in mermaid now in the latest 0.6.10 version.
So I am closing this issue. Thank you!
Thanks and now it works in new version.,
Btw, I tested all charts from from Mermaid.js(10.3.1), and found ZenUML sequence chart is not works in this extension, I guess because it needs additional library from https://mermaid.js.org/syntax/zenuml.html#integrating-with-your-library-website
Any way, this extension is already awesome~
The mermaid zenuml will be supported once this PR gets done: https://github.com/shd101wyy/mume/pull/297
@leolcao zenuml is now supported.
Verified and thanks~