An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



# Chrome extension for visual enhancements in Trello

[![Total alerts](https://img.shields.io/lgtm/alerts/g/samlanning/trello-enhancements.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/samlanning/trello-enhancements/alerts/)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/samlanning/trello-enhancements.svg?logo=lgtm&logoWidth=18)](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)

![Screenshot](img/screenshot.png)

## 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.