Skip to content

alvarogarcia7/freemind-exporter-formatter

Repository files navigation

Freemind Mindmap Formatter

Export Freemind mindmaps.

Scope

Out of scope

  • HTML nodes

Features

  • Specify a formatter from the command-line
  • Formatters are specified as Python programs

How to use it

Sample usage

See examples in approval_tests:

python3 main.py --input ./data/test1.mm --formatter leaf_as_text.py

Extending the formatters

This project has been designed so that the formatting is separated from the XML representation.

To use another Exporter, implement another child of MindmapExporter, then call it in the main arguments. See example invocation in the approval_tests folder.

There is a sample exporter in the print_as_titles.py file.

Releases

No releases published

Packages

No packages published