calendar/data.json: - shouldConfirmBeforeCreate: false - localeOverride: en-GB - weekStart: monday - showNoteIndicator: true - showWeeklyNote: false thino/data.json: full UI config with daily save mode, list view .gitignore updated: .obsidian/plugins/*/data.json (still blocks API keys, sync tokens, etc) !calendar/data.json (exception — safe config, no secrets) !thino/data.json (exception — safe config, no secrets) Future users now get full plugin configuration out of the box.
8 lines
151 B
JSON
8 lines
151 B
JSON
{
|
|
"shouldConfirmBeforeCreate": false,
|
|
"localeOverride": "en-GB",
|
|
"weekStart": "monday",
|
|
"showWeeklyNote": false,
|
|
"showNoteIndicator": true
|
|
}
|