There isnāt a Custom CSS snippets forum (there should be!), so Iām posting it to āFeaturesā, but anyway I wanted to put #tags #in #my #notes #because #theyre #ugly but thereās no way to fully hide them UNTIL NOW. Hereās the CSS:
.Node-openNote{ display: none; }
.ref .Node-openNote{ display: block; }
Now you only see any hint of notes when you hit the add note hotkey or right click menu item.
If you want to make custom CSS like me, all I did was right click the annoying thing, click Inspect Element, see the offending code was a specifically named div, and googled ācss hide all divs of a classā for which there was a StackOverflow answer for just this, I just changed the class name. It took 3 minutes and I would not call myself a person competent at CSS.
If I was more clever or had more time Iād hide all tags everywhere, but tags are a href=ā#ā class=ānode-tag js-prevent-defaultā and hmm thereās probably CSS to hide those but Iām not sure what to google.