thebrain2markdown
Convert exports from TheBrain to Markdown
- Export your thoughts from TheBrain to
json. - Edit the script if needed (paths to the json files)
How to
You will need:
- Python 3+
- html2markdown
- Export your TheBrain files: File > Export > JSON Files
- Download the script
- Create folder
export - Move your export files there
- Create folder
obsidian - Open Terminal.app and go to the script folder (you can check your current path with
pwd) - Install 'html2markdown' (
pip3 install html2markdown) - Run script
python3 thebrain2markdown.py