Hide Tags in Presentation View

I like to be able to create slide presentations and use the same document for making flashcards with NeuraCache which uses the tags #flashcard and #spaced to do its thing. It would be amazing if slide view would be able to hide tags, or have a way to toggle them off and on.

I wonder if this is possible with CSS. I will try to remember to test—it should be possible to set something like:

.presentation-view .tag {
    display: none;
}

Can’t recall proper classes or CSS syntax right now, hah.

2 Likes