MarkMindCkm / obsidian-enhancing-mindmap

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

fixed four bugs #127

Closed zhao414 closed 3 months ago

zhao414 commented 1 year ago
  1. 3 dots menu: fix compatible issue
  2. toPng: you need to have a look at of it. I did not FIX the bug, it is just a workaround.
  3. root node: root node will not be removed to avoid unexpected situation
  4. centering: so this plugin can live with Hover Editor Plugin

there is also an error in main.ts:

if(leaf&&this.mindmapFileModes[leaf.id||file.path] == 'markdown')

the vs code says there is no longer an "id" in "leaf".

I don't understand what does this line mean and I'm running out of time, so I have to left it to you. :D

good luck!

zhao414 commented 1 year ago

@MarkMindCkm I'm not sure whether people using ob 1.3 need there fix or not. I think we can postpone this pull request and comeback to it after the ob 1.4.x is released to the public.