What I’m trying to do
Since the community plugin “Projects” is no longer being developed, I want to set up a Base to replace it (I use it at work to manage the tasks/projects I’m working on). In my vault, each task is represented by a note, and these notes are sorted into different folders, each representing a project. Information such as due dates is stored as note properties.
I’m trying to do the following:
- Automatically create a visual indicator if the task is past its due date
- Change the appearance of the Base table to make it easier to read task information (mainly larger fonts and bold column headings)
Things I have tried
- A formula that checks if today’s date is greater than or equal to today’s date and returns a Boolean value. This works fine, but I would like to set the entire row to be colored red instead of just displaying a check mark.
- I haven’t found a way to change the font/appearance of the Base tables.