idpaterson / alfred-wunderlist-workflow

Unbelievably fast task entry in Wunderlist with due dates, reminders, and recurrence
297 stars 8 forks source link

Set reminder from a title #84

Closed lvarayut closed 8 years ago

lvarayut commented 8 years ago

In Wunderlist, we could write Do something at 10AM tomorrow, it will automatically set a reminder at 10AM. I tried the same thing using this plugin. However, it didn't seem to work. Any workaround on this feature or do you have any plan to support it? BTW, Thanks for the great workflow!!

idpaterson commented 8 years ago

Excellent suggestion, the building blocks to allow this actually fell into place recently when parsedatetime was updated to improve differentiation between dates with and without a time component. This is the last bit of syntax that I would like to support before releasing version 0.5.

For now, please download the beta version of 0.5.0 which includes support for reminders. There is a bit more info on how to use the reminders feature here.

The syntax is a bit different, you can say "remind me," "reminder," "alarm," or simply "r" followed by the reminder date and/or time. screen shot 2015-12-02 at 9 13 36 am

lvarayut commented 8 years ago

Thanks @idpaterson. This is really really useful feature!! I just tried it and it worked like a charm! :) Shall we also support an at keyword? It sounds like the natural language.

idpaterson commented 8 years ago

Thanks, the release has been held up for a long time but I hope to have a final 0.5.0 out soon so that people who haven't visited GitHub to download the beta will get the automatic update prompt in their workflow.

idpaterson commented 8 years ago

Version 0.5.0 has been released with support for the time + date format. Your workflow should show a prompt to update to 0.5.0 the next time you use it. Thanks again for the idea!

lvarayut commented 8 years ago

That's perfect. Thanks so much!