obsidianspear

Results 7 comments of obsidianspear

think just add ``` .JE11kf { display: none !important; } ``` to the css part

That'll be the custom frame setting for the calendar in the plugin settings. Separate from your theme appearance CSS snippets.

I'll chime back in so you have something to work with. Replace the default custom frame CSS code in google keep with: _________________________________________ div.PvRhvb.PvRhvb-qAWA2, div.gb_sc { display: none; } div.PvRhvb-fozPsf-ysyhld...

That's a bummer. I only just learned how to edit CSS this week so just now learning that. Makes sense though.

I think I found a solution. How about this? _______________________________________ `/* hide the menu bar, "Keep" text, and logo */` html > body > div:nth-child(2) > div:nth-child(2) > div:first-child[class*=" "],...

Also experiencing this issue. Mostly with templater.

Oh yes~ I was hoping to automate my archive process. May be more effort than needed though for complex scenario. The single tag update may be interesting to use as...