james-tindal / obsidian-mindmap-nextgen

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

inline mindmap resize handle sometimes missing #168

Closed WHG555 closed 1 year ago

WHG555 commented 1 year ago

image image

obsidian:: 1.1.8 obsidian-mindmap-nextgen::1.8.1

i run this plugin, a line at the bottom not display.

WHG555 commented 1 year ago
height: 400px
# Central Node

## Secondary node
## Secondary node

Can you add this control method. This eliminates the need for manual adjustment. Of course, both methods would be better together

james-tindal commented 1 year ago

That's already how it works. The frontmatter setting works like this:

---
markmap:
  height: 400
---

I will fix the case of the vanishing resize handle.

james-tindal commented 1 year ago

@WHG555 Published a fix.