Manual backup: 2022-11-05 15:46:12
This commit is contained in:
parent
9b227e4fbe
commit
c35bf95f8c
8 changed files with 656 additions and 347 deletions
1
.obsidian/plugins/obsidian-git/data.json
vendored
1
.obsidian/plugins/obsidian-git/data.json
vendored
|
@ -20,7 +20,6 @@
|
||||||
"basePath": "",
|
"basePath": "",
|
||||||
"differentIntervalCommitAndPush": false,
|
"differentIntervalCommitAndPush": false,
|
||||||
"changedFilesInStatusBar": true,
|
"changedFilesInStatusBar": true,
|
||||||
"username": "",
|
|
||||||
"showedMobileNotice": true,
|
"showedMobileNotice": true,
|
||||||
"refreshSourceControlTimer": 7000,
|
"refreshSourceControlTimer": 7000,
|
||||||
"showBranchStatusBar": true
|
"showBranchStatusBar": true
|
||||||
|
|
949
.obsidian/plugins/obsidian-git/main.js
vendored
949
.obsidian/plugins/obsidian-git/main.js
vendored
File diff suppressed because it is too large
Load diff
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
|
@ -4,5 +4,5 @@
|
||||||
"description": "Backup your vault with Git.",
|
"description": "Backup your vault with Git.",
|
||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
"js": "main.js",
|
"js": "main.js",
|
||||||
"version": "2.6.0"
|
"version": "2.9.4"
|
||||||
}
|
}
|
||||||
|
|
1
.obsidian/plugins/obsidian-git/styles.css
vendored
1
.obsidian/plugins/obsidian-git/styles.css
vendored
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
.obsidian-git-center {
|
.obsidian-git-center {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
text-align: center;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
19
.obsidian/plugins/templater-obsidian/main.js
vendored
19
.obsidian/plugins/templater-obsidian/main.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "templater-obsidian",
|
"id": "templater-obsidian",
|
||||||
"name": "Templater",
|
"name": "Templater",
|
||||||
"version": "1.14.3",
|
"version": "1.15.3",
|
||||||
"description": "Create and use templates",
|
"description": "Create and use templates",
|
||||||
"minAppVersion": "0.11.13",
|
"minAppVersion": "0.11.13",
|
||||||
"author": "SilentVoid",
|
"author": "SilentVoid",
|
||||||
|
|
11
.obsidian/workspace.json
vendored
11
.obsidian/workspace.json
vendored
|
@ -4,11 +4,11 @@
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "046b4898a9e1b717",
|
"id": "79cf8525f2f787a5",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "dfbac2cab6e1aee2",
|
"id": "2fbc637c4728ae82",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "empty",
|
"type": "empty",
|
||||||
|
@ -109,18 +109,15 @@
|
||||||
"width": 464.5,
|
"width": 464.5,
|
||||||
"collapsed": true
|
"collapsed": true
|
||||||
},
|
},
|
||||||
"ribbon": {
|
"active": "2fbc637c4728ae82",
|
||||||
"mostRecentAction": ""
|
|
||||||
},
|
|
||||||
"active": "dfbac2cab6e1aee2",
|
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"README.md",
|
||||||
"KB/Linux/Server/Remote unlocking at boot.md",
|
"KB/Linux/Server/Remote unlocking at boot.md",
|
||||||
"KB/Linux/Server/Security hardening.md",
|
"KB/Linux/Server/Security hardening.md",
|
||||||
"KB/Linux/Wireguard.md",
|
"KB/Linux/Wireguard.md",
|
||||||
"KB/Linux/Desktop/Theming Qt and Gtk.md",
|
"KB/Linux/Desktop/Theming Qt and Gtk.md",
|
||||||
"KB/Linux/GNOME.md",
|
"KB/Linux/GNOME.md",
|
||||||
"KB/Windows/Bootstrap.md",
|
"KB/Windows/Bootstrap.md",
|
||||||
"README.md",
|
|
||||||
"Untitled.md",
|
"Untitled.md",
|
||||||
"KB/Linux/Server/Bootstrap.md",
|
"KB/Linux/Server/Bootstrap.md",
|
||||||
"_Templates/Note Template.md"
|
"_Templates/Note Template.md"
|
||||||
|
|
|
@ -4,4 +4,4 @@ This is a collection of instructions and guides found useful.
|
||||||
|
|
||||||
The Knowledge base should be opened with [Obsidian](https://obsidian.md).
|
The Knowledge base should be opened with [Obsidian](https://obsidian.md).
|
||||||
|
|
||||||
Some of the commands require `dotfiles-system` also available on _git.myservermanager.com_.
|
Some of the commands require `system-helpers` also available on _git.myservermanager.com_.
|
Loading…
Reference in a new issue