-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ⏰ reminder option to auto-complete menu #2088
Comments
Thanks for the suggestion. Do have a look at this page about the Reminders plugin being used with Tasks: there are some pitfalls: So to avoid tripping up users, I would't do this until Tasks properly supports reminders itself. Having said that, someone kindly offered a Pull Request to add a reminder mechanism to Tasks: I have picked it up, and will complete it eventually, but have not had enough time to get it releasable yet. I do not recall whether it added Reminders to auto-suggest, so will leave this open for now. |
FYI I forked this repo and built this myself. I'd like to properly contribute to this project by making a PR, writing the tests, etc, but have very little bandwidth at the moment. I would really welcome anyone that wants to help get this over the very final lap. The branch with Reminder support is here: https://github.com/stevendkwtz/obsidian-tasks/tree/develop
You can clone my fork, NOTE that branch contains other changes I've made to this repo, including an API to toggle tasks. Would need to be decoupled from the reminder changeset to be properly merged into this repo. |
Any update on this? Would love to have reminders support integrated into tasks |
No, no update. |
🔖 Feature description
The obsidian reminder plugin uses ⏰ for reminder dates.
✔️ Solution
It would be nice to have ⏰ included in the tasks autocomplete menu.
❓ Alternatives
No response
📝 Additional Context
It would probably be good to have to turn this on explicitly through the settings page so that people without the reminders plugin don't use it.
The text was updated successfully, but these errors were encountered: