vault backup: 2026-05-14 19:46:36

This commit is contained in:
2026-05-14 19:46:36 +02:00
commit 83707a9abc
34 changed files with 43105 additions and 0 deletions
+75
View File
@@ -0,0 +1,75 @@
{
"version": 3,
"projects": {},
"selectedDraftVaultPath": "e-book/Desktop 2.0/Index.md",
"userScriptFolder": null,
"sessionStorage": "data",
"sessions": [
{
"start": "2026-05-14T17:26:07.811Z",
"total": 0,
"drafts": {
"e-book/Index.md": {
"total": 0,
"scenes": {}
},
"e-book/Desktop 2.0/Index.md": {
"total": 0,
"scenes": {}
}
}
}
],
"showWordCountInStatusBar": true,
"startNewSessionEachDay": true,
"sessionGoal": 500,
"applyGoalTo": "all",
"notifyOnGoal": true,
"countDeletionsForGoal": false,
"keepSessionCount": 30,
"sessionFile": "longform-sessions.json",
"numberScenes": false,
"sceneTemplate": "",
"waitForSync": false,
"fallbackWaitEnabled": true,
"fallbackWaitTime": 5,
"workflows": {
"Default Workflow": {
"name": "Default Workflow",
"description": "A starter workflow. Feel free to edit, rename, or delete it and create your own.",
"steps": [
{
"id": "strip-frontmatter",
"optionValues": {}
},
{
"id": "remove-links",
"optionValues": {
"remove-wikilinks": true,
"remove-external-links": true
}
},
{
"id": "prepend-title",
"optionValues": {
"format": "$3{#} $1",
"separator": "\n\n"
}
},
{
"id": "concatenate-text",
"optionValues": {
"separator": "\\n\\n---\\n\\n"
}
},
{
"id": "write-to-note",
"optionValues": {
"target": "manuscript.md",
"open-after": true
}
}
]
}
}
}
+38670
View File
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
{
"id": "longform",
"name": "Longform",
"version": "2.1.0",
"minAppVersion": "1.0",
"description": "Write novels, screenplays, and other long projects in Obsidian.",
"author": "Kevin Barrett",
"authorUrl": "https://kevinbarrett.org",
"fundingUrl": "https://github.com/sponsors/kevboh",
"isDesktopOnly": false
}
+19
View File
@@ -0,0 +1,19 @@
:root {
--longform-explorer-font-size: var(--font-ui-medium);
--longform-explorer-indent-size: 2em;
}
.longform-settings-user-steps {
padding-inline-start: 1em;
margin-block-start: 0;
margin-block-end: 0;
}
.longform-settings-user-step-name {
color: var(--text-normal);
}
.longform-settings-user-step-id {
margin-left: var(--size-4-2);
color: var(--text-muted);
}