This Chrome extension allows Trello cards to have a line break in the card title by using a user set delimiter.
- Clone this repo locally
- In Chrome go to
chrome://extensions/
- Click "Load Unpacked"
- Browse to the location of the repo
To do (Maybe):
- More than one delimeter
- Fix the icon
Completed:
- Line breaks added after card moves between lists
- Monitor changes when other users make edits to card titles
The below element classes are monitored for changes. Anytime they change, they are looped through and the delimeter is replaced with <br />
.
Element Classes
list-card
list-cards
list-card-title
js-menu-action-list