shollingsworth/freeplane_tools

Question: get parent of a node

Closed this issue · 1 comments

Ekran commented

Hello,
Thank you for your software! I try to write something like a mm2ics.py. I Use mindmap as a hierarchical todo list. And want to create a calendar with tasks out of it. Later I will try to two-way-sync between icalendar and mm-file.

Is there a way to get the parent of a node (or 'None')? My working example just uses mm.iternodes() so I lose the hierarchy. I think to use xml for that.

If it works in the future, are you interested in a pull-request?

Thanks
Ekran

Ekran commented

Hell again,
I used a XML library and the Mindmap to ICalendar Konverter for ics-file todo's (and ics2mm) can be found here: https://edugit.org/eshszg/ics-generator
Ekran