Styling the task list items #90
DigiSquid
started this conversation in
Show and tell
Replies: 1 comment 7 replies
-
At the moment, Obsidian Tasks does not add any special classes or tags. It specifically reproduces obsidian's behvior to be "non-intrusive". However, I think your use-case is very valid, so I created #91 |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to Obsidian, so I apologize if this question is related more to Obsidian than your plugin, but how would I go about styling the list items for filtered task lists only? Basically, I'm trying to style what the lists look like in the queries.
I've tried adding
.markdown-preview-view ul > li.task-list-item
and.markdown-preview-view .task-list-item-checkbox
to my custom theme, but those styles appear to be generated by app.css and changes to them appear to apply to all checklists. So I assume I'm targeting the incorrect styles.Beta Was this translation helpful? Give feedback.
All reactions