lumoe / obsidian-rollover-daily-todos

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

[Feature Request] Compatible with Livesync #140

Open alx-xlx opened 1 month ago

alx-xlx commented 1 month ago

a very good project, and it works absolutely like charm when used on a single device.

However, currently conflicts occur when we are using multiple devices with sync feature. https://github.com/vrtmrz/obsidian-livesync is the opensource project that I am using for syncing.

At the moment, the rollover happens as soon as the obsidian starts, not giving the livesync enough time to sync the previous day notes or todos etc. So if I am using a secondary device that didn't have the latest TODOs for yesterday then there is conflict between devices. Because now I have a older todos on my secondary and latest todos on my primary.

All that needs to be done is wait for the livesync to finish syncing and update the previous day notes with any newly added TODOs. Once the sync has finished then we can go on to start the rollover. I know I can do this manually but if it happens automatically then that would be awesome