mayank1513 / vscode-extension-trello-kanban-board

Simple trello like kanban board for VS Code. Visually organize your ideas!
https://vscode-extension-trello-kanban-board.vercel.app
MIT License
16 stars 1 forks source link

Ability to style (e.g. colour) the kanban cards and columns #39

Closed RoCrow closed 3 months ago

RoCrow commented 5 months ago

Is your feature request related to a problem? Please describe.

Not a problem, more a design limitation.

Describe the solution you'd like

Ideally, an options menu to colour:

Failing that, ability to do it via CSS

Upvote & Fund

Fund with Polar

west4me commented 4 months ago

You can currently edit the CSS used for the board... C:\Users\xxxxxxx.vscode\extensions\mayank1513.trello-kanban-task-board-0.5.2\assets\index.css.

I found it helpful to visit the online version of the board to be able to see what classes are used where. They translate fairly well from browser to desktop.

mayank1513 commented 3 months ago

I have added support for inline HTML in tasks as well.