https://github.com/swader/trellohelper
TrelloHelper is a Chromium extension for Trello's UI
https://github.com/swader/trellohelper
Last synced: 9 months ago
JSON representation
TrelloHelper is a Chromium extension for Trello's UI
- Host: GitHub
- URL: https://github.com/swader/trellohelper
- Owner: Swader
- License: other
- Created: 2014-12-12T16:35:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T17:56:43.000Z (over 11 years ago)
- Last Synced: 2025-03-29T06:22:44.800Z (over 1 year ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 19
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Trello Helper
Trello Helper is a Google Chrome / Chromium extension which adds some missing functionality to Trello's UI.
Currently, all it does is add an "Export List" option to the list menu.
The formats are TXT and JSON. The text format currently only outputs title and description, as a demonstration, and the JSON format will churn out the entire card object as fetched from Trello's API.
To clean and/or edit the JSON, use tools like [JSON Editor Online](http://jsoneditoronline.org/) or [JSON to CSV](https://json-csv.com/) for now.
## Contributions
This extension was originally written as a tutorial for SitePoint, but has since evolved and I'll gladly look at PRs if you have any. The only rule is - no JS frameworks. AngularJS and the like are a big no-no.
For a list of outstanding todos, see the bottom of the [CHANGELOG](CHANGELOG.md).
## License
See [LICENSE.md](LICENSE.md).