Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow user to easily set custom colors for tags and columns #8

Open
guipita opened this issue May 28, 2021 · 2 comments
Open

Allow user to easily set custom colors for tags and columns #8

guipita opened this issue May 28, 2021 · 2 comments

Comments

@guipita
Copy link

guipita commented May 28, 2021

I have just discovered this extension and it is great! I transferred my personal board from Trello to VScode and I am loving it, but one thing I miss is being able to easily set custom colors for different tags and columns. I don't know much about js but this go maybe go on the index.md file as another YAML entry for each. Awesome job on the extension and the CLI tool!

Edit: I know it can be done editing the css file, I would just like to know if this can be done more easily for the general user

@gordon-winkel
Copy link

Hi @pita-G, thanks for the suggestion! It would certainly be possible to add some configuration options for column/tag colors in the index.md YAML - something like:

columnDisplaySettings:
  Backlog:
    colour: #00ff00
  Todo:
    colour: #ff0000
    # (maybe some other settings for each column as well, like the ability to expand/collapse columns or set the font size...)
tagDisplaySettings:
  MyCustomTag:
    foreground: #eee
    background: #333

These settings would override anything defined in board.css. My only (slight) concern is that this could lead to ambiguity; if a user has created a board.css and defined column/tag display settings inside their index.md, they might wonder why their CSS file isn't working properly... however this is the type of issue that can be mitigated with good documentation 😉

I'll think about the best way to achieve it and might include this feature in the next update.

@guipita
Copy link
Author

guipita commented Jun 2, 2021

That sounds great, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants