Skip to content

christiankaindl/trello-super-powers

Repository files navigation

Trello Super Powers

Firefox add-on to enhance your Trello (trello.com) experience. Get it here -> https://addons.mozilla.org/en-US/firefox/addon/trello-super-powers/


Features

Trello Super Powers implements some small yet useful enhancements into your everyday Trello usage.

  • Visible label text
  • Clickable IDs on hover (+ they get copied to your clipboard when clicked)
  • Compact Mode: Removes all clutter if you want to focus
  • Resizable lists: Click and drag to adjust the size of your Trello lists
  • See at a glance how many cards are in each list
  • Option to hide "Add new List"-Element

Also you can find explanation of these features and a way to turn them off in the settings of the Add-on ('about:addons' in your address bar or 'Add-Ons' in the hamburger menu).

There are plenty of features waiting to be implemented, most notably Account integration, which would allow for blazing fast access to your boards and notification integration which would give you the newest from the newest directly from the Firefox toolbar.

Contribute

If you want to contribute to this project, that is awesome! I tried to comment the code as good as I can and optimize it for readability. Hints and tricks to get you started can be found in the CONTRIBUTING.md file.

If you have something on your mind or need help, hop to the issues tab and ask your question. There are lots of friendly people who will gladly help you out.

Quick jump to...

Development

  • Clone repository: git clone https://github.com/christiankaindl/trello-super-powers.git
  • Install npm dependencies:
  • Start local dev environment: npm run start (starts a fresh Firefox instance with Trello Super Powers pre-loaded)

License

This project, Trello Super Powers, is licensed under MIT. For details, please refer to the LICENSE file