I’m taking a stab at my first plugin, toggling the display of completed tasks, and I’d like to programmatically toggle a css property (.markdown-preview-view li.task-list-item.is-checked adding display: none).
I see that this.app has a customCss property, so my hope is there’s a way to add or remove rules there, but I didn’t see this in the developer docs.
Has anyone given this a try?