c6p / logseq-habit-tracker

Habit tracker for Logseq
MIT License
95 stars 5 forks source link

"Not finished" marker #10

Closed nikkialistra closed 2 years ago

nikkialistra commented 2 years ago

I add habits block to the beginning of the day journal for easy reviewing what still needs to be done during the day. And later, add the number of times done after the dash. 0206 The lines for habits are in "not finished" state initially, it is only for visual awareness of them. But the plugin marks them as done for one time. I think it can be a way to add a special symbol sequence to mark a habit as "not finished" that will be the same as if I didn't write the habit. For example, the "X" symbol: 0207 The symbol or symbol sequence can be set as regex in the settings.

c6p commented 2 years ago

Hi @nikkialistra

V0.3.3 has been released. Add ignore pattern: .*- X to hide those with the "X" symbol.