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
+1
View File
@@ -69,6 +69,7 @@ export const DEFAULT_SETTINGS: PluginSettings = {
scanOnFileChange: true,
checkIntervalSeconds: 60,
afterSend: "mark-sent",
markTaskCompleteOnSend: false,
reminderSyntax: "@remind(YYYY-MM-DD HH:mm, provider)",
notificationProviders: [PROVIDER_TEMPLATES[0]],
};