james-tindal / obsidian-mindmap-nextgen

Create mind maps from your obsidian markdown files
MIT License
159 stars 7 forks source link

Number of nodes limit: Nodes cannot continue nesting after six levels of nesting #166

Closed zhraa11 closed 1 year ago

zhraa11 commented 1 year ago

Number of nodes limit: Nodes cannot continue nesting after six levels of nesting

image
james-tindal commented 1 year ago

This is part of the Markdown specification. What you've shown is Obsidian's enforcement of the spec. Regarding the mindmap, that's handled by Markmap. I think it's unlikely we're going to try to work around that in the plugin.

You can nest lists to arbitrary depth. https://www.markdownguide.org/basic-syntax/#unordered-lists

zhraa11 commented 1 year ago

Thank you for taking this issue seriously