vault backup: 2022-10-30 16:31:57

This commit is contained in:
Daniel Bulant 2022-10-30 16:31:57 +01:00
parent 536b848666
commit c708935a37
41 changed files with 10049 additions and 16269 deletions

View file

@ -95,6 +95,6 @@
"repelStrength": 11.9047619047619, "repelStrength": 11.9047619047619,
"linkStrength": 0.654761904761905, "linkStrength": 0.654761904761905,
"linkDistance": 195, "linkDistance": 195,
"scale": 0.04993528587681569, "scale": 0.1376054668779815,
"close": true "close": true
} }

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "breadcrumbs", "id": "breadcrumbs",
"name": "Breadcrumbs", "name": "Breadcrumbs",
"version": "3.6.2", "version": "3.6.4",
"minAppVersion": "0.15.2", "minAppVersion": "0.15.2",
"description": "Visualise & navigate your vault's structure", "description": "Visualise & navigate your vault's structure",
"author": "SkepticMystic", "author": "SkepticMystic",

File diff suppressed because one or more lines are too long

View file

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

View file

@ -6603,7 +6603,7 @@ var CheckCircle_default = CheckCircle;
// src/svelte/ChecklistItem.svelte // src/svelte/ChecklistItem.svelte
function add_css2(target) { function add_css2(target) {
append_styles(target, "svelte-6nbpzm", "li.svelte-6nbpzm.svelte-6nbpzm{display:flex;align-items:center;background-color:var(--checklist-listItemBackground);border-radius:var(--checklist-listItemBorderRadius);margin:var(--checklist-listItemMargin);cursor:pointer;transition:background-color 100ms ease-in-out}li.svelte-6nbpzm.svelte-6nbpzm:hover{background-color:var(--checklist-listItemBackground--hover)}.toggle.svelte-6nbpzm.svelte-6nbpzm{padding:var(--checklist-togglePadding);background:transparent;flex-shrink:1;width:initial}.content.svelte-6nbpzm.svelte-6nbpzm{padding:var(--checklist-contentPadding);flex:1;font-size:var(--checklist-contentFontSize)}.compact.svelte-6nbpzm.svelte-6nbpzm{bottom:var(--checklist-listItemMargin--compact)}.compact.svelte-6nbpzm>.content.svelte-6nbpzm{padding:var(--checklist-contentPadding--compact)}.compact.svelte-6nbpzm>.toggle.svelte-6nbpzm{padding:var(--checklist-togglePadding--compact)}.toggle.svelte-6nbpzm.svelte-6nbpzm:hover{opacity:0.8}"); append_styles(target, "svelte-sx5ktw", "li.svelte-sx5ktw.svelte-sx5ktw{display:flex;align-items:center;background-color:var(--checklist-listItemBackground);border-radius:var(--checklist-listItemBorderRadius);margin:var(--checklist-listItemMargin);cursor:pointer;transition:background-color 100ms ease-in-out}li.svelte-sx5ktw.svelte-sx5ktw:hover{background-color:var(--checklist-listItemBackground--hover)}.toggle.svelte-sx5ktw.svelte-sx5ktw{padding:var(--checklist-togglePadding);background:transparent;box-shadow:var(--checklist-listItemBoxShadow);flex-shrink:1;width:initial}.content.svelte-sx5ktw.svelte-sx5ktw{padding:var(--checklist-contentPadding);flex:1;font-size:var(--checklist-contentFontSize)}.compact.svelte-sx5ktw.svelte-sx5ktw{bottom:var(--checklist-listItemMargin--compact)}.compact.svelte-sx5ktw>.content.svelte-sx5ktw{padding:var(--checklist-contentPadding--compact)}.compact.svelte-sx5ktw>.toggle.svelte-sx5ktw{padding:var(--checklist-togglePadding--compact)}.toggle.svelte-sx5ktw.svelte-sx5ktw:hover{opacity:0.8}");
} }
function create_fragment2(ctx) { function create_fragment2(ctx) {
let li; let li;
@ -6625,9 +6625,9 @@ function create_fragment2(ctx) {
create_component(checkcircle.$$.fragment); create_component(checkcircle.$$.fragment);
t = space(); t = space();
div = element("div"); div = element("div");
attr(button, "class", "toggle svelte-6nbpzm"); attr(button, "class", "toggle svelte-sx5ktw");
attr(div, "class", "content svelte-6nbpzm"); attr(div, "class", "content svelte-sx5ktw");
attr(li, "class", li_class_value = null_to_empty(`${ctx[1]}`) + " svelte-6nbpzm"); attr(li, "class", li_class_value = null_to_empty(`${ctx[1]}`) + " svelte-sx5ktw");
}, },
m(target, anchor) { m(target, anchor) {
insert(target, li, anchor); insert(target, li, anchor);
@ -6651,7 +6651,7 @@ function create_fragment2(ctx) {
if (dirty & 1) if (dirty & 1)
checkcircle_changes.checked = ctx2[0].checked; checkcircle_changes.checked = ctx2[0].checked;
checkcircle.$set(checkcircle_changes); checkcircle.$set(checkcircle_changes);
if (!current || dirty & 2 && li_class_value !== (li_class_value = null_to_empty(`${ctx2[1]}`) + " svelte-6nbpzm")) { if (!current || dirty & 2 && li_class_value !== (li_class_value = null_to_empty(`${ctx2[1]}`) + " svelte-sx5ktw")) {
attr(li, "class", li_class_value); attr(li, "class", li_class_value);
} }
}, },
@ -6893,7 +6893,7 @@ var Icon_default = Icon;
// src/svelte/ChecklistGroup.svelte // src/svelte/ChecklistGroup.svelte
function add_css4(target) { function add_css4(target) {
append_styles(target, "svelte-129fg97", ".page.svelte-129fg97{margin:var(--checklist-pageMargin);color:var(--checklist-textColor);transition:opacity 150ms ease-in-out;cursor:pointer}.file-link.svelte-129fg97:hover{opacity:0.8}header.svelte-129fg97{font-weight:var(--checklist-headerFontWeight);font-size:var(--checklist-headerFontSize);margin:var(--checklist-headerMargin);display:flex;gap:var(--checklist-headerGap);align-items:center}.space.svelte-129fg97{flex:1}button.svelte-129fg97,.count.svelte-129fg97,.title.svelte-129fg97{flex-shrink:1}.count.svelte-129fg97{padding:var(--checklist-countPadding);background:var(--checklist-countBackground);border-radius:var(--checklist-countBorderRadius);font-size:var(--checklist-countFontSize)}.title.svelte-129fg97{min-width:0;overflow:hidden;text-overflow:ellipsis;display:flex}button.svelte-129fg97{display:flex;padding:var(--checklist-buttonPadding);background:transparent}.tag-base.svelte-129fg97{color:var(--checklist-tagBaseColor)}.tag-sub.svelte-129fg97{color:var(--checklist-tagSubColor)}ul.svelte-129fg97{list-style:none;padding:0;margin:0;padding-inline-start:initial !important}.group.svelte-129fg97{margin-bottom:var(--checklist-groupMargin)}.collapse.svelte-129fg97{width:initial}"); append_styles(target, "svelte-1tzpg3c", ".page.svelte-1tzpg3c{margin:var(--checklist-pageMargin);color:var(--checklist-textColor);transition:opacity 150ms ease-in-out;cursor:pointer}.file-link.svelte-1tzpg3c:hover{opacity:0.8}header.svelte-1tzpg3c{font-weight:var(--checklist-headerFontWeight);font-size:var(--checklist-headerFontSize);margin:var(--checklist-headerMargin);display:flex;gap:var(--checklist-headerGap);align-items:center}.space.svelte-1tzpg3c{flex:1}button.svelte-1tzpg3c,.count.svelte-1tzpg3c,.title.svelte-1tzpg3c{flex-shrink:1}.count.svelte-1tzpg3c{padding:var(--checklist-countPadding);background:var(--checklist-countBackground);border-radius:var(--checklist-countBorderRadius);font-size:var(--checklist-countFontSize)}.title.svelte-1tzpg3c{min-width:0;overflow:hidden;text-overflow:ellipsis;display:flex}button.svelte-1tzpg3c{display:flex;padding:var(--checklist-buttonPadding);background:transparent;box-shadow:var(--checklist-buttonBoxShadow)}.tag-base.svelte-1tzpg3c{color:var(--checklist-tagBaseColor)}.tag-sub.svelte-1tzpg3c{color:var(--checklist-tagSubColor)}ul.svelte-1tzpg3c{list-style:none;padding:0;margin:0;padding-inline-start:initial !important}.group.svelte-1tzpg3c{margin-bottom:var(--checklist-groupMargin)}.collapse.svelte-1tzpg3c{width:initial}");
} }
function get_each_context(ctx, list, i) { function get_each_context(ctx, list, i) {
const child_ctx = ctx.slice(); const child_ctx = ctx.slice();
@ -6906,7 +6906,7 @@ function create_else_block(ctx) {
c() { c() {
span = element("span"); span = element("span");
span.textContent = "All Tags"; span.textContent = "All Tags";
attr(span, "class", "tag-base svelte-129fg97"); attr(span, "class", "tag-base svelte-1tzpg3c");
}, },
m(target, anchor) { m(target, anchor) {
insert(target, span, anchor); insert(target, span, anchor);
@ -6939,8 +6939,8 @@ function create_if_block_2(ctx) {
if (if_block) if (if_block)
if_block.c(); if_block.c();
if_block_anchor = empty(); if_block_anchor = empty();
attr(span0, "class", "tag-base svelte-129fg97"); attr(span0, "class", "tag-base svelte-1tzpg3c");
attr(span1, "class", span1_class_value = null_to_empty(ctx[0].subTags == null ? "tag-sub" : "tag-base") + " svelte-129fg97"); attr(span1, "class", span1_class_value = null_to_empty(ctx[0].subTags == null ? "tag-sub" : "tag-base") + " svelte-1tzpg3c");
}, },
m(target, anchor) { m(target, anchor) {
insert(target, span0, anchor); insert(target, span0, anchor);
@ -6955,7 +6955,7 @@ function create_if_block_2(ctx) {
p(ctx2, dirty) { p(ctx2, dirty) {
if (dirty & 1 && t2_value !== (t2_value = `${ctx2[0].mainTag}${ctx2[0].subTags != null ? "/" : ""}`)) if (dirty & 1 && t2_value !== (t2_value = `${ctx2[0].mainTag}${ctx2[0].subTags != null ? "/" : ""}`))
set_data(t2, t2_value); set_data(t2, t2_value);
if (dirty & 1 && span1_class_value !== (span1_class_value = null_to_empty(ctx2[0].subTags == null ? "tag-sub" : "tag-base") + " svelte-129fg97")) { if (dirty & 1 && span1_class_value !== (span1_class_value = null_to_empty(ctx2[0].subTags == null ? "tag-sub" : "tag-base") + " svelte-1tzpg3c")) {
attr(span1, "class", span1_class_value); attr(span1, "class", span1_class_value);
} }
if (ctx2[0].subTags != null) { if (ctx2[0].subTags != null) {
@ -7015,7 +7015,7 @@ function create_if_block_3(ctx) {
c() { c() {
span = element("span"); span = element("span");
t = text(t_value); t = text(t_value);
attr(span, "class", "tag-sub svelte-129fg97"); attr(span, "class", "tag-sub svelte-1tzpg3c");
}, },
m(target, anchor) { m(target, anchor) {
insert(target, span, anchor); insert(target, span, anchor);
@ -7048,7 +7048,7 @@ function create_if_block2(ctx) {
for (let i = 0; i < each_blocks.length; i += 1) { for (let i = 0; i < each_blocks.length; i += 1) {
each_blocks[i].c(); each_blocks[i].c();
} }
attr(ul, "class", "svelte-129fg97"); attr(ul, "class", "svelte-1tzpg3c");
}, },
m(target, anchor) { m(target, anchor) {
insert(target, ul, anchor); insert(target, ul, anchor);
@ -7197,13 +7197,13 @@ function create_fragment4(ctx) {
t4 = space(); t4 = space();
if (if_block1) if (if_block1)
if_block1.c(); if_block1.c();
attr(div0, "class", "title svelte-129fg97"); attr(div0, "class", "title svelte-1tzpg3c");
attr(div1, "class", "space svelte-129fg97"); attr(div1, "class", "space svelte-1tzpg3c");
attr(div2, "class", "count svelte-129fg97"); attr(div2, "class", "count svelte-1tzpg3c");
attr(button, "class", "collapse svelte-129fg97"); attr(button, "class", "collapse svelte-1tzpg3c");
attr(button, "title", "Toggle Group"); attr(button, "title", "Toggle Group");
attr(header, "class", header_class_value = null_to_empty(`group-header ${ctx[0].type}`) + " svelte-129fg97"); attr(header, "class", header_class_value = null_to_empty(`group-header ${ctx[0].type}`) + " svelte-1tzpg3c");
attr(section, "class", section_class_value = "group " + ctx[0].className + " svelte-129fg97"); attr(section, "class", section_class_value = "group " + ctx[0].className + " svelte-1tzpg3c");
}, },
m(target, anchor) { m(target, anchor) {
insert(target, section, anchor); insert(target, section, anchor);
@ -7247,7 +7247,7 @@ function create_fragment4(ctx) {
if (dirty & 2) if (dirty & 2)
icon_changes.direction = ctx2[1] ? "left" : "down"; icon_changes.direction = ctx2[1] ? "left" : "down";
icon.$set(icon_changes); icon.$set(icon_changes);
if (!current || dirty & 1 && header_class_value !== (header_class_value = null_to_empty(`group-header ${ctx2[0].type}`) + " svelte-129fg97")) { if (!current || dirty & 1 && header_class_value !== (header_class_value = null_to_empty(`group-header ${ctx2[0].type}`) + " svelte-1tzpg3c")) {
attr(header, "class", header_class_value); attr(header, "class", header_class_value);
} }
if (!ctx2[1]) { if (!ctx2[1]) {
@ -7269,7 +7269,7 @@ function create_fragment4(ctx) {
}); });
check_outros(); check_outros();
} }
if (!current || dirty & 1 && section_class_value !== (section_class_value = "group " + ctx2[0].className + " svelte-129fg97")) { if (!current || dirty & 1 && section_class_value !== (section_class_value = "group " + ctx2[0].className + " svelte-1tzpg3c")) {
attr(section, "class", section_class_value); attr(section, "class", section_class_value);
} }
}, },
@ -8163,7 +8163,7 @@ var TodoListView = class extends import_obsidian4.ItemView {
} }
groupItems() { groupItems() {
const flattenedItems = Array.from(this.itemsByFile.values()).flat(); const flattenedItems = Array.from(this.itemsByFile.values()).flat();
const searchedItems = flattenedItems.filter((e) => e.originalText.toLowerCase().includes(this.searchTerm)); const searchedItems = flattenedItems.filter((e) => e.originalText.toLowerCase().includes(this.searchTerm.toLowerCase()));
this.groupedItems = groupTodos(searchedItems, this.plugin.getSettingValue("groupBy"), this.plugin.getSettingValue("sortDirectionGroups"), this.plugin.getSettingValue("sortDirectionItems"), this.plugin.getSettingValue("subGroups"), this.plugin.getSettingValue("sortDirectionSubGroups")); this.groupedItems = groupTodos(searchedItems, this.plugin.getSettingValue("groupBy"), this.plugin.getSettingValue("sortDirectionGroups"), this.plugin.getSettingValue("sortDirectionItems"), this.plugin.getSettingValue("subGroups"), this.plugin.getSettingValue("sortDirectionSubGroups"));
} }
renderView() { renderView() {

View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-checklist-plugin", "id": "obsidian-checklist-plugin",
"name": "Checklist", "name": "Checklist",
"version": "2.2.8", "version": "2.2.10",
"minAppVersion": "0.14.5", "minAppVersion": "0.14.5",
"description": "Combines checklists across pages into users sidebar", "description": "Combines checklists across pages into users sidebar",
"author": "delashum", "author": "delashum",

View file

@ -9,6 +9,7 @@
--checklist-listItemBackground: var(--interactive-normal); --checklist-listItemBackground: var(--interactive-normal);
--checklist-listItemBackground--hover: var(--interactive-hover); --checklist-listItemBackground--hover: var(--interactive-hover);
--checklist-listItemMargin--compact: 0 0 8px; --checklist-listItemMargin--compact: 0 0 8px;
--checklist-listItemBoxShadow: none;
--checklist-headerMargin: 0 0 8px; --checklist-headerMargin: 0 0 8px;
--checklist-headerGap: 4px; --checklist-headerGap: 4px;
--checklist-headerFontSize: 18px; --checklist-headerFontSize: 18px;
@ -23,6 +24,7 @@
--checklist-loaderSize: 16px; --checklist-loaderSize: 16px;
--checklist-loaderBorderColor: var(--text-muted) var(--text-muted) var(--text-normal); --checklist-loaderBorderColor: var(--text-muted) var(--text-muted) var(--text-normal);
--checklist-buttonPadding: 0 5px; --checklist-buttonPadding: 0 5px;
--checklist-buttonBoxShadow: none;
--checklist-countPadding: 0 6px; --checklist-countPadding: 0 6px;
--checklist-countBackground: var(--interactive-normal); --checklist-countBackground: var(--interactive-normal);
--checklist-countFontSize: 13px; --checklist-countFontSize: 13px;

View file

@ -104179,12 +104179,17 @@ class EmojiToolbar extends react.Component {
} }
} }
const DEF_DELAY = 1000;
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms || DEF_DELAY));
}
class EmojiModal extends obsidian.Modal { class EmojiModal extends obsidian.Modal {
constructor(app, theme) { constructor(app, theme) {
super(app); super(app);
this.reactComponent = react.createElement(EmojiToolbar, { this.reactComponent = react.createElement(EmojiToolbar, {
"onSelect": (emoji) => { "onSelect": async (emoji) => {
this.close(); this.close();
await sleep(10);
document.execCommand('insertText', false, emoji.native); document.execCommand('insertText', false, emoji.native);
}, },
"onClose": () => { "onClose": () => {

View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-emoji-toolbar", "id": "obsidian-emoji-toolbar",
"name": "Emoji Toolbar", "name": "Emoji Toolbar",
"version": "0.3.1", "version": "0.3.2",
"description": "Quickly search for and insert emojis into your notes.", "description": "Quickly search for and insert emojis into your notes.",
"author": "oliveryh", "author": "oliveryh",
"authorUrl": "https://github.com/oliveryh/obsidian-emoji-toolbar", "authorUrl": "https://github.com/oliveryh/obsidian-emoji-toolbar",

View file

@ -25,6 +25,9 @@
"zoomToFitMaxLevel": 2, "zoomToFitMaxLevel": 2,
"linkPrefix": "📍", "linkPrefix": "📍",
"urlPrefix": "🌐", "urlPrefix": "🌐",
"parseTODO": false,
"todo": "☐",
"done": "🗹",
"hoverPreviewWithoutCTRL": false, "hoverPreviewWithoutCTRL": false,
"linkOpacity": 1, "linkOpacity": 1,
"openInAdjacentPane": false, "openInAdjacentPane": false,
@ -34,6 +37,7 @@
"forceWrap": false, "forceWrap": false,
"pageTransclusionCharLimit": 200, "pageTransclusionCharLimit": 200,
"wordWrappingDefault": 0, "wordWrappingDefault": 0,
"removeTransclusionQuoteSigns": true,
"iframelyAllowed": true, "iframelyAllowed": true,
"pngExportScale": 1, "pngExportScale": 1,
"exportWithTheme": true, "exportWithTheme": true,
@ -71,7 +75,7 @@
"mdCSS": "", "mdCSS": "",
"scriptEngineSettings": {}, "scriptEngineSettings": {},
"defaultTrayMode": false, "defaultTrayMode": false,
"previousRelease": "1.7.20", "previousRelease": "1.7.26",
"showReleaseNotes": true, "showReleaseNotes": true,
"showNewVersionNotification": true, "showNewVersionNotification": true,
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js", "mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js",

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "1.7.20", "version": "1.7.26",
"minAppVersion": "0.15.6", "minAppVersion": "0.15.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings", "description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",

View file

@ -217,6 +217,14 @@ li[data-testid] {
} }
textarea.excalidraw-wysiwyg { textarea.excalidraw-wysiwyg {
border-color: transparent !important; border: none;
border-radius: 0 !important; outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
.is-tablet .excalidraw button {
padding: initial;
} }

File diff suppressed because it is too large Load diff

View file

@ -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.1.1" "version": "2.8.0"
} }

View file

@ -8,6 +8,10 @@
} }
} }
.workspace-leaf-content[data-type='git-view'] .view-content {
padding: 0;
}
.loading>svg { .loading>svg {
animation: 2s linear infinite loading; animation: 2s linear infinite loading;
transform-origin: 50% 50%; transform-origin: 50% 50%;
@ -16,6 +20,7 @@
.obsidian-git-center { .obsidian-git-center {
margin: auto; margin: auto;
text-align: center;
width: 50%; width: 50%;
} }
@ -298,6 +303,10 @@
width: 4em; width: 4em;
} }
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-tbody tr {
position: relative;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber:after { .workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber:after {
content: "\200b"; content: "\200b";
} }

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-icon-folder", "id": "obsidian-icon-folder",
"name": "Icon Folder", "name": "Icon Folder",
"version": "1.3.4", "version": "1.3.5",
"minAppVersion": "0.9.12", "minAppVersion": "0.9.12",
"description": "This plugin allows to add an emoji or an icon to a folder or file.", "description": "This plugin allows to add an emoji or an icon to a folder or file.",
"author": "Florian Woelki", "author": "Florian Woelki",

View file

@ -1,11 +1,16 @@
.obsidian-icon-folder-icon { .obsidian-icon-folder-icon {
border: 1px solid transparent; border: 1px solid transparent;
margin: 2px 2px 2px 2px; margin: 0px 4px 0px 0px;
display: flex; display: flex;
align-self: center; align-self: center;
margin: auto 0; margin: auto 0;
} }
.nav-folder-title,
.nav-file-title {
align-items: center;
}
.obsidian-icon-folder-setting .setting-item-control .dropdown { .obsidian-icon-folder-setting .setting-item-control .dropdown {
margin-right: 12px; margin-right: 12px;
} }

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,15 @@
{
"ruleConfigs": {},
"lintOnSave": false,
"displayChanged": true,
"foldersToIgnore": [],
"linterLocale": "system-default",
"logLevel": 4,
"lintCommands": [],
"commonStyles": {
"aliasArrayStyle": "single-line",
"tagArrayStyle": "single-line",
"minimumNumberOfDollarSignsToBeAMathBlock": 2,
"escapeCharacter": "\""
}
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-linter", "id": "obsidian-linter",
"name": "Linter", "name": "Linter",
"version": "1.5.0", "version": "1.7.0",
"minAppVersion": "0.15.6", "minAppVersion": "0.15.6",
"description": "Enforces consistent markdown styling.", "description": "Enforces consistent markdown styling.",
"author": "Victor Tao", "author": "Victor Tao",

View file

@ -0,0 +1,144 @@
/**
* Based on https://github.com/Fevol/obsidian-translate/blob/master/src/ui/translator-components/SettingsPage.svelte
*/
.linter-navigation-item {
cursor: pointer;
border-radius: 100px;
border: 1px solid var(--background-modifier-border);
border-radius: 8px 8px 2px 2px;
font-weight: bold;
font-size: 16px;
display: flex;
flex-direction: row;
white-space: nowrap;
padding: 4px 6px;
align-items: center;
gap: 4px;
overflow: hidden;
background-color: var(--background-primary-secondary-alt);
transition: color 0.25s ease-in-out,
padding 0.25s ease-in-out,
background-color 0.35s cubic-bezier(0.45, 0.25, 0.83, 0.67),
max-width 0.35s cubic-bezier(0.57, 0.04, 0.58, 1);
height: 32px;
}
@media screen and (max-width: 1325px) {
.linter-navigation-item.linter-desktop {
max-width: 32px;
}
}
@media screen and (max-width: 800px) {
.linter-navigation-item.linter-mobile {
max-width: 32px;
}
}
.linter-navigation-item-icon {
padding-top: 5px;
}
.linter-navigation-item:hover {
border-color: var(--interactive-accent-hover);
border-bottom: 0px;
}
.linter-navigation-item-selected {
background-color: var(--interactive-accent) !important;
color: var(--text-on-accent);
padding: 4px 9px !important;
max-width: 200px !important;
border: 1px solid var(--background-modifier-border);
border-radius: 8px 8px 2px 2px;
border-bottom: 0px;
transition: color 0.25s ease-in-out,
padding 0.25s ease-in-out,
background-color 0.35s cubic-bezier(0.45, 0.25, 0.83, 0.67),
max-width 0.45s cubic-bezier(0.57, 0.04, 0.58, 1) 0.2s;
}
/**
* Based on https://github.com/phibr0/obsidian-commander/blob/main/src/styles.scss
*/
.linter {
transition: transform 400ms 0s;
}
.linter-setting-title {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 30px;
}
.linter-setting-title.linter-mobile {
justify-content: space-around;
}
.linter-setting-title h1 {
font-weight: 900;
margin-top: 6px;
margin-bottom: 12px;
}
.linter-setting-header {
margin-bottom: 24px;
overflow-y: hidden;
overflow-x: auto;
}
.linter-setting-header .linter-setting-tab-group {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
width: 100%;
}
.linter-setting-tab-group {
margin-top: 6px;
padding-left: 2px;
padding-right: 2px;
border-bottom: 2px solid var(--background-modifier-border);
}
.linter-setting-header .linter-tab-settings {
padding: 6px 12px;
font-weight: 600;
cursor: pointer;
white-space: nowrap;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
}
.linter-setting-header .linter-tab-settings:first-child {
margin-left: 6px;
}
.linter-setting-header .linter-tab-settings.linter-tab-settings-active {
border-bottom: 2px solid var(--background-primary);
transform: translateY(2px);
border-radius: 2px;
border-left: 2px solid var(--background-modifier-border);
border-top: 2px solid var(--background-modifier-border);
border-right: 2px solid var(--background-modifier-border);
}
/** Hide linter element css
* Based on https://zellwk.com/blog/hide-content-accessibly/
*/
.linter-navigation-item:not(.linter-navigation-item-selected) > span:nth-child(2),
.linter-visually-hidden {
border: 0;
clip: rect(0 0 0 0);
clip-path: rect(0 0 0 0);
height: auto; /* new - was 1px */
margin: 0; /* new - was -1px */
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap; /* 1 */
}

File diff suppressed because one or more lines are too long

View file

@ -1,10 +1,10 @@
{ {
"id": "obsidian-outliner", "id": "obsidian-outliner",
"name": "Outliner", "name": "Outliner",
"version": "3.0.0", "version": "4.1.1",
"minAppVersion": "0.15.2", "minAppVersion": "1.0.0",
"description": "Work with your lists like in Workflowy or RoamResearch.", "description": "Work with your lists like in Workflowy or RoamResearch.",
"author": "Viacheslav Slinko", "author": "Viacheslav Slinko",
"authorUrl": "https://github.com/vslinko", "authorUrl": "https://github.com/vslinko",
"isDesktopOnly": true "isDesktopOnly": false
} }

View file

@ -1,28 +1,17 @@
/* lists */ /* lists */
.outliner-plugin-better-lists .cm-s-obsidian .HyperMD-list-line { .outliner-plugin-better-lists .cm-s-obsidian .HyperMD-list-line {
padding-top: 8px; padding-top: 0.4em;
} }
/* bullets */ /* bullets */
.outliner-plugin-better-bullets .outliner-plugin-better-bullets .cm-formatting-list-ul {
.cm-s-obsidian:not(.is-live-preview) margin-right: 0.3em;
.cm-formatting-list-ul:before,
.outliner-plugin-better-bullets
.cm-s-obsidian.is-live-preview
.list-bullet:before {
visibility: visible;
content: "•";
font-size: 150%;
position: absolute;
margin-top: -6px;
margin-left: -3px;
color: var(--text-muted);
} }
.outliner-plugin-better-bullets .outliner-plugin-better-bullets .list-bullet::after {
.cm-s-obsidian.is-live-preview width: 0.4em;
.list-bullet::after { height: 0.4em;
content: none; background-color: var(--text-muted);
} }
/* lines */ /* lines */
@ -32,7 +21,7 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
padding: 20px; padding: var(--file-margins);
padding-left: 0; padding-left: 0;
pointer-events: none; pointer-events: none;
overflow: hidden; overflow: hidden;
@ -47,7 +36,7 @@
position: absolute; position: absolute;
width: 5px; width: 5px;
margin-left: 0.5ch; margin-left: 0.5ch;
margin-top: 1.8em; margin-top: 1em;
z-index: 1; z-index: 1;
cursor: pointer; cursor: pointer;
background: transparent; background: transparent;
@ -61,7 +50,7 @@
} }
.outliner-plugin-better-bullets .outliner-plugin-list-line { .outliner-plugin-better-bullets .outliner-plugin-list-line {
margin-top: 2em; margin-top: 1.4em;
} }
.markdown-source-view.mod-cm6.is-readable-line-width .markdown-source-view.mod-cm6.is-readable-line-width
@ -70,22 +59,13 @@
margin: auto; margin: auto;
} }
.markdown-source-view.mod-cm6.is-folding .outliner-plugin-list-line {
margin-left: 14px;
}
.outliner-plugin-better-bullets
.markdown-source-view.mod-cm6.is-folding
.outliner-plugin-list-line {
margin-left: 15px;
}
.outliner-plugin-list-line:hover { .outliner-plugin-list-line:hover {
background: var(--text-faint); background: var(--text-faint);
} }
.outliner-plugin-vertical-lines .outliner-plugin-vertical-lines
.markdown-source-view.mod-cm6 .markdown-source-view.mod-cm6
.cm-hmd-list-indent
.cm-indent::before { .cm-indent::before {
content: none; content: none;
} }

View file

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

View file

@ -2,11 +2,11 @@ body.plugin-sliding-panes .workspace > .mod-root {
overflow-x: auto; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;
} }
body.plugin-sliding-panes .workspace > .mod-root > .workspace-leaf { body.plugin-sliding-panes .workspace > .mod-root > .workspace-tabs {
display: block; display: block;
flex: none; flex: none;
} }
body.plugin-sliding-panes .workspace > .mod-root > .workspace-leaf .workspace-leaf-content { body.plugin-sliding-panes .workspace > .mod-root > .workspace-tabs .workspace-leaf {
position: relative; position: relative;
} }
body.plugin-sliding-panes .workspace > .mod-root > .workspace-split { body.plugin-sliding-panes .workspace > .mod-root > .workspace-split {
@ -19,7 +19,7 @@ body.plugin-sliding-panes .workspace > .mod-root .mod-am-left-of-active .cm-s-ob
left: 150% !important; left: 150% !important;
} }
body.plugin-sliding-panes-stacking .workspace > .mod-root > .workspace-leaf, body.plugin-sliding-panes-stacking .workspace > .mod-root > .workspace-tabs,
body.plugin-sliding-panes-stacking .workspace > .mod-root > .workspace-split { body.plugin-sliding-panes-stacking .workspace > .mod-root > .workspace-split {
box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.25);
position: sticky; position: sticky;

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,10 @@
{ {
"id": "tag-wrangler", "id": "tag-wrangler",
"name": "Tag Wrangler", "name": "Tag Wrangler",
"version": "0.5.3", "author": "PJ Eby",
"minAppVersion": "0.13.19", "authorUrl": "https://github.com/pjeby",
"version": "0.5.4",
"minAppVersion": "0.15.9",
"description": "Rename, merge, toggle, and search tags from the tag pane", "description": "Rename, merge, toggle, and search tags from the tag pane",
"isDesktopOnly": true "isDesktopOnly": true
} }

View file

@ -1,168 +1 @@
.smalltalk { .smalltalk{display:flex;align-items:center;flex-direction:column;justify-content:center;transition:.2s opacity;inset:0;overflow:auto;padding:20px;position:fixed;z-index:100}.smalltalk+.smalltalk{transition:ease 1s}.smalltalk .page{border-radius:3px;background:white;box-shadow:0 4px 23px 5px #0003,0 2px 6px #00000026;color:#333;min-width:400px;padding:0;position:relative;z-index:0}@media only screen and (max-width: 500px){.smalltalk .page{min-width:0}}.smalltalk .page>.close-button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAUklEQVR4XqXPYQrAIAhAYW/gXd8NJxTopVqsGEhtf+L9/ERU2k/HSMFQpKcYJeNFI9Be0LCMij8cYyjj5EHIivGBkwLfrbX3IF8PqumVmnDpEG+eDsKibPG2JwAAAABJRU5ErkJggg==);background-position:center;background-repeat:no-repeat;height:14px;position:absolute;right:7px;top:7px;width:14px;z-index:1}.smalltalk .page>.close-button:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAnUlEQVR4XoWQQQ6CQAxFewjkJkMCyXgJPMk7AiYczyBeZEAX6AKctGIaN+bt+trk9wtGQc/IkhnoKGxqqiWxOSZalapWFZ6VrIUDExsN0a5JRBq9LoVOR0eEQMoEhKizXhhsn0p1sCWVo7CwOf1RytPL8CPvwuBUoHL6ugeK30CVD1TqK7V/hdpe+VNChhOzV8xWny/+xosHF8578W/Hmc1OOC3wmwAAAABJRU5ErkJggg==)}.smalltalk .progress{display:block;width:100%}.smalltalk .page header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:500px;user-select:none;color:#333;font-size:120%;font-weight:700;margin:0;padding:14px 17px;text-shadow:white 0 1px 2px}.smalltalk .page .content-area{overflow:hidden;text-overflow:ellipsis;padding:6px 17px;position:relative}.smalltalk .page .action-area{padding:14px 17px}.smalltalk button,.smalltalk .smalltalk{min-height:2em;min-width:4em}.smalltalk button{appearance:none;user-select:none;background-image:linear-gradient(#ededed,#ededed 38%,#dedede);border:1px solid rgba(0,0,0,.25);border-radius:2px;box-shadow:0 1px #00000014,inset 0 1px 2px #ffffffbf;color:#444;font:inherit;margin:0 1px 0 0;text-shadow:0 1px 0 rgb(240,240,240)}.smalltalk button::-moz-focus-inner{border:0}.smalltalk button:enabled:active{background-image:linear-gradient(#e7e7e7,#e7e7e7 38%,#d7d7d7);box-shadow:none;text-shadow:none}.smalltalk .page .button-strip{display:flex;flex-direction:row;justify-content:flex-end}.smalltalk .page .button-strip>button{margin-left:10px}.smalltalk input{width:100%;border:1px solid #bfbfbf;border-radius:2px;box-sizing:border-box;color:#444;font:inherit;margin:0;min-height:2em;padding:3px;outline:none}.smalltalk button:enabled:focus,.smalltalk input:enabled:focus{transition:border-color .2s;border-color:#4d90fe;outline:none}.smalltalk input[pattern]:invalid,.smalltalk input[pattern]:invalid:enabled:focus,.smalltalk input[pattern][aria-invalid=true],.smalltalk input[pattern][aria-invalid=true]:enabled:focus{border-color:var(--text-error);background-color:var(--background-modifier-error)}.smalltalk .page,.smalltalk .page header,.smalltalk input,.smalltalk button{color:var(--text-normal);text-shadow:none}.smalltalk .page{background:var(--background-primary)}.smalltalk button[data-name=js-ok]{background:var(--background-modifier-error)}.smalltalk button[data-name=js-cancel]{background:var(--background-secondary-alt)}.smalltalk button{box-shadow:none}
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
transition: 200ms opacity;
bottom: 0;
left: 0;
overflow: auto;
padding: 20px;
position: fixed;
right: 0;
top: 0;
z-index: 100;
}
.smalltalk + .smalltalk {
transition: ease 1s;
}
.smalltalk .page {
border-radius: 3px;
background: white;
box-shadow: 0 4px 23px 5px rgba(0, 0, 0, .2), 0 2px 6px rgba(0, 0, 0, .15);
color: #333;
min-width: 400px;
padding: 0;
position: relative;
z-index: 0;
}
@media only screen and (max-width: 500px) {
.smalltalk .page {
min-width: 0;
}
}
.smalltalk .page > .close-button {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAUklEQVR4XqXPYQrAIAhAYW/gXd8NJxTopVqsGEhtf+L9/ERU2k/HSMFQpKcYJeNFI9Be0LCMij8cYyjj5EHIivGBkwLfrbX3IF8PqumVmnDpEG+eDsKibPG2JwAAAABJRU5ErkJggg==);
background-position: center;
background-repeat: no-repeat;
height: 14px;
position: absolute;
right: 7px;
top: 7px;
width: 14px;
z-index: 1;
}
.smalltalk .page > .close-button:hover {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAnUlEQVR4XoWQQQ6CQAxFewjkJkMCyXgJPMk7AiYczyBeZEAX6AKctGIaN+bt+trk9wtGQc/IkhnoKGxqqiWxOSZalapWFZ6VrIUDExsN0a5JRBq9LoVOR0eEQMoEhKizXhhsn0p1sCWVo7CwOf1RytPL8CPvwuBUoHL6ugeK30CVD1TqK7V/hdpe+VNChhOzV8xWny/+xosHF8578W/Hmc1OOC3wmwAAAABJRU5ErkJggg==);
}
.smalltalk .progress {
display: block;
width: 100%;
}
.smalltalk .page header {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 500px;
user-select: none;
color: #333;
font-size: 120%;
font-weight: bold;
margin: 0;
padding: 14px 17px;
text-shadow: white 0 1px 2px;
}
.smalltalk .page .content-area {
overflow: hidden;
text-overflow: ellipsis;
padding: 6px 17px;
position: relative;
}
.smalltalk .page .action-area {
padding: 14px 17px;
}
.smalltalk button, .smalltalk .smalltalk {
min-height: 2em;
min-width: 4em;
}
.smalltalk button {
appearance: none;
user-select: none;
background-image: linear-gradient(#ededed, #ededed 38%, #dedede);
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
color: #444;
font: inherit;
margin: 0 1px 0 0;
text-shadow: 0 1px 0 rgb(240, 240, 240);
}
.smalltalk button::-moz-focus-inner {
border: 0;
}
.smalltalk button:enabled:active {
background-image: linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
box-shadow: none;
text-shadow: none;
}
.smalltalk .page .button-strip {
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.smalltalk .page .button-strip > button {
margin-left: 10px;
}
.smalltalk input {
width: 100%;
border: 1px solid #bfbfbf;
border-radius: 2px;
box-sizing: border-box;
color: #444;
font: inherit;
margin: 0;
min-height: 2em;
padding: 3px;
outline: none;
}
.smalltalk button:enabled:focus, .smalltalk input:enabled:focus {
transition: border-color 200ms;
border-color: rgb(77, 144, 254);
outline: none;
}
.smalltalk input[pattern]:invalid, .smalltalk input[pattern]:invalid:enabled:focus, .smalltalk input[pattern][aria-invalid='true'], .smalltalk input[pattern][aria-invalid='true']:enabled:focus {
border-color: var(--text-error);
background-color: var(--background-modifier-error); }
.smalltalk .page, .smalltalk .page header, .smalltalk input, .smalltalk button {
color: var(--text-normal);
text-shadow: none; }
.smalltalk .page {
background: var(--background-primary); }
.smalltalk button[data-name="js-ok"] {
background: var(--background-modifier-error); }
.smalltalk button[data-name="js-cancel"] {
background: var(--background-secondary-alt); }
.smalltalk button {
box-shadow: none; }

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "templater-obsidian", "id": "templater-obsidian",
"name": "Templater", "name": "Templater",
"version": "1.14.2", "version": "1.15.2",
"description": "Create and use templates", "description": "Create and use templates",
"minAppVersion": "0.11.13", "minAppVersion": "0.11.13",
"author": "SilentVoid", "author": "SilentVoid",

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,8 @@
{ {
"id": "various-complements", "id": "various-complements",
"name": "Various Complements", "name": "Various Complements",
"version": "7.1.1", "version": "7.3.0",
"minAppVersion": "0.15.4", "minAppVersion": "0.16.0",
"description": "This plugin enables you to complete words like the auto-completion of IDE", "description": "This plugin enables you to complete words like the auto-completion of IDE",
"author": "tadashi-aikawa", "author": "tadashi-aikawa",
"authorUrl": "https://github.com/tadashi-aikawa", "authorUrl": "https://github.com/tadashi-aikawa",

View file

@ -41,6 +41,9 @@
.various-complements__settings__header__front-matter::before { .various-complements__settings__header__front-matter::before {
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xMC4zMiAyLjAxM0E0IDQgMCAwIDAgNi4xNjIgNy4xM2wtMy45ODcgMy45ODZhLjYuNiAwIDAgMC0uMTc2LjQyNFYxNC40YS42LjYgMCAwIDAgLjYuNmgyLjhhLjYuNiAwIDAgMCAuNi0uNlYxM2gxLjlhLjYuNiAwIDAgMCAuNi0uNnYtMS42OTNsLjczNS0uNzM1YTUuNTEgNS41MSAwIDAgMS0uNTY5LS44NDZsLS45OS45OTFhLjYuNiAwIDAgMC0uMTc2LjQyNFYxMkg1LjZhLjYuNiAwIDAgMC0uNi42VjE0SDN2LTIuMjkzbDQuMzItNC4zMmwtLjExOC0uMzAzYTMuMDAxIDMuMDAxIDAgMCAxIDEuOTYtMy45NjVjLjMzLS40MjMuNzItLjc5NiAxLjE1Ny0xLjEwNnpNMTMuNSA2LjI1YS43NS43NSAwIDEgMCAwLTEuNWEuNzUuNzUgMCAwIDAgMCAxLjV6TTkgNi41YTQuNSA0LjUgMCAxIDEgNyAzLjc0MnYyLjA1bC43ODMuNzg0YS42LjYgMCAwIDEgMCAuODQ4TDE1LjcwNyAxNWwxLjA2OCAxLjA2N2EuNi42IDAgMCAxLS4wNS44OTNsLTIuMzUgMS44OGEuNi42IDAgMCAxLS43NSAwbC0yLjQtMS45MmEuNi42IDAgMCAxLS4yMjUtLjQ2OHYtNi4yMUE0LjQ5NiA0LjQ5NiAwIDAgMSA5IDYuNXpNMTMuNSAzYTMuNSAzLjUgMCAwIDAtMS43NSA2LjUzMmEuNS41IDAgMCAxIC4yNS40MzN2Ni4yOTVsMiAxLjZsMS43NTEtMS40MDFsLTEuMDM0LTEuMDM1YS42LjYgMCAwIDEgMC0uODQ4bDEuMDc2LTEuMDc2bC0uNjE3LS42MTdhLjYuNiAwIDAgMS0uMTc2LS40MjRWOS45NjVhLjUuNSAwIDAgMSAuMjUtLjQzM0EzLjUgMy41IDAgMCAwIDEzLjUgM3oiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=") content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xMC4zMiAyLjAxM0E0IDQgMCAwIDAgNi4xNjIgNy4xM2wtMy45ODcgMy45ODZhLjYuNiAwIDAgMC0uMTc2LjQyNFYxNC40YS42LjYgMCAwIDAgLjYuNmgyLjhhLjYuNiAwIDAgMCAuNi0uNlYxM2gxLjlhLjYuNiAwIDAgMCAuNi0uNnYtMS42OTNsLjczNS0uNzM1YTUuNTEgNS41MSAwIDAgMS0uNTY5LS44NDZsLS45OS45OTFhLjYuNiAwIDAgMC0uMTc2LjQyNFYxMkg1LjZhLjYuNiAwIDAgMC0uNi42VjE0SDN2LTIuMjkzbDQuMzItNC4zMmwtLjExOC0uMzAzYTMuMDAxIDMuMDAxIDAgMCAxIDEuOTYtMy45NjVjLjMzLS40MjMuNzItLjc5NiAxLjE1Ny0xLjEwNnpNMTMuNSA2LjI1YS43NS43NSAwIDEgMCAwLTEuNWEuNzUuNzUgMCAwIDAgMCAxLjV6TTkgNi41YTQuNSA0LjUgMCAxIDEgNyAzLjc0MnYyLjA1bC43ODMuNzg0YS42LjYgMCAwIDEgMCAuODQ4TDE1LjcwNyAxNWwxLjA2OCAxLjA2N2EuNi42IDAgMCAxLS4wNS44OTNsLTIuMzUgMS44OGEuNi42IDAgMCAxLS43NSAwbC0yLjQtMS45MmEuNi42IDAgMCAxLS4yMjUtLjQ2OHYtNi4yMUE0LjQ5NiA0LjQ5NiAwIDAgMSA5IDYuNXpNMTMuNSAzYTMuNSAzLjUgMCAwIDAtMS43NSA2LjUzMmEuNS41IDAgMCAxIC4yNS40MzN2Ni4yOTVsMiAxLjZsMS43NTEtMS40MDFsLTEuMDM0LTEuMDM1YS42LjYgMCAwIDEgMC0uODQ4bDEuMDc2LTEuMDc2bC0uNjE3LS42MTdhLjYuNiAwIDAgMS0uMTc2LS40MjRWOS45NjVhLjUuNSAwIDAgMSAuMjUtLjQzM0EzLjUgMy41IDAgMCAwIDEzLjUgM3oiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=")
} }
.various-complements__settings__header__intelligent-suggestion-prioritization::before {
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik02LjEzIDIuNzkzQTMuOTEgMy45MSAwIDAgMSA4LjUgMmExLjc1NyAxLjc1NyAwIDAgMSAxLjUuNzhBMS43NTcgMS43NTcgMCAwIDEgMTEuNSAyYTMuOTEgMy45MSAwIDAgMSAyLjM3Ljc5M2MuNTI1LjQwOC45My45NzMgMS4wNzMgMS42NTZjLjMyOC4wMjUuNjI4LjE2MS44OC4zNjZjLjM4Mi4zMS42Ni43NzUuODM1IDEuMjY3Yy4yNzQuNzY1LjM0OCAxLjc0LjA2NCAyLjU3Yy4wNzIuMDM0LjE0My4wNzQuMjEyLjEyYy4yNzUuMTgzLjQ4NC40NDUuNjM4Ljc1NGMuMzAzLjYwNS40MjggMS40NDkuNDI4IDIuNDc0YzAgMS4xNDEtLjQzNSAxLjkwNy0uOTg3IDIuMzhhMi42OCAyLjY4IDAgMCAxLTEuMDU0LjU1NWMtLjEuNTU4LS4zOCAxLjIwNC0uODE5IDEuNzUyQzE0LjU3IDE3LjQwMiAxMy42ODYgMTggMTIuNSAxOGMtLjk0IDAtMS42ODgtLjUyLTIuMTc0LTEuMDNhNC4yNTIgNC4yNTIgMCAwIDEtLjMyNi0uMzg1YTQuMjQ1IDQuMjQ1IDAgMCAxLS4zMjYuMzg1QzkuMTg4IDE3LjQ4IDguNDQxIDE4IDcuNSAxOGMtMS4xODYgMC0yLjA2OS0uNTk4LTIuNjQtMS4zMTNhNC4wNTcgNC4wNTcgMCAwIDEtLjgxOS0xLjc1MmEyLjY4IDIuNjggMCAwIDEtMS4wNTQtLjU1NUMyLjQzNSAxMy45MDcgMiAxMy4xNCAyIDEyYzAtMS4wMjUuMTI2LTEuODcuNDI4LTIuNDc0Yy4xNTQtLjMwOS4zNjMtLjU3LjYzOC0uNzU1YTEuNTggMS41OCAwIDAgMSAuMjEyLS4xMThjLS4yODQtLjgzMi0uMjEtMS44MDYuMDY0LTIuNTcxYy4xNzUtLjQ5Mi40NTMtLjk1Ny44MzUtMS4yNjdjLjI1Mi0uMjA1LjU1Mi0uMzQuODgtLjM2NmMuMTQ0LS42ODMuNTQ5LTEuMjQ4IDEuMDc0LTEuNjU2ek05LjUgNC41VjQuNDlsLS4wMDItLjA1YTIuNzQ0IDIuNzQ0IDAgMCAwLS4xNTQtLjc2NGExLjIyMiAxLjIyMiAwIDAgMC0uMzA5LS40OUEuNzYuNzYgMCAwIDAgOC41IDNhMi45MSAyLjkxIDAgMCAwLTEuNzU2LjU4MkM2LjI4IDMuOTQzIDYgNC40MzIgNiA1YS41LjUgMCAwIDEtLjY1OC40NzRjLS4xODgtLjA2Mi0uMzU2LS4wMjctLjUzNS4xMTdjLS4xOTYuMTYtLjM4Ny40NDQtLjUyNC44MjdjLS4yNzkuNzgyLS4yNSAxLjcyOS4xMzMgMi4zMDVBLjUuNSAwIDAgMSA0LjUgOWguNzVhMi4yNSAyLjI1IDAgMCAxIDIuMjUgMi4yNXYuMzM1YTEuNSAxLjUgMCAxIDEtMSAwdi0uMzM1YzAtLjY5LS41Ni0xLjI1LTEuMjUtMS4yNUgzLjVhLjQ5OS40OTkgMCAwIDEtLjE3NS0uMDMybC0uMDAzLjAwNkMzLjEyNCAxMC4zNjkgMyAxMS4wMjUgMyAxMmMwIC44NTkuMzE1IDEuMzQzLjYzOCAxLjYyYy4zNDcuMjk4LjczMi4zOC44NjIuMzhhLjUuNSAwIDAgMSAuNS41YzAgLjM2OC4yIDEuMDExLjY0IDEuNTYzYy40MjkuNTM1IDEuMDQ2LjkzNyAxLjg2LjkzN2MuNTYgMCAxLjA2Mi0uMzEzIDEuNDUtLjcyYy4xOTEtLjIuMzQtLjQwNy40MzctLjU3N2ExLjU3MyAxLjU3MyAwIDAgMCAuMTEzLS4yMzZWNy41SDguNDE1YTEuNSAxLjUgMCAxIDEgMC0xSDkuNXYtMnptMSA5Ljk5OXYuOTY3YTEuNTc1IDEuNTc1IDAgMCAwIC4xMTMuMjM2Yy4wOTguMTcuMjQ2LjM3Ny40MzYuNTc3Yy4zODkuNDA3Ljg5Mi43MiAxLjQ1MS43MmMuODE0IDAgMS40MzEtLjQwMiAxLjg2LS45MzdjLjQ0LS41NTIuNjQtMS4xOTUuNjQtMS41NjNhLjUuNSAwIDAgMSAuNS0uNWMuMTMgMCAuNTE1LS4wODIuODYyLS4zOGMuMzIzLS4yNzcuNjM4LS43NjEuNjM4LTEuNjJjMC0uOTc1LS4xMjUtMS42My0uMzIyLTIuMDI2YS45MjMuOTIzIDAgMCAwLS4zLS4zN0EuNjU3LjY1NyAwIDAgMCAxNiA5LjVhLjUuNSAwIDAgMS0uNDE2LS43NzdjLjM4NC0uNTc2LjQxMi0xLjUyMy4xMzMtMi4zMDVjLS4xMzctLjM4My0uMzI4LS42NjgtLjUyNC0uODI3Yy0uMTc5LS4xNDQtLjM0Ny0uMTgtLjUzNS0uMTE3QS41LjUgMCAwIDEgMTQgNWMwLS41NjgtLjI4LTEuMDU3LS43NDUtMS40MThBMi45MSAyLjkxIDAgMCAwIDExLjUgM2EuNzYuNzYgMCAwIDAtLjUzNS4xODZhMS4yMiAxLjIyIDAgMCAwLS4zMS40OWEyLjU3OSAyLjU3OSAwIDAgMC0uMTU1LjgxNHY5LjAxaC43NWMuNjkgMCAxLjI1LS41NiAxLjI1LTEuMjV2LTEuODM1YTEuNSAxLjUgMCAxIDEgMSAwdjEuODM1YTIuMjUgMi4yNSAwIDAgMS0yLjI1IDIuMjVoLS43NXpNNi41IDdhLjUuNSAwIDEgMCAxIDBhLjUuNSAwIDAgMC0xIDB6TTEzIDkuNWEuNS41IDAgMSAwIDAtMWEuNS41IDAgMCAwIDAgMXptLTYgM2EuNS41IDAgMSAwIDAgMWEuNS41IDAgMCAwIDAtMXoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=")
}
.various-complements__footer { .various-complements__footer {
position: relative; position: relative;
@ -106,6 +109,7 @@
font-size: 0.75em; font-size: 0.75em;
/*noinspection CssUnresolvedCustomProperty*/ /*noinspection CssUnresolvedCustomProperty*/
color: var(--text-muted); color: var(--text-muted);
padding-top: 0.75em;
} }
.various-complements__suggestion-item__current-file::before { .various-complements__suggestion-item__current-file::before {

View file

@ -4,16 +4,16 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "47e02b11d16c6d54", "id": "e1911a7496a24cb9",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "3b84261086a4e144", "id": "1d37952aa674e567",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "mat/Funkce/Exponenciální funkce.md", "file": "fyz/Mechanika tekutin/Tekutiny.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -77,7 +77,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "mat/Funkce/Exponenciální funkce.md", "file": "fyz/Mechanika tekutin/Tekutiny.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -94,7 +94,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "mat/Funkce/Exponenciální funkce.md", "file": "fyz/Mechanika tekutin/Tekutiny.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -141,34 +141,10 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "mat/Funkce/Exponenciální funkce.md" "file": "fyz/Mechanika tekutin/Tekutiny.md"
} }
} }
}, },
{
"id": "7bf4fe7c53f74604",
"type": "leaf",
"state": {
"type": "BC-matrix",
"state": {}
}
},
{
"id": "24182783470757f3",
"type": "leaf",
"state": {
"type": "BC-tree",
"state": {}
}
},
{
"id": "ce11575e5eafa954",
"type": "leaf",
"state": {
"type": "todo",
"state": {}
}
},
{ {
"id": "478e61537eb995fc", "id": "478e61537eb995fc",
"type": "leaf", "type": "leaf",
@ -176,9 +152,33 @@
"type": "review-queue-list-view", "type": "review-queue-list-view",
"state": {} "state": {}
} }
},
{
"id": "6646a36080fd99c0",
"type": "leaf",
"state": {
"type": "todo",
"state": {}
}
},
{
"id": "3e78ff74b952253b",
"type": "leaf",
"state": {
"type": "BC-matrix",
"state": {}
}
},
{
"id": "4a578facd3fdc8b7",
"type": "leaf",
"state": {
"type": "BC-tree",
"state": {}
}
} }
], ],
"currentTab": 2 "currentTab": 10
} }
], ],
"direction": "horizontal", "direction": "horizontal",
@ -188,17 +188,17 @@
"ribbon": { "ribbon": {
"mostRecentAction": "" "mostRecentAction": ""
}, },
"active": "3b84261086a4e144", "active": "1d37952aa674e567",
"lastOpenFiles": [ "lastOpenFiles": [
"mat/Funkce/Exponenciální funkce.md", "fyz/Mechanika tekutin/Mechanika tekutin.md",
"mat/Funkce/Lineární lomené funkce.md", "fyz/Mechanika tekutin/Hydrostatický paradox.md",
"mat/Funkce/Kartézský součin.md", "fyz/Mechanika tekutin/Hydrostatická tlaková síla.md",
"mat/Funkce/Inverzní funkce.md", "fyz/Mechanika tekutin/Hydraulická zařízení.md",
"mat/Funkce/Funkční přepis.md", "fyz/Mechanika tekutin/Atmosférický tlak.md",
"mat/Funkce/Funkce vs Rovnice.md", "fyz/Mechanika tekutin/Archimédův zákon.md",
"mat/Funkce/Funkce.md", "fyz/fyz.md",
"mat/Funkce/Cosinus.md", "cjl/cjl.md",
"mat/mat.md", "cjl/literatura/slohy/slohy.md",
"cjl/cjl.md" "cjl/literatura/slohy/Románské umění.md"
] ]
} }