mkdocs-markmap icon indicating copy to clipboard operation
mkdocs-markmap copied to clipboard

Incompatibility between vscode-markmap and mkdocs-markmap

Open ivallesp opened this issue 1 year ago • 1 comments

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?

ivallesp avatar Jan 15 '24 19:01 ivallesp

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!}?

neatc0der avatar Jan 24 '24 05:01 neatc0der