Convert your trello boards to Obsidian Kanban boards. Compatible with Obsidian Kanban Plugin.
- Go to your trello board
- Select
...
menu on the top right - Select
Print, export, and share
- Select
Export as JSON
- Download or copy the JSON data to
<trello-board>.json
- Generate API key by following the steps Managing your API Key and Authentication and Authorization.
You only need to do this if you want to download attachments from your cards.
export TRELLO_API_KEY=<your-trello-app-api-key>
export TRELLO_TOKEN=<your-trello-token>
node trello.mjs "trello-board.json"