Closed janklostermann closed 7 months ago
In case there is only one h1-headline (#
) in the markdown, it is probably best to ignore the YAML frontmatter value title
and use this single h1-header as root (as is the current behaviour).
Good idea.
Great! Thanks so much for implementing this improvement so quickly!
It will be released in the next version.
Fixed in v0.1.4
Thanks so much! Works like a charm!
Am 21. April 2024 18:02:51 MESZ schrieb Gerald @.***>:
Fixed in v0.1.4
-- Reply to this email directly or view it on GitHub: https://github.com/markmap/markmap-vscode/issues/52#issuecomment-2068108352 You are receiving this because you authored the thread.
Message ID: @.***> -- Von /e/ Mail gesendet.
Hello, Thanks so much for your plugin. It is so helpful!
To become more compatible with mindmap-exports to markdown (e.g. from freeplane) and save a level of headline hierarchy I have the following suggestion:
Situation now
With more than one h1-header (
#
) there is no root of the mindmap. export from freeplane:Suggested improvement
The root of the mindmap could be easily added without refactoring the complete hierarchy by simply using a "title" value from markdowns YAML frontmatter. With that, I would only need to extend the first line to become the frontmatter.