tgrosinger / slated-obsidian

Task management in Obsidian.md
GNU General Public License v3.0
131 stars 10 forks source link

Move tasks among weekly notes #26

Open wenlzhang opened 3 years ago

wenlzhang commented 3 years ago

Is your feature request related to a problem? Please describe. The current version of Slated supports moving tasks among daily notes but do not support moving tasks among weekly notes created with the Calendar plugin.

Not sure if this is related to the following issue: https://github.com/tgrosinger/slated-obsidian/issues/2

Describe the solution you'd like In the GTD workflow, weekly plans can also be very crucial. Therefore, it would be great if this can be supported.

tgrosinger commented 3 years ago

Hi @wenlzhang, I can definitely add this. There main caveat however is that I don't think I can have recurring tasks which target a weekly note. A recurring tasks put in a weekly note manually will work as expected, it just will from then on recurr into daily notes, if that makes sense.

I'm going to wait to implement this until some weekly note utility functions are exposed in @liamcain's https://github.com/liamcain/obsidian-daily-notes-interface

wenlzhang commented 3 years ago

Hi @tgrosinger, I understand your concern.

To be honest, my use case for moving tasks among weekly notes is relatively simple. It usually does not involve recurring weekly notes. In my use case, recurring tasks are usually set on a specific day of the week.

Anyway, I will wait for this implementation.

tgrosinger commented 3 years ago

I have had limited time to work on Slated recently. Because of that, I do not expect to have time to add this feature.

The necessary pieces are in place though in the daily-notes-interface library, so if anyone else wants to pick it up, I welcome a pull request 🙂