sanderdatema / thebrain2markdown

Convert exports from TheBrain to Markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thebrain2markdown

Convert exports from TheBrain to Markdown

  1. Export your thoughts from TheBrain to json.
  2. Edit the script if needed (paths to the json files)

How to

You will need:

  • Python 3+
  • html2markdown
  1. Export your TheBrain files: File > Export > JSON Files
  2. Download the script
  3. Create folder export
  4. Move your export files there
  5. Create folder obsidian
  6. Open Terminal.app and go to the script folder (you can check your current path with pwd)
  7. Install 'html2markdown' (pip3 install html2markdown)
  8. Run script python3 thebrain2markdown.py

About

Convert exports from TheBrain to Markdown

License:GNU General Public License v3.0


Languages

Language:Python 100.0%