What I’m trying to do
I sometimes create links to some concept I find important, but which I plan to write about later. I create an empty note and plan on writing something in it later. The problem is that I tend to forget what I did write about and what is an empty note, and having some way to distinguish the empty ones in the file overview sidebar would be super helpful.
Things I have tried
I tried using css to style the sidebar. I can access the rows with .nav-file-title and can apply changes, but I need to identify the files which are empty. AFAICT there’s no way in css to identify empty files or files which contain some tag, right? If there’s no css selector that can be used for this, would the better option be to keep a list of empty notes in a different note and somehow style the names in that list?