pip install notion-sync
A tool to sync a notion collection to markdown files
- Create a collection table view
- Add columns for
- Publish Date (type date)
- Status (type select, with Published as an option)
- Tags (type multi_select)
- copy
config-example.json
toconfig.json
- set token_v2 to the value of your token_v2 token on a logged-in session of notion
- set sync_root to the url of a collection view page (the database-as-rows page)
In the same directory as your config file, run:
notion_sync