markmap / mkdocs-markmap

MkDocs plugin and extension to create mindmaps from markdown using markmap
MIT License
45 stars 5 forks source link

Incompatibility between vscode-markmap and mkdocs-markmap #59

Open ivallesp opened 8 months ago

ivallesp commented 8 months ago

The syntax makes it unusable for VSCode users! I use mkdocs to render my notes in HTML, which I take in markdown. To render the mindmaps using the official markmap extension in VSCode I need to write a plain markdown document. To make it work in mkdocs-markmap I need to put it inside a code snippet with the triple quote. These two formats are incompatible. Is there any way I can make this work in both sides?

neatc0der commented 7 months ago

There are two ways to incorporate mindmaps into your documents. Aside from the described code snippet you can also include separate markdown files that only contain mindmaps.

Did you try {!mindmap.mm.md!}?