hi, i’m wondering how can i simply color cells in Obsidian. i know about <table><tr><td></td>, but it’s very slow to edit
What I’m trying to do
trying to color cells in md table
Things I have tried
i tried applying <td style="background-color:00FF00;color:000000"></td>, but it results in this:
cells before the ones with td style are simply empty. and there is no way to remove them
now, i need to mention that i use it as a tracker. so if there is an answer on how to make a simple tracker with ability to color it, i will be happy
In the post below I showcase a way to use tags to highlight cells in an ordinary markdown table towards the end. You might want to use something similar in your setup.
With this approach you do need to change the color in the CSS file, but there is nothing stopping you from predefining colors. One example could be to use #_/red and #_/green and #_/yellow as tags with their respective color definitions.