import/notion/README.md
This node app converts a Notion CSV and markdown export into a Focalboard archive. To use:
Export, pick Markdown & CSV as the export format, select true to include subpages.notion-exportnpm install from within focalboard/webappnpm install from within focalboard/import/notionnpx ts-node importNotion.ts -i <path to the notion-export folder> -o archive.boardarchiveSettings, then Import archive and select archive.boardarchiveCurrently, the script imports all cards from a single board, including their properties and markdown content.
The Notion export format does not preserve property types, so the script currently imports all card properties as a Select type. You can change the type after importing into Focalboard.
Contribute code to expand this.