lineation. Mind Map Editor

Screenshot

Alpha Version

Notes:

Terminal installation

The application uses a separate impress terminal for drawing instead of binding low-level library to a Golang.

You can download the compiled binary it file or make it again from the source.

Run

To download Mind Map Editor run:

git clone https://github.com/codeation/lineation.git
cd lineation

You can specify the full path and name for the impress terminal via the environment variable, for example:

IMPRESS_TERMINAL_PATH=/path/it go run ./cmd demo/demo.xml

or just copy the downloaded impress terminal (file with name it) to the working directory and run:

go run ./cmd demo/demo.xml

Mind-map format

To create a blank mind map copy to blank.xml:

<map>
    <node text="Main theme"></node>
</map>

Source code

github.com/codeation/lineation