Customize print layout of your Trello.com boards.
Working service is >> here <<.
- select lists to print
- choose number of columns (1 to 6)
- optionally print descriptions, checklists, custom fields
- apply markdown formatting
- give the app permission to read your boards (enable popup windows for this to work)
- select board to print
- adjust layout and visibility options
- press print button
About privacy: This is single page web app hosted on GitHub without any server side logic. So don't be afraid your data is intercepted or stored somewhere.
- built with Angular 2 & Bootstrap 3 using Webpack
- uses Trello API to fetch your data
- compiles to static web page (no server-side components)
- hosted on GitHub
- further customize layout options (see
board-settings.component
) - develop more card templates (see
src/cards
folder)
npm install
Get your Trello API key from here: https://trello.com/app-key
Debug:
API_KEY=xxx npm run watch
Production:
API_KEY=xxx npm run release