layout-trello
layout-trello copied to clipboard
Chrome extension that allows Trello lists to be displayed vertically or in a grid.
Hi Been using your handly extension alongside Pro4Trello to create a weekday planner - 12 lists as Mon, Tue, Wed, Thu, Fri, Sat&Sun over two weeks. It used to remember,...
In a seprate post, I learned to set up the width of Trello card https://www.reddit.com/r/bookmarklets/comments/t83cde/is_there_any_way_to_run_bookmarklets/ I now add an extension "List Layout for Trello" https://chrome.google.com/webstore/detail/list-layouts-for-trello/aldklnbenbdgfgfbflalmlddkkndgnlc?hl=en-US At this moment I need...
I typically use the grid layout. Sometimes one of my Trello lists is too long and I have to scroll down in the list. I would like to be able...
There is no "extension options" page - it is grayed out in the menu when right clicking on the extension icon It would be useful to add one. It could...
(apologies, i have not tested this PR, but it shouldn't misbehave) resolves #62
``` Error handling response: TypeError: Cannot read properties of null (reading 'classList') at chrome-extension://aldklnbenbdgfgfbflalmlddkkndgnlc/js/init.js:6:13 ``` that line specifically is: ```js board.classList.add(result.classList); ```
How about one more layout choice: Masonry layout. To Vertical layout > Add CSS: #board.layout-trello-vertical { flex-flow: column wrap !important; } .list-wrapper { margin: 0px 15px 40px !important; }
This extension currently comes with the following warning: >Permissions > * Read your browsing history It would be nice to narrow the manifest permissions so this warning is no longer...
Would it be possible for the extension to "remember" how I want the lists displayed in each board?
Hey there! I've been using your extension for some time and I love it--in fact, I don't think i could use Trello without it! One thing that would be handy,...
As of three days ago, whenever I click the extension in Chrome to shift my Trello list to vertical, the spacing between rows is huge. It never used to be,...