alexschwantes / Trello-Folds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trello Folds

Trello Folds is a Chrome extension making it easier to work with big boards. It also adds features needed to use Trello for Kanban systems.

Trello Folds works by scraping the Trello web page adding styling to the board. It does not exchange any data with the Trello server, Trello APIs or any other server.

Animated GIF

Visit the home page for more information.


Because Trello Folds relies on scraping Trello pages and applying new formatting I cannot guarantee that the extension works if Trello changes page content.


I'm working on this extension because I use the features myself, because it's fun to code, and because I like to contribute to the open source community. Feel free to use it as much as you want both for personal and commercial use.

Table of Content

Version History

Version Description
0.9 Combining multiple lists. Better list height adjustment.
0.8 Further improvements to board loading process, making it more reliable.
0.7 Major improvements to moving sections, filtering and switching boards.
0.6 Bug fixes caused by Trello DOM changes.
0.5 Added compact mode. Some rendering bug fixes. Added "Refresh" button.
0.4 Added formatting of blocked cards and comment cards. Fixed bugs.
0.3 New feature: Combining lists.
0.2 Added option to always show card count. Other small fixes.
0.1 First release.

Installation Instructions

Go to the extension's page in Chrome Web Store and add it to your browser.

Troubleshooting

Q&A

Issue Suggestion
I make a change but the board does not update accordingly. First try to simply reload the page. If that does not work file a bug report here or on the support page in Chrome Web Store
My view states are a mess In settings there's a button to clear view states. You can also dump the view states to the dev console (F12).

Filing Bugs

You can file a bug here on GitHub or using Chrome Web Store support page.

When filing a bug please include as much information as possible.

In Chrome you can press F12 to open the JavaScript console. When the extension loads it will output some information that might give valuable clues. Please include any non-confidential information or refer to the output.

Dev console output

About

License:MIT License


Languages

Language:HTML 82.1%Language:JavaScript 16.7%Language:CSS 1.1%