cssdev

Results 1 comments of cssdev

I managed to accomplish this using some custom css: ```css body.hide-completed-tasks li.task-list-item[data-task=""] ~ li.task-list-item, body.hide-completed-tasks .HyperMD-task-line[data-task=" "] + .HyperMD-task-line { display: none; } ``` The state doesn't save, but here's...