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": "",
|
||||
"differentIntervalCommitAndPush": false,
|
||||
"changedFilesInStatusBar": true,
|
||||
"username": "",
|
||||
"showedMobileNotice": true,
|
||||
"refreshSourceControlTimer": 7000,
|
||||
"showBranchStatusBar": true
|
||||
|
|
963
.obsidian/plugins/obsidian-git/main.js
vendored
963
.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.",
|
||||
"isDesktopOnly": false,
|
||||
"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 {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
|
21
.obsidian/plugins/templater-obsidian/main.js
vendored
21
.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",
|
||||
"name": "Templater",
|
||||
"version": "1.14.3",
|
||||
"version": "1.15.3",
|
||||
"description": "Create and use templates",
|
||||
"minAppVersion": "0.11.13",
|
||||
"author": "SilentVoid",
|
||||
|
|
11
.obsidian/workspace.json
vendored
11
.obsidian/workspace.json
vendored
|
@ -4,11 +4,11 @@
|
|||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "046b4898a9e1b717",
|
||||
"id": "79cf8525f2f787a5",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "dfbac2cab6e1aee2",
|
||||
"id": "2fbc637c4728ae82",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "empty",
|
||||
|
@ -109,18 +109,15 @@
|
|||
"width": 464.5,
|
||||
"collapsed": true
|
||||
},
|
||||
"ribbon": {
|
||||
"mostRecentAction": ""
|
||||
},
|
||||
"active": "dfbac2cab6e1aee2",
|
||||
"active": "2fbc637c4728ae82",
|
||||
"lastOpenFiles": [
|
||||
"README.md",
|
||||
"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"
|
||||
|
|
|
@ -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).
|
||||
|
||||
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