Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

pflajszer/TrelloExportToObsidianKanbanBoard

Repository files navigation

UPDATE 13.01.2024

It's been brought to my attention that there's a better solution in place called t2md. Therefore, I'm closing this repo for any further updates.

TrelloExportToObsidianKanbanBoard

A simple script allowing migrating Trello boards > lists > cards to markdown files supported by Kanban extension in Obsidian.

By all means, it's not perfect. A few issues I've noticed:

  • it brings back some 'phantom' tasks back to live (most likely the deleted ones)
  • it doesn't bring in empty lists
  • it cocks up the order of tasks within cards
  • it only grabs the lists with cards, no card details are ported through

Nonetheless... It helped me and may also help you save some copy-paste labour, or provide a baseline for a more robust script if it proves useful.

How to:

  1. If you don't yet have it, install the Kanban plugin in Obsidian
  2. Log in to Trello
  3. Go to your board
  4. Menu > More > Print and Export > Export to JSON
  5. Copy the JSON contents
  6. Save the file locally as .json
  7. Clone this repo locally
  8. Provide inputJsonPath variable to point to your downloaded JSON file
  9. Optionally, provide the path to where you'd like the output path to be
  10. Press F5 / Run the script
  11. Now copy your output .md file and paste it in your Obsidian directory in whichever folder you'd like it in.

Result

Trello board: image

Parsed Obsidian board: image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages