
Formula(?) to hide certain file links/backlinks in Base View?
I feel like this is something I should be able to do via a formula but I'm not sure how to start?
The custom Calendar View plugin isn't relevant here - as it's something useful on other views too!
My Journal notes have some common file/backlinks that are crossed out here (some showing) but e.g. "Yesterday", "MOC of MOCs", dates, etc - I don't want them to show.
Whereas some that are unique like "Debts" and "Allergies" I'd like to continue showing as they are useful for showing unique subjects/links I linked on that date.
Is it a formula I need to do and if so how to get started?
I did Google but everyone talks about CSS which seems very hacky for something that feels like a formula should work...?
E.g. psuedo-formula:
if(!file.backlinks.contains("Yesterday" or "MOC of MOCS" or ...))
Or maybe:
if(file.backlinks.each(linksTo outsidejournalfolder)