Files
Main/.obsidian/plugins/obsidian-reminder-plugin/data.json
2024-12-02 15:11:30 +01:00

23 lines
733 B
JSON

{
"scanned": true,
"reminders": {},
"debug": false,
"settings": {
"reminderTime": "09:00",
"laters": "In 30 minutes\nIn 1 hour\nIn 3 hours\nTomorrow\nNext week",
"useSystemNotification": true,
"autoCompleteTrigger": "(@",
"primaryReminderFormat": "TasksPluginReminderFormat",
"enableReminderPluginReminderFormat": true,
"dateFormat": "YYYY-MM-DD",
"dateTimeFormat": "YYYY-MM-DD HH:mm",
"strictDateFormat": false,
"linkDatesToDailyNotes": false,
"enableTasksPluginReminderFormat": true,
"useCustomEmojiForTasksPlugin": true,
"removeTagsForTasksPlugin": true,
"enableKanbanPluginReminderFormat": false,
"editDetectionSec": 10,
"reminderCheckIntervalSec": 60
}
}