1
0
Fork 0

Manual backup: 2022-10-14 23:20:54

This commit is contained in:
Alexander Schäferdiek 2022-10-14 23:20:54 +02:00
parent b0dbc7d569
commit 9b227e4fbe
11 changed files with 22174 additions and 6822 deletions

View file

@ -1,3 +1,4 @@
{
"baseFontSize": 16
"baseFontSize": 16,
"accentColor": ""
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.43",
"version": "0.5.47",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",

View file

@ -19,7 +19,7 @@
}
.table-view-table > tbody > tr:hover {
background-color: var(--text-selection);
background-color: var(--text-selection) !important;
}
.table-view-table > thead > tr > th {

View file

@ -20,5 +20,8 @@
"basePath": "",
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": true,
"username": ""
"username": "",
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true
}

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,8 @@
{
"id": "obsidian-git",
"name": "Obsidian Git",
"description": "Backup your vault with git.",
"isDesktopOnly": true,
"description": "Backup your vault with Git.",
"isDesktopOnly": false,
"js": "main.js",
"version": "1.31.0"
"version": "2.6.0"
}

View file

@ -8,6 +8,10 @@
}
}
.workspace-leaf-content[data-type='git-view'] .view-content {
padding: 0;
}
.loading>svg {
animation: 2s linear infinite loading;
transform-origin: 50% 50%;
@ -298,6 +302,10 @@
width: 4em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-tbody tr {
position: relative;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber:after {
content: "\200b";
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "1.13.0",
"version": "1.14.3",
"description": "Create and use templates",
"minAppVersion": "0.11.13",
"author": "SilentVoid",

128
.obsidian/workspace.json vendored Normal file
View file

@ -0,0 +1,128 @@
{
"main": {
"id": "fd558c09649c907c",
"type": "split",
"children": [
{
"id": "046b4898a9e1b717",
"type": "tabs",
"children": [
{
"id": "dfbac2cab6e1aee2",
"type": "leaf",
"state": {
"type": "empty",
"state": {}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "226303c284f2eb89",
"type": "split",
"children": [
{
"id": "4c21dc49c09cdec6",
"type": "tabs",
"children": [
{
"id": "0889e053c850e925",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "b7646ee3a0699675",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "myservermanager.com",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "98c3ed8c61dcefc3",
"type": "leaf",
"state": {
"type": "starred",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 389.5
},
"right": {
"id": "899055bb84f9c389",
"type": "split",
"children": [
{
"id": "d8ce90da79d6ae34",
"type": "tabs",
"children": [
{
"id": "719efb2f0badd730",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
},
{
"id": "d65ca718a25595c6",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": false
}
}
}
]
}
],
"direction": "horizontal",
"width": 464.5,
"collapsed": true
},
"ribbon": {
"mostRecentAction": ""
},
"active": "dfbac2cab6e1aee2",
"lastOpenFiles": [
"KB/Linux/Server/Remote unlocking at boot.md",
"KB/Linux/Server/Security hardening.md",
"KB/Linux/Wireguard.md",
"KB/Linux/Desktop/Theming Qt and Gtk.md",
"KB/Linux/GNOME.md",
"KB/Windows/Bootstrap.md",
"README.md",
"Untitled.md",
"KB/Linux/Server/Bootstrap.md",
"_Templates/Note Template.md"
]
}