MarkMindCkm / obsidian-enhancing-mindmap

obsidian plugin editable mindmap,you can edit mindmap on markdown file
MIT License
592 stars 51 forks source link

Error: Mindmap layout broken if text edited in another tab #151

Open CaptSolo opened 2 months ago

CaptSolo commented 2 months ago

There is an error with the mindmap layout that appears if the mindmap note (in its textual form) gets edited in another tab:

To reproduce:

  1. have two tabs with the mindmap note: one in the mindmap mode, the other – in the text editing mode;
  2. edit the contents of the tab in the text editing mode;
  3. switch to the tab with the mindmap view (and observe the broken layout).

The orginal note:

# MindMap Test

## Text line 1
## Text line 2
## Text line 3

Before update:

image

After update (deleting "Text line 2") - note the broken layout:

image