obsidian-enhancing-mindmap
obsidian-enhancing-mindmap copied to clipboard
Feature Request: Default view mode
Is it possible to add a feature to set the default view mode as list or mindmap when a file is opened?
yes , you can change the yaml to set the view mode
In the yaml, when mindmap-plugin: basic present, the mindmap is rendered as default.
---
mindmap-plugin: basic
---
Does mindmap-plugin support other value? so new note can be opened as markdown and when I hit preview the current note .., it is rendered as mindmap by then.
