1
0
Fork 0

Manual backup: 2022-11-05 15:46:12

This commit is contained in:
Alexander Schäferdiek 2022-11-05 15:46:12 +01:00
parent 9b227e4fbe
commit c35bf95f8c
8 changed files with 656 additions and 347 deletions

View file

@ -20,7 +20,6 @@
"basePath": "",
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": true,
"username": "",
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true

File diff suppressed because it is too large Load diff

View file

@ -4,5 +4,5 @@
"description": "Backup your vault with Git.",
"isDesktopOnly": false,
"js": "main.js",
"version": "2.6.0"
"version": "2.9.4"
}

View file

@ -20,6 +20,7 @@
.obsidian-git-center {
margin: auto;
text-align: center;
width: 50%;
}

File diff suppressed because one or more lines are too long

View file

@ -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",

View file

@ -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"

View file

@ -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_.