Closed MartinPacker closed 4 years ago
Can you please provide an example of what this would look like?
Would look like a single node:
myElement
in the "XML attribute merge" case. (Down from 3 nodes: "myElement", "x=", "y=")
To do this for a node requires the following steps:
This would be repeated for each selected node, their parent node and their children.
Thinking of the syntax to be <match> asbullet
A similar thing could be done for numbered list bullets, though the Markdown is slightly different.
Some of the code replicates what's in CSVTree.promoteLevel - so some abstraction might be possible/desirable.
Implemented in 1.3.
It would be useful to allow promote to actually merge as bullets under parent. (iThoughts CSV node values can be Markdown.)