Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goooooouwa/bc9b9e55dd9df18140824f3909c0d98f to your computer and use it in GitHub Desktop.
Save goooooouwa/bc9b9e55dd9df18140824f3909c0d98f to your computer and use it in GitHub Desktop.
title layout category tags
How to convert outline text to mindmap
post
productivity
outline, freemind, mindmap

Requirements:

Setup

  1. clone text-to-freemind project
  2. prepare a tab-indented UTF-8 text file, use file extension .txt.mm. (If you're using space for indentation, use your text editor to replace them with tab (\t in Regex))

How to use

cd text-to-freemind
python2 ./text-to-freemind path/to/input.txt.mm > output.mm

now you can use Freemind or other mindmap tool's "Import from Freemind" option to open the output mindmap file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment