I wanted to copy paste a mindmap to Notion editor.
When I copy the mindmap, I get an indented list like this.
But if I paste it in my markdown editor, it's turning out to be flat list.
So, I need to start every list item with "*" or "-" to make my Notion markdown editor to accept the nested lists.
I tried some regex search and replace like
Indented List - Mindnode Mindmap to Notion.kmmacros (2.1 KB)
Although these two regexes are working in my text editor to start every list item with "- ", not working through Keyboard Maestro.