https://github.com/s0/trello-enhancements
Customize the look of your Trello boards with background colours and header cards
https://github.com/s0/trello-enhancements
Last synced: 11 months ago
JSON representation
Customize the look of your Trello boards with background colours and header cards
- Host: GitHub
- URL: https://github.com/s0/trello-enhancements
- Owner: s0
- License: mit
- Created: 2018-11-27T03:30:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T11:24:43.000Z (over 3 years ago)
- Last Synced: 2025-07-09T07:58:17.193Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 408 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chrome extension for visual enhancements in Trello
[](https://lgtm.com/projects/g/samlanning/trello-enhancements/alerts/)
[](https://lgtm.com/projects/g/samlanning/trello-enhancements/context:javascript)
Customize the look of your Trello boards by enabling card background colors (taken from labels) and header cards.
You can try out this extension on the [example board](https://trello.com/b/S3asr5Or/visual-enhancements-demo)

## Instructions
### Headers:
To display headers, add `--` at the start and end of the text for your card.
If this card has a label, then the color of the first label will be used as the
color for the header text
### Background Colors
If this card has a label, then the background color will be based on the color
of the first label. If you only have one label, then that label will be hidden,
otherwise you'll still be able to see all the labels displayed.
## Development TODO:
*Other:*
* Introduce global settings
* Introduce per-board settings
* Activate content script sooner (rather than when idle) so that styles can be applied as soon as cards are displayed.
