vault backup: 2025-08-23 14:35:06

This commit is contained in:
2025-08-23 14:35:07 +02:00
commit 4b8a228a98
52 changed files with 22425 additions and 0 deletions

34
.obsidian/plugins/calendarium/data.json vendored Normal file
View File

@@ -0,0 +1,34 @@
{
"autoParse": false,
"calendars": [],
"configDirectory": null,
"dailyNotes": false,
"dateFormat": "YYYY-MM-DD",
"defaultCalendar": null,
"eventPreview": false,
"exit": {
"saving": false,
"event": false,
"calendar": false,
"savingEvent": false
},
"eventFrontmatter": false,
"parseDates": false,
"version": {
"major": 2,
"minor": 0,
"patch": 0,
"beta": null
},
"debug": false,
"askedToMoveFC": false,
"askedAboutSync": false,
"syncBehavior": "Ask",
"inlineEventsTag": null,
"paths": [
[
"/",
"DEFAULT"
]
]
}

511
.obsidian/plugins/calendarium/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "calendarium",
"name": "Calendarium",
"author": "Jeremy Valentine",
"description": "Craft mind-bending fantasy and sci-fi calendars.",
"version": "2.0.0",
"minAppVersion": "1.5.7",
"authorUrl": "https://plugins.javalent.com",
"fundingUrl": "https://www.buymeacoffee.com/valentine195",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long