Add reminder management improvements

This commit is contained in:
dinlo
2026-06-27 15:12:40 +08:00
parent 44c6694e50
commit a88ed8da75
19 changed files with 455 additions and 28 deletions
+4 -1
View File
@@ -97,6 +97,7 @@ The list lets you snooze a reminder for 15 minutes, mark it done, or delete it.
- [ ] Check server @remind(2026-07-01 09:00, ntfy)
- [ ] Take a break @remind(+2h, local)
- [ ] Weekly planning @remind(next monday 14:30, telegram, ntfy)
- [ ] Standup @remind(2026-07-01 09:00, ntfy, daily)
```
If no channel is provided, scanned reminders are sent through all enabled notification providers.
@@ -122,6 +123,7 @@ title: Make a backup
at: 2026-07-01 23:00
notify: ntfy
priority: high
repeat: weekly
```
````
@@ -265,6 +267,7 @@ discord
- [ ] Проверить сервер @remind(2026-07-01 09:00, ntfy)
- [ ] Сделать перерыв @remind(+2h, local)
- [ ] Планирование недели @remind(next monday 14:30, telegram, ntfy)
- [ ] Стендап @remind(2026-07-01 09:00, ntfy, daily)
```
Если канал не указан, найденное в заметке напоминание отправляется во все включённые провайдеры уведомлений.
@@ -290,6 +293,7 @@ title: Сделать бэкап
at: 2026-07-01 23:00
notify: ntfy
priority: high
repeat: weekly
```
````
@@ -348,4 +352,3 @@ npm run build
```
The generated production bundle is `main.js`.