uphy / obsidian-reminder

Reminder plugin for Obsidian
https://uphy.github.io/obsidian-reminder/
MIT License
433 stars 32 forks source link

[Bug]: Unexpected behavior with Templater command #194

Open dimkabragin opened 1 month ago

dimkabragin commented 1 month ago

Describe the bug

I use Reminder with Template plugin. I try to create a template for my daily note with a TODO task for the next 3 days.

- [ ] My TODO (@<%tp.date.now("YYYY-MM-DD", 3)%>)

This command use system date and add 3 days when I create a note. It works correct, but every day I have a notification from template in my reminder list.

image image

Expected Behavior

I don't want to see notifications in this case. I want to choose ignored folder in settings.

Steps to reproduce

  1. Install Templater
  2. Create note with text: - [ ] My TODO (@<%tp.date.now("YYYY-MM-DD", 3)%>)
  3. Wait 10 seconds

Operating system

macOS