vault backup: 2022-08-02 11:24:18

This commit is contained in:
Daniel Bulant 2022-08-02 11:24:18 +02:00
parent f8471480f1
commit 050586dc65
43 changed files with 4279 additions and 3366 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,10 +1,10 @@
{
"id": "cycle-through-panes",
"name": "Cycle through Panes",
"version": "0.0.12",
"minAppVersion": "0.12.5",
"version": "0.1.0",
"minAppVersion": "0.15.0",
"description": "Cycle through your open Panes with `ctrl + Tab`, just like with Tabs in your Browser!, ctrl+shift+Tab for Reverse",
"author": "Vinadon & Rythm",
"author": "Vinzent03 & phibr0",
"authorUrl": "https://github.com/phibr0",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

View file

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

View file

@ -1,3 +1,12 @@
/** Live Preview padding fixes, specifically for DataviewJS custom HTML elements. */
.is-live-preview .block-language-dataviewjs > p, .is-live-preview .block-language-dataviewjs > span {
line-height: 1.0;
}
/*****************/
/** Table Views **/
/*****************/
/* List View Default Styling; rendered internally as a table. */
.table-view-table {
width: 100%;
@ -28,13 +37,12 @@
text-align: left;
border: none;
font-weight: 400;
max-width: 100%;
}
/** Live Preview padding fixes, specifically for DataviewJS custom HTML elements. */
.is-live-preview .block-language-dataviewjs > p, .is-live-preview .block-language-dataviewjs > span {
line-height: 1.0;
.table-view-table ul, .table-view-table ol {
margin-block-start: 0.2em !important;
margin-block-end: 0.2em !important;
}
/** Rendered value styling for any view. */
@ -43,6 +51,11 @@
margin: 0em !important;
}
.dataview-result-list-ul {
margin-block-start: 0.2em !important;
margin-block-end: 0.2em !important;
}
/** Generic grouping styling. */
.dataview.result-group {
padding-left: 8px;
@ -53,9 +66,7 @@
/*******************/
.dataview.inline-field-key {
border-top-left-radius: 250px;
border-bottom-left-radius: 250px;
padding-left: 16px;
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-primary-alt);
@ -63,19 +74,16 @@
}
.dataview.inline-field-value {
border-top-right-radius: 250px;
border-bottom-right-radius: 250px;
padding-left: 8px;
padding-right: 16px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-selected);
}
.dataview.inline-field-standalone-value {
border-radius: 250px;
padding-left: 16px;
padding-right: 16px;
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-selected);
@ -121,5 +129,14 @@ div.dataview-error-box {
.dataview.small-text {
font-size: smaller;
color: var(--text-selection);
color: var(--text-muted);
margin-left: 3px;
}
.dataview.small-text::before {
content: "(";
}
.dataview.small-text::after {
content: ")";
}

File diff suppressed because one or more lines are too long

View file

@ -1,10 +1,10 @@
{
"id": "emoji-shortcodes",
"name": "Emoji Shortcodes",
"version": "2.1.1",
"version": "2.1.2",
"minAppVersion": "0.12.17",
"description": "This Plugin enables the use of Markdown Emoji Shortcodes :smile:",
"author": "phibr0",
"authorUrl": "https://github.com/phibr0",
"isDesktopOnly": false
}
}

View file

@ -1,21 +1,23 @@
a[href="https://www.buymeacoffee.com/phibr0"] > img {
height: 2.2em;
a[href="https://ko-fi.com/phibr0"] > img
{
height: 3em;
}
a[href="https://www.buymeacoffee.com/phibr0"]{
transform: translate(0, 5%);
a[href="https://ko-fi.com/phibr0"]
{
transform: translate(0, 5%);
}
.ES-suggester-container {
display: flex;
place-content: space-between;
display: flex;
place-content: space-between;
}
.ES-shortcode {
margin-right: 8px;
margin-right: 8px;
}
.ES-suggestion-item {
border-top: solid var(--background-secondary) 1px;
padding-left: 10px;
border-top: solid var(--background-secondary) 1px;
padding-left: 10px;
}

View file

@ -12,8 +12,8 @@
"checkpointList": [
{
"path": "/",
"date": "2022-07-18",
"size": 888079
"date": "2022-08-02",
"size": 889078
}
],
"activityHistory": [
@ -758,7 +758,15 @@
},
{
"date": "2022-07-18",
"value": 1642
"value": 1664
},
{
"date": "2022-07-24",
"value": 0
},
{
"date": "2022-08-02",
"value": 977
}
]
}

File diff suppressed because one or more lines are too long

View file

@ -1,10 +1,10 @@
{
"id": "obsidian-charts",
"name": "Obsidian Charts",
"version": "3.6.1",
"version": "3.6.2",
"minAppVersion": "0.12.7",
"description": "This Plugin lets you create Charts within Obsidian",
"author": "phibr0",
"authorUrl": "https://github.com/phibr0",
"isDesktopOnly": false
}
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-chartsview-plugin",
"name": "Charts View",
"version": "1.1.8",
"version": "1.1.9",
"minAppVersion": "0.9.12",
"description": "Data visualization solution in Obsidian based on Ant Design Charts.",
"author": "caronchen",

View file

@ -28,6 +28,7 @@
"hoverPreviewWithoutCTRL": false,
"linkOpacity": 1,
"openInAdjacentPane": false,
"openInMainWorkspace": true,
"showLinkBrackets": true,
"allowCtrlClick": true,
"forceWrap": false,
@ -69,7 +70,7 @@
"mdCSS": "",
"scriptEngineSettings": {},
"defaultTrayMode": false,
"previousRelease": "1.6.33",
"previousRelease": "1.7.8",
"showReleaseNotes": true,
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js",
"loadCount": 1,

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,8 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "1.6.33",
"minAppVersion": "0.12.16",
"version": "1.7.8",
"minAppVersion": "0.15.5",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",
"authorUrl": "https://zsolt.blog",

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-filename-heading-sync",
"name": "Filename Heading Sync",
"version": "1.6.1",
"version": "1.7.0",
"minAppVersion": "0.11.0",
"description": "Obsidian plugin for keeping the filename with the first heading of a file in sync",
"author": "dvcrn",

File diff suppressed because it is too large Load diff

View file

@ -4,5 +4,5 @@
"description": "Backup your vault with git.",
"isDesktopOnly": true,
"js": "main.js",
"version": "1.25.3"
"version": "1.27.1"
}

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,8 @@
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "1.2.40",
"minAppVersion": "0.12.3",
"version": "1.3.10",
"minAppVersion": "0.15.3",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,8 @@
{
"id": "obsidian-outliner",
"name": "Outliner",
"version": "2.2.5",
"minAppVersion": "0.13.23",
"version": "2.3.0",
"minAppVersion": "0.15.2",
"description": "Work with your lists like in Workflowy or RoamResearch.",
"author": "Viacheslav Slinko",
"authorUrl": "https://github.com/vslinko",

File diff suppressed because one or more lines are too long

View file

@ -5,6 +5,6 @@
"authorUrl": "https://github.com/deathau",
"description": "Sliding Panes! Based on the style of [Andy Matuschak's Notes](https://notes.andymatuschak.org/)",
"isDesktopOnly": false,
"version": "3.2.3",
"minAppVersion": "0.10.3"
"version": "3.3.0",
"minAppVersion": "0.10.9"
}

View file

@ -9,6 +9,9 @@ body.plugin-sliding-panes .workspace > .mod-root > .workspace-leaf {
body.plugin-sliding-panes .workspace > .mod-root > .workspace-leaf .workspace-leaf-content {
position: relative;
}
body.plugin-sliding-panes .workspace > .mod-root > .workspace-split {
flex: none;
}
body.plugin-sliding-panes .workspace > .mod-root .mod-am-right-of-active .cm-s-obsidian > div:not([class]) {
left: -50% !important;
}
@ -16,21 +19,25 @@ body.plugin-sliding-panes .workspace > .mod-root .mod-am-left-of-active .cm-s-ob
left: 150% !important;
}
body.plugin-sliding-panes-stacking .workspace > .mod-root > .workspace-leaf {
body.plugin-sliding-panes-stacking .workspace > .mod-root > .workspace-leaf,
body.plugin-sliding-panes-stacking .workspace > .mod-root > .workspace-split {
box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.25);
position: sticky;
}
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf {
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split {
/* first we'll add a bit of gap for the spines */
/* active titles have different border colours */
}
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content {
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split > .workspace-leaf-content {
padding-left: var(--header-width);
/* this is where the magic happens */
/* get rid of the gap left by the now-missing horizontal title */
}
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header {
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split > .workspace-leaf-content > .view-header {
writing-mode: vertical-lr;
text-orientation: sideways;
border-right: 1px solid var(--background-secondary-alt);
@ -46,56 +53,68 @@ body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf
/* unset the title container height and swap padding */
/* swap the padding/margin around for the header and actions icons */
}
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header > .view-header-title-container {
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header > .view-header-title-container,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split > .workspace-leaf-content > .view-header > .view-header-title-container {
height: unset;
padding-left: unset;
padding-top: 0;
/* get rid of unnecessary padding */
/* fix the long-title-obscuring shadows */
}
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header > .view-header-title-container > .view-header-title {
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header > .view-header-title-container > .view-header-title,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split > .workspace-leaf-content > .view-header > .view-header-title-container > .view-header-title {
padding-right: 0;
padding-top: 15px;
padding-bottom: 15px;
}
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header > .view-header-title-container:after {
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header > .view-header-title-container:after,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split > .workspace-leaf-content > .view-header > .view-header-title-container:after {
width: 100%;
height: 15px;
top: unset;
bottom: 0;
background: linear-gradient(to bottom, transparent, var(--background-secondary));
background: linear-gradient(to bottom, transparent, var(--background-primary-alt));
}
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header > .view-header-title-container:before {
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header > .view-header-title-container:before,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split > .workspace-leaf-content > .view-header > .view-header-title-container:before {
content: "";
position: absolute;
width: 100%;
height: 15px;
top: 0;
bottom: unset;
background: linear-gradient(to top, transparent, var(--background-secondary));
background: linear-gradient(to top, transparent, var(--background-primary-alt));
}
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header .view-header-icon,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header .view-actions {
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header .view-actions,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split > .workspace-leaf-content > .view-header .view-header-icon,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split > .workspace-leaf-content > .view-header .view-actions {
padding: 0;
}
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header .view-header-icon {
margin: 8px 0 3px 0;
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header .view-header-icon,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split > .workspace-leaf-content > .view-header .view-header-icon {
margin: 8px auto 3px auto;
}
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header .view-action {
margin: 8px 0;
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header .view-action,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split > .workspace-leaf-content > .view-header .view-action {
margin: 8px auto;
}
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-content {
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-content,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split > .workspace-leaf-content > .view-content {
height: 100%;
}
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf.mod-active > .workspace-leaf-content > .view-header {
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf.mod-active > .workspace-leaf-content > .view-header,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split.mod-active > .workspace-leaf-content > .view-header {
border-right: 2px solid var(--interactive-accent);
border-bottom: none;
}
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf.mod-active > .workspace-leaf-content > .view-header > .view-header-title-container:after {
background: linear-gradient(to bottom, transparent, var(--background-primary-alt));
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf.mod-active > .workspace-leaf-content > .view-header > .view-header-title-container:after,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split.mod-active > .workspace-leaf-content > .view-header > .view-header-title-container:after {
background: linear-gradient(to bottom, transparent, var(--background-primary));
}
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf.mod-active > .workspace-leaf-content > .view-header > .view-header-title-container:before {
background: linear-gradient(to top, transparent, var(--background-primary-alt));
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf.mod-active > .workspace-leaf-content > .view-header > .view-header-title-container:before,
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-split.mod-active > .workspace-leaf-content > .view-header > .view-header-title-container:before {
background: linear-gradient(to top, transparent, var(--background-primary));
}
body.plugin-sliding-panes-rotate-header.plugin-sliding-panes-header-alt .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header .view-header-title-container {

View file

@ -1,3 +1,3 @@
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[moderní/Rozpad|Rozpad]]
- [[Misc/Nástroje/Nástroje|Nástroje]]
%% Zoottelkeeper: End of the autogenerated index file list %%

View file

@ -0,0 +1,12 @@
# Assety
```ccard
type: folder_brief_live
imagePrefix: 'data/'
```
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[Misc/Nástroje/Assety/Coverr - videa zdarma|Coverr - videa zdarma]]
- [[Misc/Nástroje/Assety/Freesound - audio zdarma|Freesound - audio zdarma]]
- [[Misc/Nástroje/Assety/Mixkit - různé assety zdarma (videa, audio, grafika)|Mixkit - různé assety zdarma (videa, audio, grafika)]]
- [[Misc/Nástroje/Assety/Musmus|Musmus]]
- [[Misc/Nástroje/Assety/Pexels - Obrázky a videa|Pexels - Obrázky a videa]]
%% Zoottelkeeper: End of the autogenerated index file list %%

View file

@ -0,0 +1,3 @@
# Coverr - videa zdarma
[Free Stock Video Footage, Royalty Free Videos for Download](https://coverr.co)
![](Pasted%20image%2020220802112006.png)

View file

@ -0,0 +1,3 @@
# Freesound - audio zdarma
[Freesound - Freesound](https://freesound.org)
![](Pasted%20image%2020220802112133.png)

View file

@ -0,0 +1,3 @@
# Mixkit - různé assety zdarma (videa, audio, grafika)
[Mixkit - Awesome free assets for your next video project](https://mixkit.co/)
![](Pasted%20image%2020220802111952.png)

View file

@ -0,0 +1,3 @@
# Musmus
[音楽素材利用規約 | フリーBGM・音楽素材 MusMus](https://musmus.main.jp/info.html)
![](Pasted%20image%2020220802112219.png)

View file

@ -0,0 +1,3 @@
# Pexels - Obrázky a videa
[Free Stock Photos, Royalty Free Stock Images & Copyright Free Pictures · Pexels](https://www.pexels.com/)
![](Pasted%20image%2020220802112324.png)

View file

@ -0,0 +1,8 @@
# Nástroje
```ccard
type: folder_brief_live
imagePrefix: 'data/'
```
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[Misc/Nástroje/Assety/Assety|Assety]]
%% Zoottelkeeper: End of the autogenerated index file list %%

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -16,7 +16,7 @@ noteOnly: true
- [[har/har|har]]
- [[kbb/kbb|kbb]]
- [[mat/mat|mat]]
- [[moderní/moderní|moderní]]
- [[Misc/Misc|Misc]]
- [[Osobnosti|Osobnosti]]
- [[pdv/pdv|pdv]]
- [[preamble.sty|preamble.sty]]