MartinPacker / filterCSV

Tools to manipulate CSV files in a format suitable for importing into various mindmapping programs - such as iThoughts, Freemind, and MindNode.
MIT License
32 stars 8 forks source link

Sort within parent node #58

Closed MartinPacker closed 4 years ago

MartinPacker commented 4 years ago

First thought is that for each selected node their children could be sorted - within that node

eg matching ^A$ ...

A
    A2
    A1

becomes

A
    A1
    A2
MartinPacker commented 4 years ago

Implemented in 1.7.