Manual backup: 2023-08-12 09:48:42
This commit is contained in:
parent
cdbff0308b
commit
2a72db781b
5 changed files with 94 additions and 17 deletions
5
.obsidian/app.json
vendored
5
.obsidian/app.json
vendored
|
@ -5,10 +5,7 @@
|
||||||
"defaultViewMode": "preview",
|
"defaultViewMode": "preview",
|
||||||
"foldIndent": true,
|
"foldIndent": true,
|
||||||
"spellcheck": false,
|
"spellcheck": false,
|
||||||
"spellcheckLanguages": [
|
"spellcheckLanguages": null,
|
||||||
"en-US",
|
|
||||||
"de-DE"
|
|
||||||
],
|
|
||||||
"trashOption": "system",
|
"trashOption": "system",
|
||||||
"alwaysUpdateLinks": true,
|
"alwaysUpdateLinks": true,
|
||||||
"newLinkFormat": "absolute",
|
"newLinkFormat": "absolute",
|
||||||
|
|
80
.obsidian/plugins/obsidian-git/main.js
vendored
80
.obsidian/plugins/obsidian-git/main.js
vendored
|
@ -29954,21 +29954,21 @@ var SimpleGit = class extends GitManager {
|
||||||
(err) => this.onError(err)
|
(err) => this.onError(err)
|
||||||
);
|
);
|
||||||
return res.all.map((e) => {
|
return res.all.map((e) => {
|
||||||
var _a2, _b;
|
var _a2, _b, _c, _d;
|
||||||
return {
|
return {
|
||||||
...e,
|
...e,
|
||||||
refs: e.refs.split(", "),
|
refs: e.refs.split(", "),
|
||||||
diff: {
|
diff: {
|
||||||
...e.diff,
|
...e.diff,
|
||||||
files: e.diff.files.map((f) => ({
|
files: (_b = (_a2 = e.diff) == null ? void 0 : _a2.files.map((f) => ({
|
||||||
...f,
|
...f,
|
||||||
status: f.status,
|
status: f.status,
|
||||||
path: f.file,
|
path: f.file,
|
||||||
hash: e.hash,
|
hash: e.hash,
|
||||||
vault_path: this.getVaultPath(f.file)
|
vault_path: this.getVaultPath(f.file)
|
||||||
}))
|
}))) != null ? _b : []
|
||||||
},
|
},
|
||||||
fileName: (_b = (_a2 = e.diff) == null ? void 0 : _a2.files.first()) == null ? void 0 : _b.file
|
fileName: (_d = (_c = e.diff) == null ? void 0 : _c.files.first()) == null ? void 0 : _d.file
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -37390,6 +37390,15 @@ function create_else_block(ctx) {
|
||||||
set_style(div0, "padding-right", "5px");
|
set_style(div0, "padding-right", "5px");
|
||||||
set_style(div0, "display", "flex");
|
set_style(div0, "display", "flex");
|
||||||
attr(div1, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon");
|
attr(div1, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon");
|
||||||
|
toggle_class(
|
||||||
|
div1,
|
||||||
|
"is-collapsed",
|
||||||
|
/*closed*/
|
||||||
|
ctx[4][
|
||||||
|
/*entity*/
|
||||||
|
ctx[8].title
|
||||||
|
]
|
||||||
|
);
|
||||||
attr(div2, "class", "tree-item-inner nav-folder-title-content svelte-1lnl15d");
|
attr(div2, "class", "tree-item-inner nav-folder-title-content svelte-1lnl15d");
|
||||||
attr(div3, "class", "tree-item-self is-clickable nav-folder-title");
|
attr(div3, "class", "tree-item-self is-clickable nav-folder-title");
|
||||||
attr(
|
attr(
|
||||||
|
@ -37432,6 +37441,18 @@ function create_else_block(ctx) {
|
||||||
},
|
},
|
||||||
p(new_ctx, dirty) {
|
p(new_ctx, dirty) {
|
||||||
ctx = new_ctx;
|
ctx = new_ctx;
|
||||||
|
if (!current || dirty & /*closed, hierarchy*/
|
||||||
|
17) {
|
||||||
|
toggle_class(
|
||||||
|
div1,
|
||||||
|
"is-collapsed",
|
||||||
|
/*closed*/
|
||||||
|
ctx[4][
|
||||||
|
/*entity*/
|
||||||
|
ctx[8].title
|
||||||
|
]
|
||||||
|
);
|
||||||
|
}
|
||||||
if ((!current || dirty & /*hierarchy*/
|
if ((!current || dirty & /*hierarchy*/
|
||||||
1) && t2_value !== (t2_value = /*entity*/
|
1) && t2_value !== (t2_value = /*entity*/
|
||||||
ctx[8].title + ""))
|
ctx[8].title + ""))
|
||||||
|
@ -38219,6 +38240,12 @@ function create_fragment3(ctx) {
|
||||||
if (if_block1)
|
if (if_block1)
|
||||||
if_block1.c();
|
if_block1.c();
|
||||||
attr(div0, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon");
|
attr(div0, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon");
|
||||||
|
toggle_class(
|
||||||
|
div0,
|
||||||
|
"is-collapsed",
|
||||||
|
/*isCollapsed*/
|
||||||
|
ctx[4]
|
||||||
|
);
|
||||||
attr(div1, "class", "tree-item-inner nav-folder-title-content");
|
attr(div1, "class", "tree-item-inner nav-folder-title-content");
|
||||||
attr(div1, "aria-label", div1_aria_label_value = /*log*/
|
attr(div1, "aria-label", div1_aria_label_value = /*log*/
|
||||||
ctx[0].message);
|
ctx[0].message);
|
||||||
|
@ -38264,6 +38291,15 @@ function create_fragment3(ctx) {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
p(ctx2, [dirty]) {
|
p(ctx2, [dirty]) {
|
||||||
|
if (!current || dirty & /*isCollapsed*/
|
||||||
|
16) {
|
||||||
|
toggle_class(
|
||||||
|
div0,
|
||||||
|
"is-collapsed",
|
||||||
|
/*isCollapsed*/
|
||||||
|
ctx2[4]
|
||||||
|
);
|
||||||
|
}
|
||||||
if (
|
if (
|
||||||
/*log*/
|
/*log*/
|
||||||
ctx2[0].refs.length > 0
|
ctx2[0].refs.length > 0
|
||||||
|
@ -39871,6 +39907,15 @@ function create_else_block3(ctx) {
|
||||||
set_style(div0, "padding-right", "5px");
|
set_style(div0, "padding-right", "5px");
|
||||||
set_style(div0, "display", "flex");
|
set_style(div0, "display", "flex");
|
||||||
attr(div1, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon");
|
attr(div1, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon");
|
||||||
|
toggle_class(
|
||||||
|
div1,
|
||||||
|
"is-collapsed",
|
||||||
|
/*closed*/
|
||||||
|
ctx[5][
|
||||||
|
/*entity*/
|
||||||
|
ctx[15].title
|
||||||
|
]
|
||||||
|
);
|
||||||
attr(div2, "class", "tree-item-inner nav-folder-title-content svelte-1lnl15d");
|
attr(div2, "class", "tree-item-inner nav-folder-title-content svelte-1lnl15d");
|
||||||
set_style(div3, "width", "11px");
|
set_style(div3, "width", "11px");
|
||||||
attr(div4, "class", "buttons");
|
attr(div4, "class", "buttons");
|
||||||
|
@ -39922,6 +39967,18 @@ function create_else_block3(ctx) {
|
||||||
},
|
},
|
||||||
p(new_ctx, dirty) {
|
p(new_ctx, dirty) {
|
||||||
ctx = new_ctx;
|
ctx = new_ctx;
|
||||||
|
if (!current || dirty & /*closed, hierarchy*/
|
||||||
|
33) {
|
||||||
|
toggle_class(
|
||||||
|
div1,
|
||||||
|
"is-collapsed",
|
||||||
|
/*closed*/
|
||||||
|
ctx[5][
|
||||||
|
/*entity*/
|
||||||
|
ctx[15].title
|
||||||
|
]
|
||||||
|
);
|
||||||
|
}
|
||||||
if ((!current || dirty & /*hierarchy*/
|
if ((!current || dirty & /*hierarchy*/
|
||||||
1) && t2_value !== (t2_value = /*entity*/
|
1) && t2_value !== (t2_value = /*entity*/
|
||||||
ctx[15].title + ""))
|
ctx[15].title + ""))
|
||||||
|
@ -40878,6 +40935,8 @@ function create_if_block8(ctx) {
|
||||||
if (if_block2)
|
if (if_block2)
|
||||||
if_block2.c();
|
if_block2.c();
|
||||||
attr(div0, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon");
|
attr(div0, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon");
|
||||||
|
toggle_class(div0, "is-collapsed", !/*stagedOpen*/
|
||||||
|
ctx[13]);
|
||||||
attr(div1, "class", "tree-item-inner nav-folder-title-content");
|
attr(div1, "class", "tree-item-inner nav-folder-title-content");
|
||||||
attr(div2, "data-icon", "minus");
|
attr(div2, "data-icon", "minus");
|
||||||
attr(div2, "aria-label", "Unstage");
|
attr(div2, "aria-label", "Unstage");
|
||||||
|
@ -40890,6 +40949,8 @@ function create_if_block8(ctx) {
|
||||||
toggle_class(div7, "is-collapsed", !/*stagedOpen*/
|
toggle_class(div7, "is-collapsed", !/*stagedOpen*/
|
||||||
ctx[13]);
|
ctx[13]);
|
||||||
attr(div8, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon");
|
attr(div8, "class", "tree-item-icon nav-folder-collapse-indicator collapse-icon");
|
||||||
|
toggle_class(div8, "is-collapsed", !/*changesOpen*/
|
||||||
|
ctx[12]);
|
||||||
attr(div9, "class", "tree-item-inner nav-folder-title-content");
|
attr(div9, "class", "tree-item-inner nav-folder-title-content");
|
||||||
attr(div10, "data-icon", "undo");
|
attr(div10, "data-icon", "undo");
|
||||||
attr(div10, "aria-label", "Discard");
|
attr(div10, "aria-label", "Discard");
|
||||||
|
@ -40980,6 +41041,11 @@ function create_if_block8(ctx) {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
p(ctx2, dirty) {
|
p(ctx2, dirty) {
|
||||||
|
if (!current || dirty[0] & /*stagedOpen*/
|
||||||
|
8192) {
|
||||||
|
toggle_class(div0, "is-collapsed", !/*stagedOpen*/
|
||||||
|
ctx2[13]);
|
||||||
|
}
|
||||||
if ((!current || dirty[0] & /*status*/
|
if ((!current || dirty[0] & /*status*/
|
||||||
64) && t4_value !== (t4_value = /*status*/
|
64) && t4_value !== (t4_value = /*status*/
|
||||||
ctx2[6].staged.length + ""))
|
ctx2[6].staged.length + ""))
|
||||||
|
@ -41012,6 +41078,11 @@ function create_if_block8(ctx) {
|
||||||
toggle_class(div7, "is-collapsed", !/*stagedOpen*/
|
toggle_class(div7, "is-collapsed", !/*stagedOpen*/
|
||||||
ctx2[13]);
|
ctx2[13]);
|
||||||
}
|
}
|
||||||
|
if (!current || dirty[0] & /*changesOpen*/
|
||||||
|
4096) {
|
||||||
|
toggle_class(div8, "is-collapsed", !/*changesOpen*/
|
||||||
|
ctx2[12]);
|
||||||
|
}
|
||||||
if ((!current || dirty[0] & /*status*/
|
if ((!current || dirty[0] & /*status*/
|
||||||
64) && t12_value !== (t12_value = /*status*/
|
64) && t12_value !== (t12_value = /*status*/
|
||||||
ctx2[6].changed.length + ""))
|
ctx2[6].changed.length + ""))
|
||||||
|
@ -43660,6 +43731,7 @@ var ObsidianGit = class extends import_obsidian30.Plugin {
|
||||||
}
|
}
|
||||||
this.offlineMode = false;
|
this.offlineMode = false;
|
||||||
this.setState(0 /* idle */);
|
this.setState(0 /* idle */);
|
||||||
|
dispatchEvent(new CustomEvent("git-refresh"));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
|
@ -5,5 +5,5 @@
|
||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||||
"js": "main.js",
|
"js": "main.js",
|
||||||
"version": "2.20.5"
|
"version": "2.20.7"
|
||||||
}
|
}
|
||||||
|
|
16
.obsidian/workspace.json
vendored
16
.obsidian/workspace.json
vendored
|
@ -4,11 +4,11 @@
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "259be6a52dd4c123",
|
"id": "2953afe8c0f17110",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "14aff2c8a1d76aee",
|
"id": "e4c421caecd29fe4",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "empty",
|
"type": "empty",
|
||||||
|
@ -128,11 +128,15 @@
|
||||||
"templater-obsidian:Templater": false
|
"templater-obsidian:Templater": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "14aff2c8a1d76aee",
|
"active": "e4c421caecd29fe4",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"KB/Linux/Desktop/Mail.md",
|
||||||
|
"KB/Linux/Desktop/i3.md",
|
||||||
|
"KB/Linux/Desktop/GPG - PGP.md",
|
||||||
|
"KB/Linux/Desktop/Archinstall.md",
|
||||||
|
"KB/Linux/Desktop/Firewall.md",
|
||||||
"KB/Linux/Wireguard.md",
|
"KB/Linux/Wireguard.md",
|
||||||
"KB/Linux/Disk Speed.md",
|
"KB/Linux/Disk Speed.md",
|
||||||
"KB/Linux/Desktop/Firewall.md",
|
|
||||||
"KB/Linux/Desktop/Audio/EQ.md",
|
"KB/Linux/Desktop/Audio/EQ.md",
|
||||||
"KB/Linux/Desktop/Audio/aptx and pulseaudio.md",
|
"KB/Linux/Desktop/Audio/aptx and pulseaudio.md",
|
||||||
"KB/Linux/AMD.md",
|
"KB/Linux/AMD.md",
|
||||||
|
@ -142,7 +146,6 @@
|
||||||
"KB/Linux/Migrate to rootless docker 1.md",
|
"KB/Linux/Migrate to rootless docker 1.md",
|
||||||
"KB/Linux/Migrate to rootless docker.md",
|
"KB/Linux/Migrate to rootless docker.md",
|
||||||
"KB/Linux/GNOME.md",
|
"KB/Linux/GNOME.md",
|
||||||
"KB/Linux/Desktop/Archinstall.md",
|
|
||||||
"KB/Linux/Server/SSH Guard.md",
|
"KB/Linux/Server/SSH Guard.md",
|
||||||
"KB/Linux/Server/Bootstrap.md",
|
"KB/Linux/Server/Bootstrap.md",
|
||||||
"KB/Linux/Server/DNS.md",
|
"KB/Linux/Server/DNS.md",
|
||||||
|
@ -153,9 +156,6 @@
|
||||||
"KB/Android/ADB Backup.md",
|
"KB/Android/ADB Backup.md",
|
||||||
"KB/Linux/Desktop/KDE/KDE Tiling.md",
|
"KB/Linux/Desktop/KDE/KDE Tiling.md",
|
||||||
"KB/Linux/Desktop/KDE/KDE.md",
|
"KB/Linux/Desktop/KDE/KDE.md",
|
||||||
"KB/Linux/Desktop/Fonts.md",
|
|
||||||
"KB/Linux/Desktop/GPG - PGP.md",
|
|
||||||
"KB/Linux/Desktop/i3.md",
|
|
||||||
"KB/Linux/Desktop/Firewall"
|
"KB/Linux/Desktop/Firewall"
|
||||||
]
|
]
|
||||||
}
|
}
|
8
KB/Linux/Desktop/Mail.md
Normal file
8
KB/Linux/Desktop/Mail.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
## Evolution
|
||||||
|
|
||||||
|
Set `org.gnome.evolution.mail.mark-seen-timeout` to `0` for instant marking as read.
|
||||||
|
|
||||||
|
## Thunderbird
|
||||||
|
|
||||||
|
See "privacy" git repository.
|
Loading…
Reference in a new issue