tu2-atmanand / Task-Board

An Obsidian plugin to view and manage all your task in a much more efficient Kanban Board format. Easily manage your tasks throught your vault.
https://tu2-atmanand.github.io/task-board-docs/
GNU General Public License v3.0
5 stars 0 forks source link

Add reminder plugin compatibility #85

Open tu2-atmanand opened 2 weeks ago

tu2-atmanand commented 2 weeks ago

Along with the other plugins compatibility I can add another plugin called reminder for adding the due-date and time fields : https://github.com/uphy/obsidian-reminder

Another approach would instead of, in the Edit Task Window, create a new checkbox field for alarm, if user clicks on this, then the date and time will be added in the markdown files in the following format, which is supported by the reminder plugin:

- [ ] This is a sample task with reminder (@2021-08-14)
- [ ] Also you can specify time (@2021-08-14 09:37)
- [x] You will not be notified about the reminders you have already checked. (@2021-08-14)

If the user do not clicks on the alarm icon, then the format will be as per the other plugin compatible format as selected by user from the settings.