
Improvement for copy as Markdown
Explain the problem as you see it
When I copy nodes as Markdown, the focused node is always converted as "Heading"
Why is this a problem for you?
Even if I copy as Markdown
in the middle of nodes, the node which I place cursor would be handled as Heading
.
Suggest a solution
As long as placing cursor to the top of node which zoomed in panel, it's ok to handle as Heading
, but when cursor is in the middle of the panel, I'd like to copy nodes as normal list format instead of having Heading
section.
Or it's nice if we have option to copy as Markdown without heading section.
Let me describe some more.
Always copied like below:
Test TOP item
- child node 1
- child node 1-1
- child node 2
- child node 2-1
- child node 2-2
- childe node3
It's OK to export when I zoom in panel at "Test TOP item" node.
But when above node is in the middle of panel, I'd like to export like below:
- Test TOP item
- child node 1
- child node 1-1
- child node 2
- child node 2-1
- child node 2-2
- childe node3