Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 586 Bytes

File metadata and controls

20 lines (16 loc) · 586 Bytes

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