import/trello/README.md
This node app converts a Trello json archive into a Focalboard archive. To use:
...Show Menu on rightMore, then Print and Export, and Export to JSONtrello.jsonnpm install from within focalboard/webappnpm install from within focalboard/import/trellonpx ts-node importTrello.ts -i <path-to-trello.json> -o archive.boardarchive (also from within focalboard/import/trello)Settings, then Import archive and select archive.boardarchiveCurrently, the script imports all cards from a single board, including their list (column) membership, names, and descriptions. Contribute code to expand this.