Skip to content

This Chrome extension adds lines breaks to Trello cards based on a delimiter set by the user.

License

Notifications You must be signed in to change notification settings

jsuar/Trello-Card-Title-Line-Breaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This Chrome extension adds lines breaks to Trello cards based on a delimiter set by the user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published