Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 751 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 751 Bytes

Trello Card Title Line Breaks

This Chrome extension allows Trello cards to have a line break in the card title by using a user set delimiter.

How to Install

  1. Clone this repo locally
  2. In Chrome go to chrome://extensions/
  3. Click "Load Unpacked"
  4. 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

How it works

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