dundalek / atom-markdown-mindmap

Visualize markdown files as mindmaps in Atom editor
Other
117 stars 31 forks source link

Support checkbox formatting from github-flavored markup #54

Open afomi opened 4 years ago

afomi commented 4 years ago

Given I create a markdown bullet like * [ ] item 1 When the map displays Then the mindmap node shows text without the [ ] OR the mindmap node shows text with a incomplete checkbox (if not checked) or ✅ (if checked)

dundalek commented 4 years ago

Related to https://github.com/dundalek/atom-markdown-mindmap/issues/35. I will not likely be implementing this myself.

But markmap-lib copy seems to support custom formatting in nodes, so maybe you could ask there.

afomi commented 4 years ago

@dundalek - is this feature suitable for this repo? Would you take a PR for it?