vault backup: 2025-08-30 19:12:46

This commit is contained in:
Daniel Eder 2025-08-30 19:12:46 +02:00
parent 7ec94c1126
commit fefff39c6d
13 changed files with 7792 additions and 7659 deletions

View file

@ -27,5 +27,7 @@
"file-recovery": true,
"publish": false,
"sync": true,
"webviewer": false
"webviewer": false,
"footnotes": false,
"bases": true
}

View file

@ -5,6 +5,103 @@
"userScriptFolder": null,
"sessionStorage": "data",
"sessions": [
{
"start": "2025-08-30T17:12:22.053Z",
"total": 0,
"drafts": {
"Stories/The Reed Remembers Her/Index.md": {
"total": 0,
"scenes": {
"1.1 Drifting Embers": 0
}
},
"Stories/Crown of Blood/Index.md": {
"total": 0,
"scenes": {
"C1S1 Snow on the towers and siege": 0,
"C1S2 Marcas preparing for the Siege": 0,
"C1S3 - Telaryn talking to her father": 0,
"C1S4 - Telaryn and Alisha": 0,
"C1S5 - The King rides": 0,
"C2S1 - The king is slain": 0,
"C2S2 - The gates are broken": 0,
"C2S3 - Arguing before the court": 0,
"C3S1 - To the Hall of Kings": 0,
"C3S2 - Alisha refuses to be left behind": 0,
"C3S3 - Whispers in Stone": 0,
"C3S4 - Blood That Binds": 0,
"C3S5 - The Old Gate": 0,
"Interlude - Cinder in the Halls": 0,
"C4S1 - Foothills": 0,
"C4S2 - Steel in Snow": 0,
"C4S3 - The Last Watch": 0,
"C4S4 - The Choice": 0,
"C4S5 - Winter's Edge": 0,
"Interlude - What the Dead Remember": 0,
"C4.1S1 - The Weight of Survival": 0,
"C4.1S2 - The Broken Garison": 0,
"C4.1S3 - Dreams beneath the ice": 0,
"C4.2S1 - Wounds in Silence": 0,
"C4.2S2 - Glimpse of the Past": 0,
"C4.2S3 - Nightfall Confession": 0,
"C4.2S4 - Foreshadowed Change": 0,
"C4.3S1 - Dust-Laden Past": 0,
"C4.3S2 - Sword of Fireless Flame": 0,
"C4.3S3 - Candle before the forgotten": 0,
"C4.4S1 - Morning Drills": 0,
"C4.4S2 - Ghosts of the Journey": 0,
"C4.4S3 - A Quiet Talk": 0,
"C4.4S4 - Banner in the Wind": 0,
"C4.5S1 - Scouts Return": 0,
"C4.5S2 - Decision atop the Walls": 0,
"C4.5S3 - Gathering the Loyals": 0,
"C4.5S4 - The Chosen Few": 0,
"Interlude - The Cold Trail": 0,
"C5S1 - The Veyari": 0,
"C5S2 - The Blood and the Stone": 0,
"C5S3 - What stirs below": 0,
"C6S1 - Erased Histories": 0,
"C6S2 - The Last to Remember": 0,
"C6S3 - The Fregment's Path": 0,
"C6S4 - Embers and Distance": 0,
"C6S4 - Whispers in the nIght": 0,
"C6S5 - The Leaving": 0,
"C7S1 - Transition": 0,
"C7S2 - Movement Reported": 0,
"C7S3 - Trap above the cloudline": 0,
"C7S4 - Avalanche Rite": 0,
"C7S5 - Aftermath": 0,
"C8S1 - Mouth of the Mountain": 0,
"C8S2 - Awaken the Gate": 0,
"C8S3 - Into the Darkness": 0,
"Interlude - The Limits of Discipline": 0,
"C9S1 - Deeper into the Keep": 0,
"C9S2 - Exploring the Keep": 0,
"C9S3 - Blood and Broken Sigil": 0,
"C10S1 - Descent": 0,
"C10S2 - The Whispering Blade": 0,
"C10S3 - Moment of Choice": 0,
"C10S4 - Drawing Ashmire": 0,
"Interlude - Raw Power": 0,
"C11S1 - The Price": 0,
"C11S2 - The Killing": 0,
"C11S3 - The Power": 0,
"C12S1 - She Returns": 0,
"C12S2 - Aftermath": 0,
"C12S3 - Alishas Gone": 0,
"C12S4 - Now what": 0,
"C13S1 - Return to village": 0,
"C13S2 - Atop the mountai": 0,
"C13S3 - The Debate": 0,
"C13S4 - Bargain with the Storm": 0,
"C13S5 - Conquest of Spirits": 0,
"C13S6 - Reckogning": 0,
"C13S7 - The Banner Rises": 0,
"Epilogue - The Sound Before the Storm": 0
}
}
}
},
{
"start": "2025-08-05T07:19:42.055Z",
"total": 0,

File diff suppressed because it is too large Load diff

View file

@ -2061,4 +2061,5 @@ var NovelWordCountPlugin = class extends import_obsidian5.Plugin {
}
};
/* nosourcemap */

View file

@ -1,7 +1,7 @@
{
"id": "novel-word-count",
"name": "Novel word count",
"version": "4.5.0",
"version": "4.6.0",
"minAppVersion": "0.13.31",
"description": "Displays a word count (and more!) for each file, folder and vault in the File Explorer pane.",
"author": "Isaac Lyman",

View file

@ -19,6 +19,7 @@
.novel-word-count--active .nav-files-container .nav-file-title {
align-items: baseline;
unicode-bidi: isolate;
}
.novel-word-count--active .nav-files-container .nav-file-title::after {
content: attr(data-novel-word-count-plugin);
@ -33,9 +34,12 @@
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
unicode-bidi: isolate;
direction: ltr;
}
.novel-word-count--active .nav-files-container .nav-file-title-content {
min-width: 20px;
unicode-bidi: isolate;
}
.novel-word-count--note-right .nav-files-container .nav-file-title-content {
flex: 1 1 0;
@ -62,6 +66,7 @@
}
.novel-word-count--active .nav-files-container .nav-folder-title {
align-items: baseline;
unicode-bidi: isolate;
}
.novel-word-count--active .nav-files-container .nav-folder-title::after {
content: attr(data-novel-word-count-plugin);
@ -76,9 +81,12 @@
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
unicode-bidi: isolate;
direction: ltr;
}
.novel-word-count--active .nav-files-container .nav-folder-title-content {
min-width: 20px;
unicode-bidi: isolate;
}
.novel-word-count--folder-right .nav-files-container .nav-folder-title-content {
flex: 1 1 0;

View file

@ -126,7 +126,7 @@
"version": {
"major": 4,
"minor": 10,
"patch": 0
"patch": 1
},
"paths": [
"/"

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-5e-statblocks",
"name": "Fantasy Statblocks",
"version": "4.10.0",
"version": "4.10.1",
"description": "Create Fantasy Statblocks in Obsidian.md",
"minAppVersion": "0.12.0",
"author": "Jeremy Valentine",

File diff suppressed because one or more lines are too long

View file

@ -6,5 +6,5 @@
"description": "Integrate Git version control with automatic backup and other advanced features.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"version": "2.34.0"
"version": "2.35.0"
}

View file

@ -55,6 +55,15 @@
.tooltip.mod-right {
overflow-wrap: break-word;
}
/* Limits the scrollbar to the view body */
.git-view {
display: flex;
flex-direction: column;
position: relative;
height: 100%;
}
.git-tools {
display: flex;
margin-left: auto;
@ -81,6 +90,21 @@
height: auto;
}
.workspace-leaf-content[data-type="git-view"] .tree-item-self,
.workspace-leaf-content[data-type="git-history-view"] .tree-item-self {
align-items: center;
}
.workspace-leaf-content[data-type="git-view"]
.tree-item-self:hover
.clickable-icon,
.workspace-leaf-content[data-type="git-history-view"]
.tree-item-self:hover
.clickable-icon {
color: var(--icon-color-hover);
}
/* Highlight an item as active if it's diff is currently opened */
.is-active .git-tools .buttons > * {
color: var(--nav-item-color-active);
}
@ -575,14 +599,6 @@
background-color: #22bb2230;
}
/* Limits the scrollbar to the view body */
.git-view {
display: flex;
flex-direction: column;
position: relative;
height: 100%;
}
.git-obscure-prompt[git-is-obscured="true"] #git-show-password:after {
-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-eye"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"></path><circle cx="12" cy="12" r="3"></circle></svg>');
}

View file

@ -137,8 +137,8 @@
"state": {
"type": "VIEW_TYPE_LONGFORM_EXPLORER",
"state": {},
"icon": "lucide-file",
"title": "Plugin no longer active"
"icon": "lucide-ghost",
"title": "VIEW_TYPE_LONGFORM_EXPLORER"
}
}
]
@ -227,6 +227,7 @@
},
"left-ribbon": {
"hiddenItems": {
"bases:Create new base": false,
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,