lumoe / obsidian-rollover-daily-todos

An obsidian plugin that rolls over todo items from the previous daily note
MIT License
271 stars 67 forks source link

Rollover from PREVIOUS Daily note, not 'Yesterday' only. #53

Closed MartynKeigher closed 1 year ago

MartynKeigher commented 2 years ago

I work Mon - Fri, and I love making Daily ToDo lists. During the week, my incomplete notes from (for e.g.) Tuesday to Wednesday roll over just fine, but any incomplete ToDo's from a Friday, will not roll over to a Monday (of the following week) as technically... Friday was not "yesterday".

Would be nice if this plugin had an option to allow you to rollover incomplete notes from the 'previous daily note'... instead of strictly "yesterday" only.

lumoe commented 1 year ago

FWIW, this should be possible. Can you verify the behaviour @MartynKeigher?

tim-hilt commented 1 year ago

I think this can be closed. OP didn't answer and the current logic always just takes the last daily note into account:

https://github.com/lumoe/obsidian-rollover-daily-todos/blob/447dce97ce6ea76258b640be3e06de2438c95988/src/index.js#L92-L97

obbardc commented 1 year ago

Yep, it works as expected