atom-markdown-mindmap
atom-markdown-mindmap copied to clipboard
Support checkbox formatting from github-flavored markup
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)
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.
@dundalek - is this feature suitable for this repo? Would you take a PR for it?