

- #Trello chrome extension full
- #Trello chrome extension android
- #Trello chrome extension code
- #Trello chrome extension plus
The total number of columns is set based upon the number of | - | separator row. To create a table, always start lines with a | (pipe) and include a header, a separator with column defitions with minimum three dashes per column, and a minimum of 1 row below the separator row (or 2 rows in case of a 2 columns table). TCO also supports markdown support for tables in card backside description, and even in the comments!
#Trello chrome extension full
You can enter background colors or even full css styles per list name. Single cards with a main title are treated just like normal cards. If there is more than 1 card with the same main title in a list, the cards will be grouped and placed at the sort position of the most important one. If you enable sorting, you can also group cards based on main title (|).
#Trello chrome extension plus
You also have the option to hide the Plus for Trello estimate/spend comments. The extension is optimized to be combined with the Plus for Trello extension.Ĭards for which a Plus for Trello timer is running can be highlighted, and the extension won't interfere with title Plus for Trello's title formatting. Trello Cards Optimizer settings can be overruled per board. TCO can be combined with scrum extensions like Plus For Trello etc (for which it has special support to wait after Plus has processed cards).Īll features can be turned on and off in the Extension Options dialog. Documents and Spreadsheets or web snippets!Ĭombined with productivity features like removing of the Add New List column, clickable hyperlinks in titles, collapsing lists without cards and much more, it's an indispensable Trello enhancement.

#Trello chrome extension code
TCO also supports markdown for tables in card backside description, and even in the comments, as well as code syntax highlighting.Īnd what about copy and paste formatted text from Microsoft Word, Excel, Outlook, Google Mail. It supports automatic card frontside coloring and formatting based on labels and title markup, where you can use tags for a main title, subtitle, priority, starring and coloring. Priority is given to features with the biggest kick in the shortest time, as we are a very small team.The Trello Cards Optimizer Chrome extension allows you to creater richer boards. Some of those remain and are used for certain scenarios (for example the user has turned off sync) Initially we didnt use the Trello API (did not exist) and we extracted some details from the interface. It evolved as we added more features and also as Trello finalized their API. The Plus "trello sync" algorithm is quite complex. Thus something as simple as finding certain Trello DOM element might seem convoluted in the code. Because they release changes to users over time we must support various trello DOM layouts while Trello does the transition. Trello, over time, has changed quite a lot their page. That has changed over time as I became more familiar with more advanced javascript thus you will find a mix.Ĭhrome extensions as content scripts are special, sometimes you must overuse things like css "!important" because of existing trello styles or future-proofing against Trello changes.

Or maybe Chrome didnt support them at the time, since a Chrome extension is not a regular webapp. This was my first nontrivial javascript chrome extension (2012) and I was just learning javascript then.Īs a point to learn javascript, sometimes I did not use libraries or advanced time-saving features. We plan to eventually move to typescript. To view the latest code, see:Ĭhrome extension: Use Chrome extension source code viewer Webapp code is the same as the mobile app
#Trello chrome extension android
Plus for Trello - Chrome extension and Android appĪdd from the Chrome store and Android Play
