Skip to content

How can I hide "🔁 every day 🏁 delete" in viewing mode? #3197

Answered by claremacrae
bav2653 asked this question in Q&A
Discussion options

You must be logged in to vote

After some experimenting, this will work.

Create and enable a CSS snippet in your vault with this content:

/* Hide onCompletion and recurring fields in Reading Mode and Tasks search results */
.task-onCompletion, .task-recurring {
    display: none;
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bav2653
Comment options

@claremacrae
Comment options

Answer selected by claremacrae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants