vault backup: 2026-09-15 18:32:01

This commit is contained in:
2026-09-15 18:32:01 -05:00
commit 5c1933aaa9
171 changed files with 276502 additions and 0 deletions
+241
View File
@@ -0,0 +1,241 @@
{
"version": 3,
"projects": {},
"selectedDraftVaultPath": null,
"userScriptFolder": null,
"sessionStorage": "data",
"sessions": [
{
"start": "2026-09-15T23:19:43.332Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
},
{
"start": "2026-09-14T13:25:49.206Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
},
{
"start": "2026-09-11T17:29:32.182Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
},
{
"start": "2026-09-10T15:02:07.378Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
},
{
"start": "2026-09-09T14:19:55.825Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
},
{
"start": "2026-09-08T12:41:12.421Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
},
{
"start": "2026-09-05T01:02:43.709Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
},
{
"start": "2026-09-02T13:07:15.603Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
},
{
"start": "2026-09-01T13:06:21.300Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
},
{
"start": "2026-08-31T15:34:39.112Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
},
{
"start": "2026-08-30T18:01:25.316Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
},
{
"start": "2026-08-29T18:56:37.836Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
},
{
"start": "2026-08-28T12:55:55.980Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
},
{
"start": "2026-08-27T14:40:08.223Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
},
{
"start": "2026-08-26T15:27:22.123Z",
"total": 0,
"drafts": {
"Novel/Murder At Dilven Manor - Alyxa's PI/Index.md": {
"total": 0,
"scenes": {
"Chapter One": 0
}
}
}
}
],
"showWordCountInStatusBar": true,
"startNewSessionEachDay": true,
"sessionGoal": 500,
"applyGoalTo": "all",
"notifyOnGoal": true,
"countDeletionsForGoal": false,
"keepSessionCount": 30,
"sessionFile": "longform-sessions.json",
"numberScenes": false,
"sceneTemplate": null,
"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);
}