View Trello boards as a simple html list. Optionally save to disk so that you can re-open in your favorite editor, or MS-Word if you have to :)
Source code for the Trellista web page. This example exports only the most basic data. Review the Trello API docs for more information.
To use the live site, head over to http://trellista.pagodabox.com and connect to Trello. View and export your boards.
Of course you don't trust another site to connect to your Trello account! To view your boards just clone the repo and load index.html.
A php enabled web server is required if you want to save the lists as html. (or re-create save.php file for your preferred server-side language)
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Fog Creek Software, makers of Trello
- Initializr - HTML5 Boilerplate generator
- Zeno Rocha for the README.md template
Trellista is open-sourced software licensed under the MIT License.