vault backup: 2022-01-10 21:10:00

This commit is contained in:
Daniel Bulant 2022-01-10 21:10:00 +01:00
parent 63161f15d3
commit 5aa4f9420a
45 changed files with 15606 additions and 10090 deletions

File diff suppressed because one or more lines are too long

View file

@ -5,6 +5,6 @@
"authorUrl": "https://github.com/deathau",
"description": "Show syntax highlighing in code blocks the editor",
"isDesktopOnly": false,
"version": "0.1.2",
"version": "0.1.3",
"minAppVersion": "0.10.0"
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "cycle-through-panes",
"name": "Cycle through Panes",
"version": "0.0.8",
"version": "0.0.12",
"minAppVersion": "0.12.5",
"description": "Cycle through your open Panes with `ctrl + Tab`, just like with Tabs in your Browser!, ctrl+shift+Tab for Reverse",
"author": "Vinadon & Rythm",

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "emoji-shortcodes",
"name": "Emoji Shortcodes",
"version": "2.1.0",
"version": "2.1.1",
"minAppVersion": "0.12.17",
"description": "This Plugin enables the use of Markdown Emoji Shortcodes :smile:",
"author": "phibr0",

View file

@ -12,8 +12,8 @@
"checkpointList": [
{
"path": "/",
"date": "2022-01-07",
"size": 760321
"date": "2022-01-10",
"size": 788390
}
],
"activityHistory": [
@ -291,6 +291,10 @@
{
"date": "2022-01-07",
"value": 120244
},
{
"date": "2022-01-10",
"value": 28387
}
]
}

View file

@ -2,10 +2,12 @@
"userAdmonitions": {},
"syntaxHighlight": false,
"copyButton": false,
"version": "6.5.1",
"version": "6.8.0",
"autoCollapse": false,
"defaultCollapseType": "open",
"syncLinks": true,
"enableMarkdownProcessor": false,
"injectColor": true
"injectColor": true,
"parseTitles": true,
"allowMSSyntax": true
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-admonition",
"name": "Admonition",
"version": "6.5.1",
"version": "6.8.0",
"minAppVersion": "0.11.0",
"description": "Admonition block-styled content for Obsidian.md",
"author": "Jeremy Valentine",

View file

@ -269,3 +269,25 @@ input.is-invalid {
border-color: var(--background-modifier-border-focus);
}
/** Live Preview */
.is-live-preview .admonition-content > * {
margin-top: 0px;
margin-bottom: 0px;
}
.is-live-preview .admonition-content > * br {
display: none;
}
.is-live-preview .admonition-content > *:first-child {
margin-top: 16px;
}
.is-live-preview .admonition-content > *:last-child {
margin-bottom: 16px;
}
.is-live-preview .admonition-content ul {
white-space: normal;
}

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.0.1",
"version": "3.1.1",
"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.0.12",
"version": "1.1.2",
"minAppVersion": "0.9.12",
"description": "This is a charts view plugin for Obsidian.",
"author": "caronchen",

View file

@ -11,3 +11,28 @@
.chartsview-donation a.paypal {
display: inline-block;
}
.chartsview-thumbnail-container.is-selected .chartsview-thumbnail {
display: unset;
position: fixed;
top: 0;
right: 0;
}
.chartsview-thumbnail-container .chartsview-thumbnail {
display: none;
}
/* #### Desktops #### */
@media screen and (min-width: 1024px) {
.chartsview-thumbnail-container .chartsview-thumbnail img {
width: 500px;
}
}
/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px) {
.chartsview-thumbnail-container .chartsview-thumbnail img {
width: 300px;
}
}

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,9 @@
{
"id": "obsidian-codemirror-options",
"name": "CodeMirror Options",
"version": "0.6.0",
"description": "Customize the functionality and appearance of Obsidian's edit mode",
"version": "0.9.5",
"minAppVersion": "0.13.8",
"description": "Enhance Obsidian's desktop edit mode with features such as WYSIWYG / Live Preview, Syntax Highlighting, and more.",
"author": "NothingIsLost",
"authorUrl": "https://github.com/nothingislost",
"isDesktopOnly": true

View file

@ -2,6 +2,17 @@
name: CodeMirror Options
id: CodeMirror Options
settings:
-
id: cm-embeds
title: Embed Rendering
type: heading
level: 1
collapsed: false
-
id: cm5-minimal-embeds
title: Minimal Page & Header Embeds in Edit Mode
description: This will remove all padding, margin, border, and background from Page & Header embeds in Edit Mode. It will also hide the link icon until the embed is hovered over.
type: class-toggle
-
id: cm-header-theme
title: Syntax Highlighting Theme
@ -465,7 +476,101 @@ body.unified-cm-highlighting.theme-dark.cm-theme-solarized-light {
user-select: text;
}
.cm-s-obsidian .rendered-code-block-wrapper pre.HyperMD-codeblock-begin {
/* Embed Styling */
.rendered-embed-wrapper .CodeMirror-line > span {
display: block;
height: 0px;
}
.rendered-embed-wrapper .hmd-fold-code-embed > div > p {
margin: 0;
}
.cm-s-obsidian .rendered-inline-embed {
position: relative;
border: 1px solid transparent;
}
.cm-s-obsidian .rendered-inline-embed .hmd-fold-embed-stub:hover,
.cm-s-obsidian .rendered-embed-wrapper .hmd-fold-embed-stub:hover {
color: #fff;
border-color: #c30;
background: #f40;
}
.cm-s-obsidian .rendered-inline-embed .hmd-fold-embed-stub.omittable {
display: none;
}
.cm-s-obsidian .rendered-inline-embed:hover {
border: 1px dashed #999;
}
.cm-s-obsidian .rendered-embed-wrapper .hmd-fold-embed-stub {
display: inline-block;
font-size: 67%;
color: #999;
vertical-align: middle;
border: 1px solid #999;
padding: 0 0.2em;
border-radius: 5px;
margin: 0 0.5em;
background-color: var(--background-primary-alt);
cursor: pointer;
}
.cm-s-obsidian .rendered-inline-embed .hmd-fold-embed-stub {
display: inline-block;
font-size: 67%;
color: #999;
vertical-align: middle;
border: 1px solid #999;
padding: 0 0.2em;
border-radius: 5px;
margin: 0 0.5em;
background-color: var(--background-primary-alt);
cursor: pointer;
}
.cm-s-obsidian .rendered-inline-embed:hover .hmd-fold-embed-stub.omittable {
display: block;
left: 0;
bottom: 100%;
margin: 0;
position: absolute;
z-index: 100;
}
/* add padding to avoid cursor flicker when moving the cursor from line to line
without the padding, there's a slight gap between the lines */
.rendered-inline-embed.embed-type-block :where(p, li) {
padding: 3px 0;
}
/* render any headers as normal sized inline text to avoid any cursor/button issues */
/* why are you block referencing a header anyway? use a header ref */
.rendered-inline-embed.embed-type-block :where(h1, h2, h3, h4, h5, h6) {
margin: 0;
font-size: 1em;
display: inline;
}
/* move the <EMBED> button on list lines since Outliner hides xy overflow */
.cm-s-obsidian .HyperMD-list-line .rendered-inline-embed:hover .hmd-fold-embed-stub.omittable {
display: block;
left: -4.8em;
height: 1.9em;
top: 0;
margin: 0;
position: absolute;
z-index: 100;
}
.cm-s-obsidian .HyperMD-list-line .rendered-inline-embed:hover .hmd-fold-embed-stub.omittable.flip-stub {
display: inline-block;
height: 1.9em;
margin: 0;
position: static;
z-index: 100;
width: auto;
}
.cm-s-obsidian .hmd-fold-html-stub.omittable,
.cm-s-obsidian .omittable.hmd-fold-code-stub {
display: none;
}
/* End Embed Styling */
.cm-s-obsidian .rendered-code-block-wrapper .HyperMD-codeblock-begin {
padding: 0;
}
@ -499,15 +604,20 @@ body.unified-cm-highlighting.theme-dark.cm-theme-solarized-light {
border-right: none;
border-bottom: solid;
max-width: 100%;
padding: 0px;
/* padding: 0px; */
}
/* START: Banner rendering */
body.cm-render-banners div[data-banner] .CodeMirror-code {
margin-top: var(--banner-height);
margin-bottom: calc(-1 * var(--banner-height));
/* margin-bottom: calc(-1 * var(--banner-height)); */
}
/* body.cm-render-banners div[data-banner] .CodeMirror-lines>div>div:last-child {
margin-bottom: calc(-1 * var(--banner-height));
} */
/* the style below is needed to ensure the banner isn't removed when there is
no vertical scroll bar */
body.cm-render-banners div[data-banner] .CodeMirror-vscrollbar {
@ -526,7 +636,7 @@ body.cm-render-banners div[data-banner] .CodeMirror-vscrollbar::before {
background-position: var(--banner_x) var(--banner_y);
}
body.cm-render-banners div[data-banner] .CodeMirror-gutter.CodeMirror-linenumbers,
.mod-root .CodeMirror-gutter.CodeMirror-foldgutter {
body.cm-render-banners .mod-root div[data-banner] .CodeMirror-gutter.CodeMirror-foldgutter {
background: transparent;
}
body.cm-render-banners div[data-banner][data-banner-style="gradient"] .CodeMirror-vscrollbar::before {
@ -538,7 +648,8 @@ body.cm-render-banners div[data-banner][data-banner-style="gradient"] .CodeMirro
/* START: Rendered code & html block <CODE> button styling and placement */
.rendered-code-block-wrapper .CodeMirror-line .CodeMirror-widget,
.rendered-html-block-wrapper .CodeMirror-line .CodeMirror-widget {
.rendered-html-block-wrapper .CodeMirror-line .CodeMirror-widget,
.rendered-embed-wrapper .CodeMirror-line .CodeMirror-widget {
position: absolute;
left: 5px;
top: -1.5em;
@ -548,21 +659,40 @@ body.cm-render-banners div[data-banner][data-banner-style="gradient"] .CodeMirro
display: none;
}
.cm-s-obsidian .CodeMirror-linewidget.rendered-html-block,
.cm-s-obsidian .CodeMirror-linewidget.rendered-embed,
.cm-s-obsidian .CodeMirror-linewidget.rendered-code-block {
padding: 0 5px;
}
.rendered-html-block-wrapper:hover .CodeMirror-line .CodeMirror-widget,
.rendered-embed-wrapper:hover .CodeMirror-line .CodeMirror-widget,
.rendered-code-block-wrapper:hover .CodeMirror-line .CodeMirror-widget {
display: inline-flex;
}
.rendered-html-block-wrapper .CodeMirror-linewidget,
.rendered-embed-wrapper .CodeMirror-linewidget,
.rendered-code-block-wrapper .CodeMirror-linewidget {
/* this is needed to have CM properly calculate the widget height */
/* when using display: block, margins on child elements don't cause the parent to expand */
display: grid;
}
.cm-s-obsidian .CodeMirror-widget :where(.hmd-fold-code-stub, .hmd-fold-html-stub) {
.mod-root .markdown-source-view.is-readable-line-width .rendered-embed-wrapper .CodeMirror,
.mod-root .is-readable-line-width .rendered-embed-wrapper .markdown-preview-section {
padding-left: 0;
padding-right: 0;
margin: 0 auto 0 auto;
width: auto;
max-width: 100%;
}
/* fixes for yinyang embeds getting cut off on the right side gutter */
.rendered-embed .hmd-fold-embed-content,
.rendered-inline-embed:not(.embed-type-block) .markdown-embed-content {
max-width: 100%;
}
/* fixes for yinyang embeds getting cut off on the right side gutter */
.rendered-inline-embed:not(.embed-type-block) > div {
width: 100%;
}
.cm-s-obsidian .CodeMirror-widget :where(.hmd-fold-code-stub, .hmd-fold-html-stub, .hmd-fold-embed-stub) {
font-size: 0.7rem;
font-family: var(--font-monospace);
font-weight: 600;
@ -571,23 +701,142 @@ body.cm-render-banners div[data-banner][data-banner-style="gradient"] .CodeMirro
line-height: 1.75em;
}
/* .rendered-code-block-wrapper.rendered-query-wrapper .CodeMirror-line .CodeMirror-widget {
right: 0.1em;
top: 0.1em;
}
.rendered-code-block-wrapper.rendered-dataview-wrapper .CodeMirror-line .CodeMirror-widget {
right: 0;
top: 0.2em;
}
.rendered-code-block-wrapper.rendered-chart-wrapper .CodeMirror-line .CodeMirror-widget {
right: 0.2em;
top: 0.2em;
} */
/* END: Rendered code block <CODE> button styling and placement */
/* Inline Embed Styling */
.rendered-inline-embed div.markdown-embed {
border-top: none;
/* border-bottom-color: var(--block-ref-color); */
/* border-bottom-style: dashed; */
padding: 0px;
margin: 0px;
}
/* .rendered-inline-embed .markdown-embed-content {
white-space: normal;
} */
.rendered-inline-embed > div > p,
.rendered-embed > div > p {
margin-block: 0;
}
.rendered-inline-embed > div,
.rendered-inline-embed > div > p {
display: inline;
}
/* .rendered-embed p:first-of-type {
margin-block: 0;
} */
.CodeMirror-linewidget.rendered-widget {
padding: 0 5px;
}
/* fix styling of "file not created yet" block */
.rendered-embed .file-embed:hover {
background-color: none;
border: none;
}
.rendered-inline-embed.embed-type-block .markdown-embed,
.rendered-inline-embed.embed-type-block .file-embed {
border: none;
}
/* fix rendering of embedded pdfs */
.rendered-embed .internal-embed:not(.image-embed) {
display: block;
}
.rendered-embed .pdf-embed {
width: 100%;
height: 800px;
}
/* style inline block refs */
.rendered-inline-embed.embed-type-block,
.rendered-inline-embed.embed-type-block .markdown-embed,
.rendered-inline-embed.embed-type-block .markdown-embed > .markdown-embed-content,
.rendered-inline-embed.embed-type-block .markdown-embed > .markdown-embed-content > .markdown-preview-view,
.rendered-inline-embed.embed-type-block
.markdown-embed
> .markdown-embed-content
> .markdown-preview-view
> .markdown-preview-sizer,
.rendered-inline-embed.embed-type-block
.markdown-embed
> .markdown-embed-content
> .markdown-preview-view
> .markdown-preview-sizer
> div,
.rendered-inline-embed.embed-type-block
.markdown-embed
> .markdown-embed-content
> .markdown-preview-view
> .markdown-preview-sizer
> div
> p,
.rendered-inline-embed.embed-type-block
.markdown-embed
> .markdown-embed-content
> .markdown-preview-view
> .markdown-preview-sizer
> div
> div {
display: inline;
padding: 0px !important;
margin: 0px !important;
}
/* Convert bullet list block refs inline (remove the bullet) */
.rendered-inline-embed.embed-type-block
.markdown-embed
> .markdown-embed-content
> .markdown-preview-view
> .markdown-preview-sizer
ul,
.rendered-inline-embed.embed-type-block
.markdown-embed
> .markdown-embed-content
> .markdown-preview-view
> .markdown-preview-sizer
li,
.rendered-inline-embed.embed-type-block
.markdown-embed
> .markdown-embed-content
> .markdown-preview-view
> .markdown-preview-sizer
li
> div {
/* inline-flex solves the list item embedded into not list item problem */
display: inline;
}
.rendered-inline-embed.embed-type-block span.internal-embed {
white-space: normal;
}
.rendered-inline-embed.embed-type-block .markdown-preview-view span.internal-embed {
display: inline;
}
.rendered-inline-embed.embed-type-block
div.markdown-embed
> div.markdown-embed-content
> div.markdown-preview-view
> div.markdown-preview-section
ul {
padding: 0px !important;
margin: 0px !important;
}
/* Hide the block ref link since we created our own */
.rendered-inline-embed.embed-type-block div.markdown-embed > div.markdown-embed-link {
display: none;
}
.rendered-inline-embed.embed-type-block:hover {
cursor: pointer;
}
.rendered-inline-embed.embed-type-block
div.markdown-embed
> div.markdown-embed-content
> div.markdown-preview-view
> div.markdown-preview-section {
min-height: 0px !important;
}
/* END: Inline Embed Styling */
/* START: Render HTML Styling */
.cm-s-obsidian .hmd-fold-html {
@ -825,8 +1074,8 @@ body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre:hover but
}
/* END Copy button */
/* body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock,
body.fallback-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock {
/* body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock,
body.fallback-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock {
--code-bg: var(--cm-background-color);
--note: var(--cm-background-color);
} */
@ -867,18 +1116,22 @@ body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .templater-command-bg, /* templater block in edit mode */
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .templater-inline .cm-templater-command, /* templater inline in edit mode */
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.CodeMirror-linebackground, /* math block in edit mode */
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian[class*="language-"],
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian[class*="language-"] code /* code block in preview mode */ {
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre[class*="language-"],
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre[class*="language-"] code /* code block in preview mode */ {
background: var(--cm-background-color);
background-color: var(--cm-background-color);
text-shadow: none; /* just no */
}
body.fallback-highlighting[class*="theme-"] code[class*="language-"],
body.unified-cm-highlighting[class*="theme-"] code[class*="language-"] {
display: block;
}
/* edit modes */
body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirror-lines,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter,
body.unified-cm-highlighting[class*="theme-"] .cm-templater-command,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math,
body.unified-cm-highlighting[class*="theme-"] .HyperMD-codeblock,
body.unified-cm-highlighting[class*="theme-"] .cm-hmd-codeblock {
@ -910,17 +1163,37 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-keyword,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-keyword,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-keyword,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-keyword,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-keyword {
color: var(--cm-keyword);
font-weight: normal;
}
body.cm5-minimal-embeds .CodeMirror-linewidget .rendered-embed .markdown-embed,
body.cm5-minimal-embeds .CodeMirror-linewidget .rendered-embed .markdown-embed .markdown-preview-view,
body.cm5-minimal-embeds .rendered-inline-embed .markdown-embed,
body.cm5-minimal-embeds .rendered-inline-embed .markdown-embed .markdown-preview-view {
border: none !important; /* had to in order tp override primary theme */
margin: 0;
padding: 0;
background: none;
}
body.cm5-minimal-embeds .CodeMirror-linewidget .rendered-embed .markdown-embed .markdown-embed-link {
opacity: 0;
}
body.cm5-minimal-embeds .CodeMirror-linewidget .rendered-embed:hover .markdown-embed .markdown-embed-link {
opacity: 1;
}
body.cm5-minimal-embeds .CodeMirror-linewidget.rendered-widget {
padding: 0;
}
body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirror-lines .cm-atom,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-atom,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-atom,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-atom,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-atom,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-atom,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-atom {
color: var(--cm-atom);
}
@ -929,7 +1202,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-number,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-number,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-number,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-number,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-number,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-number {
color: var(--cm-number);
}
@ -938,7 +1211,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-hmd-frontmatter.cm-type,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-templater-command.cm-type,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-math.cm-type,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock span.cm-type,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock span.cm-type,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian span.cm-type {
color: var(--cm-type);
}
@ -947,7 +1220,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-def,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-def,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-def,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-def,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-def,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-def {
color: var(--cm-def);
}
@ -956,7 +1229,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-hmd-frontmatter.cm-property,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-templater-command.cm-property,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-math.cm-property,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock span.cm-property,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock span.cm-property,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian span.cm-property {
color: var(--cm-property);
}
@ -965,7 +1238,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-templater-command.cm-variable,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-math.cm-variable,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock span.cm-variable,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian span.cm-variable {
color: var(--cm-variable);
}
@ -974,7 +1247,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable-2,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-templater-command.cm-variable-2,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-math.cm-variable-2,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-2,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock span.cm-variable-2,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian span.cm-variable-2 {
color: var(--cm-variable-2);
}
@ -983,7 +1256,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable-3,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-templater-command.cm-variable-3,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian span.cm-math.cm-variable-3,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-3,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock span.cm-variable-3,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian span.cm-variable-3 {
color: var(--cm-variable-3);
}
@ -992,7 +1265,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-type.cm-def,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-type.cm-def,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-type.cm-def,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-type.cm-def,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-type.cm-def,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-type.cm-def {
color: var(--cm-definition);
}
@ -1001,7 +1274,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-callee,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-callee,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-callee,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-callee,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-callee,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-callee {
color: var(--cm-callee);
}
@ -1010,7 +1283,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-operator,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-operator,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-operator,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-operator,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-operator,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-operator {
color: var(--cm-operator);
}
@ -1019,7 +1292,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-qualifier,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-qualifier,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-qualifier,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-qualifier,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-qualifier,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-qualifier {
color: var(--cm-qualifier);
}
@ -1028,7 +1301,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-tag,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-tag,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-tag,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-tag,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-tag,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-tag {
color: var(--cm-tag);
}
@ -1037,7 +1310,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-tag.cm-bracket,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-tag.cm-bracket,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-tag.cm-bracket,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-tag.cm-bracket,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-tag.cm-bracket,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-tag.cm-bracket {
color: var(--cm-bracket);
}
@ -1046,7 +1319,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-attribute,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-attribute,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-attribute,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-attribute,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-attribute,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-attribute {
color: var(--cm-attribute);
}
@ -1055,7 +1328,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-comment,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-comment,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-comment,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-comment,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-comment,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-comment {
color: var(--cm-comment);
}
@ -1064,7 +1337,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-comment.cm-attribute,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-comment.cm-attribute,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-comment.cm-attribute,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-comment.cm-attribute,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-comment.cm-attribute {
color: var(--cm-attribute-in-comment);
}
@ -1073,7 +1346,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-comment.cm-tag,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-comment.cm-tag,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-comment.cm-tag,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-comment.cm-tag,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-comment.cm-tag {
color: var(--cm-tag-in-comment);
}
@ -1082,7 +1355,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-string,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-string,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-string,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-string,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-string,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-string {
color: var(--cm-string);
}
@ -1091,7 +1364,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-string-2,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-string-2,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-string-2,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-string-2,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-string-2,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-string-2 {
color: var(--cm-string-2);
}
@ -1100,7 +1373,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-meta,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-meta,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-meta,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-meta,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-meta,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-meta {
color: var(--cm-meta);
/* background: var(--cm-background-color); */
@ -1110,7 +1383,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-builtin,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-builtin,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-builtin,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-builtin,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-builtin,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-builtin {
color: var(--cm-builtin);
}
@ -1119,7 +1392,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-header,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-header,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-header,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-header,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-header,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-header {
color: var(--cm-header);
}
@ -1128,7 +1401,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-hr,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-hr,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-hr,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-hr,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-hr,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-hr {
color: var(--cm-hr);
}
@ -1137,7 +1410,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-link,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-link,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-link,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-link,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-link,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-link {
color: var(--cm-link);
}
@ -1146,7 +1419,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.cm-error,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.cm-error,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.cm-error,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .cm-error,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .cm-error,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .cm-error {
color: white;
background-color: var(--cm-error-bg);
@ -1172,7 +1445,7 @@ body.unified-cm-highlighting[class*="theme-"] .CodeView .cm-s-obsidian .CodeMirr
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-hmd-frontmatter.CodeMirror-matchingbracket,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-templater-command.CodeMirror-matchingbracket,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .cm-math.CodeMirror-matchingbracket,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian pre.HyperMD-codeblock .CodeMirror-matchingbracket,
body.unified-cm-highlighting[class*="theme-"] .cm-s-obsidian .HyperMD-codeblock .CodeMirror-matchingbracket,
body.fallback-highlighting[class*="theme-"] .markdown-preview-view pre.cm-s-obsidian .CodeMirror-matchingbracket {
text-decoration: underline;
color: rgb(var(--cm-matching-bracket)) !important;

View file

@ -1,11 +1,16 @@
{
"folder": "Excalidraw",
"templateFilePath": "Excalidraw/Template.excalidraw",
"scriptFolderPath": "Excalidraw/Scripts",
"drawingFilenamePrefix": "Drawing ",
"drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
"displaySVGInPreview": true,
"previewMatchObsidianTheme": false,
"width": "400",
"matchTheme": false,
"matchThemeAlways": false,
"matchThemeTrigger": false,
"defaultMode": "normal",
"zoomToFitOnResize": true,
"zoomToFitMaxLevel": 2,
"linkPrefix": "📍",
@ -27,10 +32,25 @@
"syncExcalidraw": false,
"experimentalFileType": false,
"experimentalFileTag": "✏️",
"experimentalLivePreview": true,
"compatibilityMode": false,
"loadCount": 1,
"drawingOpenCount": 0,
"library": "{\"type\":\"excalidrawlib\",\"version\":1,\"library\":[]}",
"library2": {
"type": "excalidrawlib",
"version": 2,
"source": "https://excalidraw.com",
"libraryItems": []
},
"patchCommentBlock": false,
"imageElementNotice": false
"imageElementNotice": false,
"runWYSIWYGpatch": false,
"fixInfinitePreviewLoop": false,
"mdSVGwidth": 500,
"mdSVGmaxHeight": 800,
"mdFont": "Virgil",
"mdFontColor": "Black",
"mdCSS": "",
"scriptEngineSettings": {}
}

File diff suppressed because one or more lines are too long

View file

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

View file

@ -1 +1 @@
.App{font-family:sans-serif;text-align:center}.excalidraw-wrapper{height:100%;margin:0px;background-color:#fff}.context-menu-option__shortcut{background-color:transparent!important}.block-language-excalidraw{text-align:center}.excalidraw .github-corner{display:none}img.excalidraw-svg-right-wrap{float:right;margin:0px 0px 20px 20px}img.excalidraw-svg-left-wrap{float:left;margin:0px 35px 20px 0px}img.excalidraw-svg-right{float:right}img.excalidraw-svg-left{float:left}div.excalidraw-svg-right,div.excalidraw-svg-left{display:table;width:100%}button.ToolIcon_type_button[title=Export]{display:none}.excalidraw-prompt-div{display:flex;max-width:800px}.excalidraw-prompt-form{display:flex;flex-grow:1}.excalidraw-prompt-input{flex-grow:1}li[data-testid]{border:0!important;margin:0!important;padding:0!important;width:100%!important}.excalidraw .context-menu-option-separator{margin:4px!important}.excalidraw .popover{padding:0!important;border-color:transparent!important;border:0!important;box-shadow:0!important;background-color:transparent!important}.disable-zen-mode--visible{color:var(--text-primary-color)}.disable-zen-mode{width:9em!important}.ex-coffee-div{text-align:center;margin-bottom:20px}
.App{font-family:sans-serif;text-align:center}.excalidraw-wrapper{height:100%;margin:0px;background-color:#fff}.context-menu-option__shortcut{background-color:transparent!important}.block-language-excalidraw{text-align:center}.excalidraw .github-corner{display:none}img.excalidraw-svg-right-wrap{float:right;margin:0px 0px 20px 20px}img.excalidraw-svg-left-wrap{float:left;margin:0px 35px 20px 0px}img.excalidraw-svg-right{float:right}.excalidraw-svg-center{text-align:center}img.excalidraw-svg-left{float:left}div.excalidraw-svg-right,div.excalidraw-svg-left{display:table;width:100%}button.ToolIcon_type_button[title=Export]{display:none}.excalidraw-prompt-div{display:flex;max-width:800px}.excalidraw-prompt-form{display:flex;flex-grow:1}.excalidraw-prompt-input{flex-grow:1}li[data-testid]{border:0!important;margin:0!important;padding:0!important;width:100%!important}.excalidraw .context-menu-option-separator{margin:4px!important}.excalidraw .popover{padding:0!important;border-color:transparent!important;border:0!important;box-shadow:0!important;background-color:transparent!important}.disable-zen-mode--visible{color:var(--text-primary-color)}.disable-zen-mode{width:9em!important}.ex-coffee-div{text-align:center;margin-bottom:20px}.excalidraw-scriptengine-install td>img{width:100%;max-width:800px}.excalidraw-scriptengine-install img.coffee{width:130px}.excalidraw-scriptengine-install tr{vertical-align:top}.excalidraw-scriptengine-install table{max-width:130ch}.excalidraw-scriptengine-install td.label{width:11ch;font-weight:bold;padding-right:5px}.excalidraw-scriptengine-install td.data{width:100%}.modal-content.excalidraw-scriptengine-install{max-width:130ch}.excalidraw-scriptengine-install .modal{max-height:90%}

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.5.1",
"version": "1.5.3",
"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 one or more lines are too long

View file

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

View file

@ -12,7 +12,7 @@
transform-origin: 50% 50%;
display: inline-block;
}
.center{
.obsidian-git-center {
margin: auto;
width: 50%;
}
@ -21,4 +21,364 @@
}
.tooltip.mod-right {
overflow-wrap: break-word;
}
}
.obsidian-git-shortcuts {
margin: 10px;
}
.diff-err {
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.diff-err-sign {
font-size: 2em;
}
.d2h-d-none {
display: none;
}
.d2h-wrapper {
text-align: left;
}
.d2h-file-header {
background-color: var(--background-primary);
border-bottom: 1px solid var(--interactive-accent);
font-family: var(--font-monospace);
height: 35px;
padding: 5px 10px;
}
.d2h-file-header,
.d2h-file-stats {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.d2h-file-stats {
font-size: 14px;
margin-left: auto;
}
.d2h-lines-added {
border: 1px solid #b4e2b4;
border-radius: 5px 0 0 5px;
color: #399839;
padding: 2px;
text-align: right;
vertical-align: middle;
}
.d2h-lines-deleted {
border: 1px solid #e9aeae;
border-radius: 0 5px 5px 0;
color: #c33;
margin-left: 1px;
padding: 2px;
text-align: left;
vertical-align: middle;
}
.d2h-file-name-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 15px;
width: 100%;
}
.d2h-file-name {
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.d2h-file-wrapper {
border: 1px solid var(--background-modifier-border);
border-radius: 3px;
margin-bottom: 1em;
}
.d2h-file-collapse {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid var(--background-modifier-border);
border-radius: 3px;
cursor: pointer;
display: none;
font-size: 12px;
justify-content: flex-end;
padding: 4px 8px;
}
.d2h-file-collapse.d2h-selected {
background-color: #c8e1ff;
}
.d2h-file-collapse-input {
margin: 0 4px 0 0;
}
.d2h-diff-table {
border-collapse: collapse;
font-family: Menlo, Consolas, monospace;
font-size: 13px;
width: 100%;
}
.d2h-files-diff {
width: 100%;
}
.d2h-file-diff {
overflow-y: hidden;
}
.d2h-file-side-diff {
display: inline-block;
margin-bottom: -8px;
margin-right: -4px;
overflow-x: scroll;
overflow-y: hidden;
width: 50%;
}
.d2h-code-line {
padding: 0 8em;
}
.d2h-code-line,
.d2h-code-side-line {
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 100%;
}
.d2h-code-side-line {
padding: 0 4.5em;
}
.d2h-code-line-ctn {
word-wrap: normal;
background: none;
display: inline-block;
padding: 0;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
vertical-align: middle;
white-space: pre;
width: 100%;
}
.theme-light .d2h-code-line del,
.theme-light .d2h-code-side-line del {
background-color: #ffb6ba;
}
.theme-dark .d2h-code-line del,
.theme-dark .d2h-code-side-line del {
background-color: #8d232881;
}
.d2h-code-line del,
.d2h-code-line ins,
.d2h-code-side-line del,
.d2h-code-side-line ins {
border-radius: 0.2em;
display: inline-block;
margin-top: -1px;
text-decoration: none;
vertical-align: middle;
}
.theme-light .d2h-code-line ins,
.theme-light .d2h-code-side-line ins {
background-color: #97f295;
text-align: left;
}
.theme-dark .d2h-code-line ins,
.theme-dark .d2h-code-side-line ins {
background-color: #1d921996;
text-align: left;
}
.d2h-code-line-prefix {
word-wrap: normal;
background: none;
display: inline;
padding: 0;
white-space: pre;
}
.line-num1 {
float: left;
}
.line-num1,
.line-num2 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
padding: 0 0.5em;
text-overflow: ellipsis;
width: 3.5em;
}
.line-num2 {
float: right;
}
.d2h-code-linenumber {
background-color: var(--background-primary);
border: solid var(--background-modifier-border);
border-width: 0 1px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: var(--text-muted);
cursor: pointer;
display: inline-block;
position: absolute;
text-align: right;
width: 7.5em;
}
.d2h-code-linenumber:after {
content: "\200b";
}
.d2h-code-side-linenumber {
background-color: var(--background-primary);
border: solid var(--background-modifier-border);
border-width: 0 1px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: var(--text-muted);
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0 0.5em;
position: absolute;
text-align: right;
text-overflow: ellipsis;
width: 4em;
}
.d2h-code-side-linenumber:after {
content: "\200b";
}
.d2h-code-side-emptyplaceholder,
.d2h-emptyplaceholder {
background-color: var(--background-primary);
border-color: var(--background-modifier-border);
}
.d2h-code-line-prefix,
.d2h-code-linenumber,
.d2h-code-side-linenumber,
.d2h-emptyplaceholder {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.d2h-code-linenumber,
.d2h-code-side-linenumber {
direction: rtl;
}
.theme-light .d2h-del {
background-color: #fee8e9;
border-color: #e9aeae;
}
.theme-light .d2h-ins {
background-color: #dfd;
border-color: #b4e2b4;
}
.theme-dark .d2h-del {
background-color: #521b1d83;
border-color: #691d1d73;
}
.theme-dark .d2h-ins {
background-color: rgba(30, 71, 30, 0.5);
border-color: #13501381;
}
.d2h-info {
background-color: var(--background-primary);
border-color: var(--background-modifier-border);
color: var(--text-normal);
}
.theme-light .d2h-file-diff .d2h-del.d2h-change {
background-color: #fdf2d0;
}
.theme-dark .d2h-file-diff .d2h-del.d2h-change {
background-color: #55492480;
}
.theme-light .d2h-file-diff .d2h-ins.d2h-change {
background-color: #ded;
}
.theme-dark .d2h-file-diff .d2h-ins.d2h-change {
background-color: rgba(37, 78, 37, 0.418);
}
.d2h-file-list-wrapper {
margin-bottom: 10px;
}
.d2h-file-list-wrapper a {
color: #3572b0;
text-decoration: none;
}
.d2h-file-list-wrapper a:visited {
color: #3572b0;
}
.d2h-file-list-header {
text-align: left;
}
.d2h-file-list-title {
font-weight: 700;
}
.d2h-file-list-line {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left;
}
.d2h-file-list {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
.d2h-file-list > li {
border-bottom: 1px solid var(--background-modifier-border);
margin: 0;
padding: 5px 10px;
}
.d2h-file-list > li:last-child {
border-bottom: none;
}
.d2h-file-switch {
cursor: pointer;
display: none;
font-size: 10px;
}
.d2h-icon {
fill: currentColor;
margin-right: 10px;
vertical-align: middle;
}
.d2h-deleted {
color: #c33;
}
.d2h-added {
color: #399839;
}
.d2h-changed {
color: #d0b44c;
}
.d2h-moved {
color: #3572b0;
}
.d2h-tag {
background-color: var(--background-primary);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 10px;
margin-left: 5px;
padding: 0 2px;
}
.d2h-deleted-tag {
border: 2px solid #c33;
}
.d2h-added-tag {
border: 1px solid #399839;
}
.d2h-changed-tag {
border: 1px solid #d0b44c;
}
.d2h-moved-tag {
border: 1px solid #3572b0;
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "1.2.14",
"version": "1.2.27",
"minAppVersion": "0.12.3",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",

File diff suppressed because one or more lines are too long

View file

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

View file

@ -1,41 +1,39 @@
/* lists */
.outliner-plugin-bls .cm-s-obsidian .HyperMD-list-line {
.outliner-plugin-better-lists .cm-s-obsidian .HyperMD-list-line {
padding-top: 0.4em;
}
/* bullets */
.outliner-plugin-bls .cm-s-obsidian span.cm-formatting-list {
letter-spacing: 3px;
}
.outliner-plugin-bls .cm-s-obsidian span.cm-formatting-list-ul {
color: var(--background-primary) !important;
}
.outliner-plugin-bls .cm-s-obsidian span.cm-formatting-list-ul:before {
.outliner-plugin-better-bullets
.cm-s-obsidian:not(.is-live-preview)
.cm-formatting-list-ul:before,
.outliner-plugin-better-bullets .cm-s-obsidian.is-live-preview .list-bullet:before {
content: "•";
font-size: 150%;
position: absolute;
margin-top: -6px;
margin-left: -3px;
margin-top: -5px;
font-size: 24px;
color: var(--text-muted);
visibility: visible !important;
}
/* lines */
.outliner-plugin-bls .cm-s-obsidian .HyperMD-list-line {
.outliner-plugin-vertical-lines .cm-s-obsidian .HyperMD-list-line {
overflow: hidden;
}
.cm-hmd-list-indent {
.outliner-plugin-vertical-lines .cm-hmd-list-indent {
position: relative;
}
.outliner-plugin-bls .CodeMirror-line .cm-hmd-list-indent::before {
content: '';
.outliner-plugin-vertical-lines .cm-line .cm-hmd-list-indent::before {
content: "";
display: block;
position: absolute;
background-image: linear-gradient(to right, var(--text-faint) 1px, transparent 1px);
background-image: linear-gradient(
to right,
var(--text-faint) 1px,
transparent 1px
);
/* https://developer.mozilla.org/en-US/docs/Web/CSS/length#units */
background-size: 1.8ch 1px;
background-position-x: 3px;

File diff suppressed because one or more lines are too long

View file

@ -5,7 +5,7 @@
"authorUrl": "https://grosinger.net",
"description": "Improved table navigation, formatting, manipulation, and formulas",
"isDesktopOnly": false,
"minAppVersion": "0.11.12",
"version": "0.13.0",
"minAppVersion": "0.13.8",
"version": "0.15.0",
"js": "main.js"
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "zoottelkeeper-obsidian-plugin",
"name": "Zoottelkeeper Plugin",
"version": "0.16.2",
"version": "0.17.3",
"minAppVersion": "0.12.1",
"description": "This plugin automatically creates, maintains and tags MOCs for all your folders.",
"author": "Akos Balasko, Micha Brugger",

View file

@ -0,0 +1,22 @@
# Slovní spojení
| Spojení | Význam |
| ---------------------- | ---------------------------------------------------------- |
| mluvit jako Pýthie | |
| začít od Adama | Začít od začátku |
| lstivý jako liška | výt vychytralý, dělat lsti |
| boží muka | sloup s výtvarným ztvárněním výjevu z mučení Ježíše Krista |
| starý jako Metuzalém | Metuzalém se podle bible dožil 969 let |
| ... míru | |
| ... smlouvy | |
| Sodoma a Gomora | Hříšné místo, chování neřestné a morálně zpustlé |
| slavit abrahámoviny | Slavit 50. narozeniny |
| ... zaslíbená | |
| silný jako Herkules | Silný jako řecký hrdina |
| David a Goliáš | přemoci něco silnější; vyhrát v nevýhody |
| moudrý jako sova | Být moudrý, dobře přemýšlet |
| krutý jako ... | |
| je jich jako cikánů | |
| zlatá léta | Nejlepší léta života |
| leží jako lazar | Být nemohoucí; nemoci se pohnout |
| zapřít jako ... Krista | |
| nevěřící Tomáš | Nevěří ničemu, plný pochyb, nedůvěřující |

View file

@ -12,6 +12,7 @@ imagePrefix: 'data/'
- [[cjl/literatura/Hebrejská literatura/Hebrejská literatura|Hebrejská literatura]]
- [[cjl/literatura/poznávání žánrů|poznávání žánrů]]
- [[cjl/literatura/Řecká literatura/Řecká literatura|Řecká literatura]]
- [[cjl/literatura/Slovní spojení|Slovní spojení]]
- [[cjl/literatura/Tropy a figury|Tropy a figury]]
- [[cjl/literatura/Základní literaturní pojmy|Základní literaturní pojmy]]
%% Zoottelkeeper: End of the autogenerated index file list %%

View file

@ -1,3 +0,0 @@
# conflict-files-obsidian-git
Please resolve them and commit per command (This file will be deleted before the commit).
- Not a file: notes/.obsidian/plugins/obsidian-activity-history/data.json

View file

@ -12,6 +12,7 @@ imagePrefix: 'data/'
- [[dej/moderní/1. světová válka/Český zahraniční odboj|Český zahraniční odboj]]
- [[dej/moderní/1. světová válka/Čeští vojáci na bojištích světové války|Čeští vojáci na bojištích světové války]]
- [[dej/moderní/1. světová válka/František Ferdinand d`Este|František Ferdinand d`Este]]
- [[dej/moderní/1. světová válka/Nástup autoritativních režimů|Nástup autoritativních režimů]]
- [[dej/moderní/1. světová válka/Použití plynů|Použití plynů]]
- [[dej/moderní/1. světová válka/Rasputin|Rasputin]]
- [[dej/moderní/1. světová válka/Ruský převrat|Ruský převrat]]

View file

@ -0,0 +1,10 @@
# Nástup autoritativních režimů
1. **Jaká byla hlavní příčina vypuknutí Velké hospodářské krize?** Nadprodukce
2. **Proč během krize krachují mnohé bankovní domy?** Lidé si vybírají své vklady, banky nemají všechny peníze u sebe.
3. **Jak se ve třicátých letech začalo říkat Empire State Buildingu a proč?** Empty State Building, protože v něm nikdo nechtěl být (byl moc drahý v době krize)
4. **V čem spočíval Rooseveltův plán na řešení hospodářské krize?** Statní zakázky které zaměstnají spoustu lidí
5. **Vysvětlete pojem nacionální socialismus. Kdo je s tímto hnutím spojen?** S Hitlerem, Nacista znamená nacionální socialista. Má prvky levicové i pravicové politiky.
6. **Z jakého důvodu Hitler postupuje tak tvrdě proti komunistům?** Největší protivníci Hitlera v politice
7. **Proč asi prezident Hindenburg choval k Hitlerovi despekt?** Tím že vyhrál volby legální cestou
8. **Jaké akci se říká Noc dlouhých nožů?** Puč konkurence
9. **Proč se Hitlerově Německu říká Třetí říše? Jaké jsou ty dvě předchozí?** Středověká Svatá říše Německá, říše Vilémovská (Německé císařství), protože začal třetí velkou německou říši.

View file

@ -39,4 +39,15 @@ $$a = 170 + 40 = 210$$
$$d = b/2 = 170/2 = 85$$
---
Jedničku z matematiky má na vysvědčení celkem 9 studentů. Jedničku z fyziky má na vysvědčení celkem 10 studentů. Jedničku z matematiky, nebo z fyziky má na vysvědčení 16 studentů. Jedničku z matematiky má třikrát více studentů, než je studentů, kteří mají jedničku z obou předmětů. Celkem je ve třídě 18 studentů, kteří nemají jedničku z matematiky ani z fyziky. Kolik studentů má jedničku z obou předmětů? Kolik je ve třídě celkem studentů, za předpokladu, že všichni byli klasifikování z matematiky i fyziky? Vennův diagram zakreslete.
Jedničku z matematiky má na vysvědčení celkem 9 studentů. Jedničku z fyziky má na vysvědčení celkem 10 studentů. Jedničku z matematiky, nebo z fyziky má na vysvědčení 16 studentů. Jedničku z matematiky má třikrát více studentů, než je studentů, kteří mají jedničku z obou předmětů. Celkem je ve třídě 18 studentů, kteří nemají jedničku z matematiky ani z fyziky. Kolik studentů má jedničku z obou předmětů? Kolik je ve třídě celkem studentů, za předpokladu, že všichni byli klasifikování z matematiky i fyziky? Vennův diagram zakreslete.
---
$$
(\frac{5a+4}a-3):\frac{a+2}{7a^2}
$$
$$
\frac{5a+4}a : \frac{a+2}{7a^2} = \frac{5a+4}a * \frac{7a^2}{a+2} = \frac{(5a+4)7a^2}{a^2 + 2}
$$
$$
\frac{5a+4}a - \frac{a+2}{7a^2} = \frac{7a^2(5a+4) - (a+2)}{7a^2} = \frac{35a^3 + 28a^2 - a - 2}{7a^2}
$$