Convert an outline of cards in a Trello board to Org syntax.
This is designed for importing Trello boards that represent outlined cards into Org. If you want to import Trello cards as TODO
s or sync them between Trello and Org, use org-trello
.
- Install the latest stable version of Node.
- Set the following environment variables:
BOARD
with your Trello board's ID (it's in the URL ashttps://trello.com/b/BOARD/
)KEY
with your developer key from https://trello.com/app-keyTOKEN
with a token generated from https://trello.com/app-key or the API
node trello_outline_to_org.js