personals/.obsidian/plugins/obsidian-reminder-plugin/data.json

23 lines
739 B
JSON
Raw Normal View History

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