Update plugins

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-04-27 09:56:35 +05:30
parent a039d1c1e5
commit 175a6dd1f1
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
19 changed files with 1496 additions and 2167 deletions

View file

@ -3,7 +3,6 @@
"table-editor-obsidian",
"auto-note-mover",
"calendar",
"chatgpt-md",
"code-block-copy",
"dataview",
"cm-editor-syntax-highlight-obsidian",

View file

@ -1,11 +0,0 @@
{
"apiKey": "default",
"defaultChatFrontmatter": "---\nsystem_commands: ['I am a helpful assistant.']\ntemperature: 0\ntop_p: 1\nmax_tokens: 512\npresence_penalty: 1\nfrequency_penalty: 1\nstream: true\nstop: null\nn: 1\nmodel: gpt-3.5-turbo\n---",
"stream": true,
"chatTemplateFolder": "ChatGPT_MD/templates",
"chatFolder": "ChatGPT_MD/chats",
"generateAtCursor": false,
"autoInferTitle": false,
"dateFormat": "YYYYMMDDhhmmss",
"headingLevel": 0
}

File diff suppressed because it is too large Load diff

View file

@ -1,11 +0,0 @@
{
"id": "chatgpt-md",
"name": "ChatGPT MD",
"version": "1.4.3",
"minAppVersion": "0.15.0",
"description": "A (nearly) seamless integration of ChatGPT into Obsidian.",
"author": "Bram Adams",
"authorUrl": "https://www.bramadams.dev",
"fundingUrl": "https://www.bramadams.dev/#/portal/",
"isDesktopOnly": false
}

View file

@ -85,6 +85,7 @@
"showReleaseNotes": false,
"showNewVersionNotification": true,
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js",
"latexBoilerplate": "\\color{blue}",
"taskboneEnabled": false,
"taskboneAPIkey": "",
"pinnedScripts": [],

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.8.22",
"version": "1.8.26",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",

File diff suppressed because it is too large Load diff

View file

@ -5,5 +5,5 @@
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.19.0"
"version": "2.19.1"
}

View file

@ -55,7 +55,9 @@
display: flex;
align-items: center;
justify-content: center;
width: 11px;
}
.git-tools .type[data-type="M"] {
color: orange;
}

View file

@ -0,0 +1,12 @@
{
"styleLists": true,
"debug": false,
"stickCursor": "bullet-and-checkbox",
"betterEnter": true,
"betterTab": true,
"selectAll": true,
"listLines": false,
"listLineAction": "toggle-folding",
"dndExperiment": false,
"previousRelease": "4.6.1"
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-outliner",
"name": "Outliner",
"version": "4.3.0",
"version": "4.6.1",
"minAppVersion": "1.0.0",
"description": "Work with your lists like in Workflowy or RoamResearch.",
"author": "Viacheslav Slinko",

View file

@ -69,3 +69,36 @@
.cm-indent::before {
content: none;
}
/* drag-n-drop */
.outliner-plugin-dragging-line {
background-color: hsla(var(--interactive-accent-hsl), 0.4);
}
.outliner-plugin-drop-zone {
width: 300px;
height: 4px;
background: var(--color-accent);
z-index: 999;
position: absolute;
pointer-events: none;
}
.outliner-plugin-drop-zone-before {
margin-top: -8px;
}
.outliner-plugin-drop-zone-after {
margin-top: -1px;
}
body.outliner-plugin-dnd:not(.outliner-plugin-dragging) .cm-formatting-list,
body.outliner-plugin-dnd:not(.outliner-plugin-dragging)
.cm-fold-indicator
.collapse-indicator {
cursor: grab !important;
}
html body.outliner-plugin-dnd.outliner-plugin-dragging {
cursor: grabbing !important;
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "omnisearch",
"name": "Omnisearch",
"version": "1.13.0",
"version": "1.14.0",
"minAppVersion": "1.0.0",
"description": "A search engine that just works",
"author": "Simon Cambier",

View file

@ -23,6 +23,10 @@
gap: 5px;
}
.omnisearch-result__title > span {
display: flex;
}
.omnisearch-result__folder-path {
font-size: 0.75rem;
align-items: center;

View file

@ -1,7 +1,7 @@
{
"name": "Prism",
"version": "3.2.1",
"minAppVersion": "1.1.9",
"version": "3.2.4",
"minAppVersion": "1.2.0",
"author": "Damian Korcz",
"authorUrl": "https://github.com/damiankorcz"
}

View file

@ -1,5 +1,5 @@
/*
Prism Theme for Obsidian.md (Version: 3.2.1)
Prism Theme for Obsidian.md (Version: 3.2.4)
> A Comprehensive, Highly-Customisable and Elegant Light/Dark Theme for Obsidian.md
Source: https://github.com/damiankorcz/Obsidian-Prism
@ -14,7 +14,8 @@
- JetBrains Mono - Distributed under the SIL Open Font License 1.1
(https://github.com/JetBrains/JetBrainsMono/blob/master/OFL.txt)
Theme Code is distributed under the MIT License. See https://github.com/damiankorcz/Obsidian-Prism/blob/main/LICENSE for more information.
Theme Code is distributed under the MIT License.
See https://github.com/damiankorcz/Obsidian-Prism/blob/main/LICENSE for more information.
Copyright (c) 2021-2022 Damian Korcz <https://github.com/damiankorcz>
*/
@ -430,7 +431,6 @@ body {
--checklist-done-color: var(--interactive-accent-tint);
--checkbox-border-color-hover: var(--interactive-accent-tint);
--blockquote-border-color: var(--window-border);
--blockquote-border-thickness: 4px;
--ribbon-background-collapsed: var(--background-secondary);
--titlebar-background-focused: var(--background-secondary);
--header-height: 41px;
@ -956,6 +956,8 @@ body.pt-titlebar-hide-text .titlebar .titlebar-text {
}
.workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-container .workspace-tab-header:not(.is-active) .workspace-tab-header-inner {
padding-top: 10px;
margin-left: -1px;
border-left: 1px solid var(--window-border);
}
.pt-tab-label-left-sidebar-left .workspace-split.mod-left-split .workspace-tab-header-container {
@ -1078,7 +1080,7 @@ body.pt-titlebar-hide-text .titlebar .titlebar-text {
min-height: unset;
}
:is(.pt-nav-header-left-sidebar-position-bottom .workspace-split.mod-left-split,
.pt-nav-header-right-sidebar-position-bottom .workspace-split.mod-right-split, .pt-nav-header-left-sidebar-position-bottom .workspace-drawer.mod-left, .pt-nav-header-right-sidebar-position-bottom .workspace-drawer.mod-right) :is(.nav-files-container, .workspace-leaf-content[data-type=tag] .tag-container, .workspace-leaf-content[data-type=backlink] .backlink-pane, .workspace-leaf-content[data-type=search] .search-results-children, .workspace-leaf-content[data-type=starred] .item-list, .workspace-leaf-content[data-type=dictionary-view] .contents, .workspace-leaf-content[data-type=dangling-links] .view-content .container) {
.pt-nav-header-right-sidebar-position-bottom .workspace-split.mod-right-split, .pt-nav-header-left-sidebar-position-bottom .workspace-drawer.mod-left, .pt-nav-header-right-sidebar-position-bottom .workspace-drawer.mod-right) :is(.nav-files-container, .workspace-leaf-content[data-type=tag] .tag-container, .workspace-leaf-content[data-type=backlink] .backlink-pane, .workspace-leaf-content[data-type=starred] .item-list, .workspace-leaf-content[data-type=dictionary-view] .contents, .workspace-leaf-content[data-type=dangling-links] .view-content .container, .workspace-leaf-content[data-type=bookmarks] .bookmarks-container) {
padding-bottom: calc(38px + 2 * var(--scroll-bar-size));
}
@ -1353,7 +1355,7 @@ body.is-mobile.theme-dark .prompt {
font-size: 14px;
font-weight: 600;
color: var(--interactive-accent-text);
content: "Prism 3.2.1";
content: "Prism 3.2.4";
border: 1px solid var(--window-border);
border-radius: var(--radius-s);
}
@ -1543,6 +1545,7 @@ img.community-theme-lightbox {
.community-modal-controls .setting-item:first-child {
padding-left: unset;
margin-bottom: unset;
margin-left: var(--size-4-2);
}
.community-modal-controls input {
width: 100%;
@ -1643,7 +1646,7 @@ select.dropdown {
background-color: white;
}
.theme-dark select.dropdown {
background-color: var(--background-primary);
background-color: var(--background-secondary-alt);
}
select.dropdown:hover {
border-color: var(--interactive-accent-tint);
@ -1693,6 +1696,10 @@ select.dropdown option[value*=grey] {
background-color: var(--color-grey-base);
}
.search-input-container::before {
left: var(--size-4-3);
}
body:not(.native-scrollbars) .kanban-plugin__scroll-container::-webkit-scrollbar,
body:not(.native-scrollbars) .prompt-results::-webkit-scrollbar,
body:not(.native-scrollbars) ::-webkit-scrollbar {
@ -1869,6 +1876,7 @@ body:not(.css-settings-manager) .workspace-split.mod-left-split::before {
}
.menu {
padding: var(--size-4-1);
background: var(--background-secondary);
border-color: var(--window-border);
box-shadow: var(--shadow-l);
@ -1953,6 +1961,7 @@ div.notice-container div.notice {
.nav-action-button.is-active,
.vertical-tab-nav-item.is-active,
.nav-file-title.is-active,
.tree-item-self.is-active,
.suggestion-hotkey,
.workspace-leaf div.workspace-leaf-content[data-type=file-tree-view] div.oz-nav-file.is-active,
.workspace-drawer.is-pinned .workspace-drawer-header-icon.mod-pin {
@ -1979,7 +1988,8 @@ button.mod-cta {
color: var(--highlight-text-normal);
}
:is(.pcr-button, button.mod-cta, button.mod-warning, .modal button:not(.mod-cta):not(.mod-warning), .graph-control-content button, .setting-hotkey, .flair.mod-pop, .community-item .flair, button.copy-code-button, .modal-setting-nav-bar .clickable-icon, .document-search-button, .side-dock-ribbon-action.is-active[aria-label="Start/stop recording"]) {
:is(.pcr-button, button.mod-cta, button.mod-warning, .modal button:not(.mod-cta):not(.mod-warning), .graph-control-content button, .setting-hotkey, .flair.mod-pop, .community-item .flair, button.copy-code-button, .modal-setting-nav-bar .clickable-icon, .document-search-button, .side-dock-ribbon-action.is-active[aria-label="Start/stop recording"]),
.clickable-icon[aria-label="Search settings"] {
border: var(--accent-border-width) solid;
border-radius: var(--radius-s);
}
@ -2003,15 +2013,21 @@ button.mod-cta {
color: var(--interactive-accent-hover);
}
.clickable-icon[aria-label="Search settings"] {
border-color: transparent;
}
:is(.theme-dark.pt-accent-style-plain-dt, .theme-light.pt-accent-style-plain-lt) .workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-container .workspace-tab-header.is-active,
:is(.theme-dark.pt-accent-style-plain-dt, .theme-light.pt-accent-style-plain-lt) .workspace-tab-header.is-active,
:is(.theme-dark.pt-accent-style-plain-dt, .theme-light.pt-accent-style-plain-lt) .nav-action-button.is-active,
:is(.theme-dark.pt-accent-style-plain-dt, .theme-light.pt-accent-style-plain-lt) .vertical-tab-nav-item.is-active,
:is(.theme-dark.pt-accent-style-plain-dt, .theme-light.pt-accent-style-plain-lt) .nav-file-title.is-active,
:is(.theme-dark.pt-accent-style-plain-dt, .theme-light.pt-accent-style-plain-lt) .tree-item-self.is-active,
:is(.theme-dark.pt-accent-style-plain-dt, .theme-light.pt-accent-style-plain-lt) .suggestion-hotkey,
:is(.theme-dark.pt-accent-style-plain-dt, .theme-light.pt-accent-style-plain-lt) .workspace-leaf div.workspace-leaf-content[data-type=file-tree-view] div.oz-nav-file.is-active,
:is(.theme-dark.pt-accent-style-plain-dt, .theme-light.pt-accent-style-plain-lt) .workspace-drawer.is-pinned .workspace-drawer-header-icon.mod-pin,
:is(.theme-dark.pt-accent-style-plain-dt, .theme-light.pt-accent-style-plain-lt) .canvas-help .setting-hotkey {
:is(.theme-dark.pt-accent-style-plain-dt, .theme-light.pt-accent-style-plain-lt) .canvas-help .setting-hotkey,
:is(.theme-dark.pt-accent-style-plain-dt, .theme-light.pt-accent-style-plain-lt) .clickable-icon[aria-label="Search settings"].is-active {
background-color: var(--background-primary);
border-color: var(--window-border);
}
@ -2096,10 +2112,12 @@ button.mod-cta {
:is(.theme-dark.pt-accent-style-border-dt, .theme-light.pt-accent-style-border-lt) .nav-action-button.is-active,
:is(.theme-dark.pt-accent-style-border-dt, .theme-light.pt-accent-style-border-lt) .vertical-tab-nav-item.is-active,
:is(.theme-dark.pt-accent-style-border-dt, .theme-light.pt-accent-style-border-lt) .nav-file-title.is-active,
:is(.theme-dark.pt-accent-style-border-dt, .theme-light.pt-accent-style-border-lt) .tree-item-self.is-active,
:is(.theme-dark.pt-accent-style-border-dt, .theme-light.pt-accent-style-border-lt) .suggestion-hotkey,
:is(.theme-dark.pt-accent-style-border-dt, .theme-light.pt-accent-style-border-lt) .workspace-leaf div.workspace-leaf-content[data-type=file-tree-view] div.oz-nav-file.is-active,
:is(.theme-dark.pt-accent-style-border-dt, .theme-light.pt-accent-style-border-lt) .workspace-drawer.is-pinned .workspace-drawer-header-icon.mod-pin,
:is(.theme-dark.pt-accent-style-border-dt, .theme-light.pt-accent-style-border-lt) .canvas-help .setting-hotkey {
:is(.theme-dark.pt-accent-style-border-dt, .theme-light.pt-accent-style-border-lt) .canvas-help .setting-hotkey,
:is(.theme-dark.pt-accent-style-border-dt, .theme-light.pt-accent-style-border-lt) .clickable-icon[aria-label="Search settings"].is-active {
background-color: var(--background-primary);
border-color: var(--interactive-accent-tint);
}
@ -2190,10 +2208,12 @@ button.mod-cta {
:is(.theme-dark.pt-accent-style-filled-dt, .theme-light.pt-accent-style-filled-lt) .nav-action-button.is-active,
:is(.theme-dark.pt-accent-style-filled-dt, .theme-light.pt-accent-style-filled-lt) .vertical-tab-nav-item.is-active,
:is(.theme-dark.pt-accent-style-filled-dt, .theme-light.pt-accent-style-filled-lt) .nav-file-title.is-active,
:is(.theme-dark.pt-accent-style-filled-dt, .theme-light.pt-accent-style-filled-lt) .tree-item-self.is-active,
:is(.theme-dark.pt-accent-style-filled-dt, .theme-light.pt-accent-style-filled-lt) .suggestion-hotkey,
:is(.theme-dark.pt-accent-style-filled-dt, .theme-light.pt-accent-style-filled-lt) .workspace-leaf div.workspace-leaf-content[data-type=file-tree-view] div.oz-nav-file.is-active,
:is(.theme-dark.pt-accent-style-filled-dt, .theme-light.pt-accent-style-filled-lt) .workspace-drawer.is-pinned .workspace-drawer-header-icon.mod-pin,
:is(.theme-dark.pt-accent-style-filled-dt, .theme-light.pt-accent-style-filled-lt) .canvas-help .setting-hotkey {
:is(.theme-dark.pt-accent-style-filled-dt, .theme-light.pt-accent-style-filled-lt) .canvas-help .setting-hotkey,
:is(.theme-dark.pt-accent-style-filled-dt, .theme-light.pt-accent-style-filled-lt) .clickable-icon[aria-label="Search settings"].is-active {
background-color: var(--interactive-accent-base);
border-color: transparent;
}
@ -2283,10 +2303,12 @@ button.mod-cta {
:is(.theme-dark.pt-accent-style-borderandfilled-dt, .theme-light.pt-accent-style-borderandfilled-lt) .nav-action-button.is-active,
:is(.theme-dark.pt-accent-style-borderandfilled-dt, .theme-light.pt-accent-style-borderandfilled-lt) .vertical-tab-nav-item.is-active,
:is(.theme-dark.pt-accent-style-borderandfilled-dt, .theme-light.pt-accent-style-borderandfilled-lt) .nav-file-title.is-active,
:is(.theme-dark.pt-accent-style-borderandfilled-dt, .theme-light.pt-accent-style-borderandfilled-lt) .tree-item-self.is-active,
:is(.theme-dark.pt-accent-style-borderandfilled-dt, .theme-light.pt-accent-style-borderandfilled-lt) .suggestion-hotkey,
:is(.theme-dark.pt-accent-style-borderandfilled-dt, .theme-light.pt-accent-style-borderandfilled-lt) .workspace-leaf div.workspace-leaf-content[data-type=file-tree-view] div.oz-nav-file.is-active,
:is(.theme-dark.pt-accent-style-borderandfilled-dt, .theme-light.pt-accent-style-borderandfilled-lt) .workspace-drawer.is-pinned .workspace-drawer-header-icon.mod-pin,
:is(.theme-dark.pt-accent-style-borderandfilled-dt, .theme-light.pt-accent-style-borderandfilled-lt) .canvas-help .setting-hotkey {
:is(.theme-dark.pt-accent-style-borderandfilled-dt, .theme-light.pt-accent-style-borderandfilled-lt) .canvas-help .setting-hotkey,
:is(.theme-dark.pt-accent-style-borderandfilled-dt, .theme-light.pt-accent-style-borderandfilled-lt) .clickable-icon[aria-label="Search settings"].is-active {
background-color: var(--interactive-accent-base);
border-color: var(--interactive-accent-tint);
}
@ -2529,6 +2551,9 @@ a.tag:hover {
.theme-dark .code-block-flair {
background-color: var(--background-secondary);
}
.markdown-source-view.mod-cm6 .code-block-flair {
padding: 0 var(--size-4-2);
}
:is(.markdown-source-view.mod-cm6.is-live-preview .cm-content .HyperMD-quote, .markdown-rendered blockquote) {
padding: var(--size-4-2) var(--size-4-4);
@ -2540,10 +2565,6 @@ a.tag:hover {
background-color: var(--background-secondary);
}
.markdown-source-view.mod-cm6.is-live-preview .cm-content .HyperMD-quote {
padding-left: var(--size-4-6) !important;
}
:is(.theme-light.pt-highlight-text-color-lt, .theme-dark.pt-highlight-text-color-dt) span.cm-link {
color: var(--link-external-color);
}
@ -2648,6 +2669,13 @@ ul > li.task-list-item .task-list-item-checkbox {
border-bottom: 1px solid var(--window-border);
}
.internal-embed.internal-embed.canvas-embed, .internal-embed.pdf-embed {
border: 1px solid var(--window-border);
}
.internal-embed .markdown-embed-content {
padding: var(--size-4-4);
}
.file-embed.mod-empty {
border: 1px solid var(--window-border);
border-radius: var(--radius-s);
@ -3271,7 +3299,10 @@ input.prompt-input:hover, input.prompt-input:focus, input.prompt-input:focus-vis
padding-left: unset;
}
.workspace-leaf-content[data-type=file-explorer] .nav-folder.mod-root > .nav-folder-children {
padding: var(--size-4-1);
padding: 0 var(--size-4-1);
}
.workspace-leaf-content[data-type=file-explorer] .tree-item .tree-item-self {
padding-left: var(--size-4-2);
}
.nav-folder.mod-root .nav-folder > .nav-folder-children {
@ -3310,7 +3341,9 @@ input.prompt-input:hover, input.prompt-input:focus, input.prompt-input:focus-vis
body:not(.is-grabbing) .nav-folder-title:hover .collapse-icon svg.svg-icon {
color: var(--nav-item-color-hover);
}
body:not(.is-grabbing) .item-list .nav-file-title:hover .nav-file-icon {
color: var(--interactive-accent-text);
}
body:not(.is-grabbing) .nav-file-title.is-active:hover,
body:not(.is-grabbing) .nav-folder-title.is-active:hover {
color: var(--interactive-accent-hover);
@ -3384,6 +3417,9 @@ body:not(.is-grabbing) .nav-folder-title.is-being-dragged,
.pt-file-explorer-folder-icon.pt-file-explorer-folder-icon-active .nav-folder.is-collapsed .collapse-icon svg.svg-icon, .pt-file-explorer-folder-icon.pt-file-explorer-folder-icon-default .nav-folder.is-collapsed .collapse-icon svg.svg-icon {
background-color: var(--text-muted);
}
.pt-file-explorer-folder-icon.pt-file-explorer-folder-icon-active .nav-folder.is-collapsed:hover .collapse-icon svg.svg-icon, .pt-file-explorer-folder-icon.pt-file-explorer-folder-icon-default .nav-folder.is-collapsed:hover .collapse-icon svg.svg-icon {
background-color: var(--interactive-accent-text);
}
.pt-file-explorer-folder-icon.pt-file-explorer-folder-icon-accent .nav-folder.is-collapsed .collapse-icon svg.svg-icon {
background-color: var(--interactive-accent-text);
}
@ -3496,26 +3532,34 @@ body:not(.is-grabbing) .nav-folder-title.is-being-dragged,
margin-left: var(--file-explorer-left-margin);
}
.nav-header ~ .search-input-container {
width: 100%;
height: var(--header-height);
.search-result-container {
padding: var(--size-4-1);
}
.search-row {
padding: var(--size-4-1);
margin: unset;
background-color: var(--background-secondary);
border-bottom: 1px solid var(--window-border);
}
.workspace-drawer .nav-header ~ .search-input-container {
width: 100%;
height: unset;
.search-info-container {
background-color: var(--background-secondary);
}
.search-input-container input {
width: -webkit-fill-available;
width: fill-available;
margin: var(--size-4-1);
.search-params {
padding: var(--size-4-1) var(--size-4-4);
margin: unset;
margin-top: -1px;
background-color: var(--background-secondary);
border-bottom: 1px solid var(--window-border);
}
.search-result-container {
padding: var(--size-4-1);
.search-results-info {
padding: var(--size-4-1) var(--size-4-2) var(--size-4-2) var(--size-4-2);
margin: unset;
margin-top: -1px;
background-color: var(--background-secondary);
}
.search-result-file-matched-text {
@ -3536,28 +3580,12 @@ body:not(.is-grabbing) .nav-folder-title.is-being-dragged,
background-color: var(--background-secondary-alt);
}
.search-result-hover-button {
padding: var(--size-2-1);
}
.search-result-hover-button svg.svg-icon {
width: 14px;
height: 14px;
}
.search-result-file-match-replace-button {
padding: 0 var(--size-4-1);
}
.internal-query .search-result-container {
padding: var(--size-4-2) var(--size-4-1);
background-color: unset;
border-radius: unset;
}
.search-input-container::before {
left: var(--size-4-4);
}
.suggestion-container.mod-search-suggestion {
background-color: unset;
border-radius: unset;
@ -3604,7 +3632,7 @@ body:not(.is-grabbing) .nav-folder-title.is-being-dragged,
padding-left: var(--size-4-1);
}
.workspace-leaf-content[data-type=starred] .nav-file-icon {
padding-right: var(--size-4-2);
padding-right: var(--size-4-1);
margin: unset;
}
@ -3909,6 +3937,31 @@ body.theme-dark {
transform: translateX(4px);
}
.workspace-leaf-content[data-type=bookmarks] .bookmarks-container {
flex-grow: 1;
padding-top: var(--size-4-1);
padding-right: var(--size-4-1);
padding-left: var(--size-4-1);
overflow-y: auto;
}
.workspace-leaf-content[data-type=bookmarks] .tree-item-icon {
width: unset;
padding-right: var(--size-4-1);
}
.workspace-leaf-content[data-type=bookmarks] .view-content {
padding: var(--size-4-1);
}
body:not(.is-grabbing) .workspace-leaf-content[data-type=bookmarks] .tree-item-self.is-active .tree-item-icon {
color: var(--interactive-accent-text);
}
body:not(.is-grabbing) .workspace-leaf-content[data-type=bookmarks] .tree-item-self.is-active:hover {
color: var(--interactive-accent-hover);
}
body:not(.is-grabbing) .workspace-leaf-content[data-type=bookmarks] .tree-item-self.is-active.is-clickable:hover svg {
color: var(--interactive-accent-hover);
}
.pt-custom-vault-banner .nav-folder-title[data-path="/"] {
align-items: center;
min-width: -webkit-fill-available;
@ -3930,11 +3983,12 @@ body.theme-dark {
color: var(--nav-item-color-hover);
background-color: var(--nav-item-background-hover);
}
.pt-custom-vault-banner .nav-folder-title[data-path="/"] .nav-folder-collapse-indicator {
.pt-custom-vault-banner .nav-folder-title[data-path="/"]::before {
display: block;
width: 28px;
height: 28px;
margin: 6px;
content: "";
background-image: var(--custom-vault-banner-icon-url);
background-repeat: no-repeat;
background-position: center;
@ -4235,7 +4289,7 @@ body:not(.is-mobile) div.workspace-leaf-content[data-type=style-settings] .view-
}
.setting-item.style-settings-info-text[data-id=theme-info-buttons] .styleSettingsButtonEmoji,
.setting-item.style-settings-info-text[data-id=support-buttons] .styleSettingsButtonEmoji {
margin-right: var(--size-4-2);
margin-right: var(--size-4-1);
font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "EmojiOne Color", "Android Emoji", sans-serif;
}
@ -4252,7 +4306,7 @@ body:not(.is-mobile) div.workspace-leaf-content[data-type=style-settings] .view-
.styleSettingsButton a {
width: 100%;
height: 100%;
padding: var(--size-4-1) var(--size-4-3);
padding: var(--size-4-1) var(--size-4-3) var(--size-4-1) var(--size-4-2);
text-decoration-line: unset;
vertical-align: baseline;
}
@ -4845,6 +4899,12 @@ div#cMenuModalBar.cMenuGlassAesthetic {
background-color: unset;
border-radius: var(--radius-m);
}
.workspace-leaf-content[data-type=quiet-outline] .n-button:hover {
background-color: var(--interactive-accent-base);
}
.workspace-leaf-content[data-type=quiet-outline] .n-button:hover .n-button__icon svg {
color: var(--interactive-accent-text) !important;
}
.workspace-leaf-content[data-type=quiet-outline] .n-button .n-button__icon svg {
display: flex;
align-items: center;
@ -4863,7 +4923,7 @@ div#cMenuModalBar.cMenuGlassAesthetic {
background: var(--background-primary);
}
.theme-dark .workspace-leaf-content[data-type=quiet-outline] .n-input {
background: var(--background-secondary);
background: var(--background-secondary-alt);
}
.workspace-leaf-content[data-type=quiet-outline] .n-input .n-input__border {
border: 1px solid var(--window-border);
@ -4881,6 +4941,9 @@ div#cMenuModalBar.cMenuGlassAesthetic {
.workspace-leaf-content[data-type=quiet-outline] .n-input .n-input__input input::placeholder {
color: var(--text-faint);
}
.workspace-leaf-content[data-type=quiet-outline] .n-input .n-input__input-el {
height: 32px;
}
.workspace-leaf-content[data-type=quiet-outline] .n-slider {
padding: var(--size-4-4);
margin: unset !important;
@ -4888,7 +4951,7 @@ div#cMenuModalBar.cMenuGlassAesthetic {
border-bottom: 1px solid var(--window-border);
}
.workspace-leaf-content[data-type=quiet-outline] .n-slider .n-slider-rail {
background-color: var(--background-secondary-alt);
background-color: var(--background-secondary);
border: 1px solid var(--window-border);
}
.workspace-leaf-content[data-type=quiet-outline] .n-slider .n-slider-rail .n-slider-rail__fill {
@ -4898,6 +4961,10 @@ div#cMenuModalBar.cMenuGlassAesthetic {
background-color: var(--background-primary);
border: 2px solid var(--window-border);
}
.workspace-leaf-content[data-type=quiet-outline] .n-slider .n-slider-dots .n-slider-dot:hover {
background-color: var(--interactive-accent-base);
border-color: var(--interactive-accent-text);
}
.workspace-leaf-content[data-type=quiet-outline] .n-slider .n-slider-dots .n-slider-dot.n-slider-dot--active {
border: 2px solid var(--interactive-accent-text);
}
@ -4906,10 +4973,6 @@ div#cMenuModalBar.cMenuGlassAesthetic {
border: 2px solid var(--interactive-accent-tint);
}
.n-tree .n-tree-node {
height: 23px;
}
.n-slider-handle-indicator {
border: 1px solid var(--window-border);
border-radius: var(--radius-m);
@ -4921,6 +4984,9 @@ div#cMenuModalBar.cMenuGlassAesthetic {
background: var(--background-secondary-alt);
}
.quiet-outline {
padding-bottom: unset;
}
.quiet-outline .n-tree-node-indent {
flex: 0 0 12px !important;
}
@ -4933,6 +4999,9 @@ div#cMenuModalBar.cMenuGlassAesthetic {
.quiet-outline .n-tree {
padding: var(--size-4-1);
}
.quiet-outline .n-tree .n-tree-node.n-tree-node--highlight .n-tree-node-content .n-tree-node-content__text {
border-bottom: unset;
}
.quiet-outline .level-2 .n-tree-node-indent,
.quiet-outline .level-3 .n-tree-node-indent:first-child,
.quiet-outline .level-4 .n-tree-node-indent:first-child,
@ -4958,6 +5027,14 @@ div#cMenuModalBar.cMenuGlassAesthetic {
.quiet-outline .level-6 .n-tree-node-indent {
border-right: 1px solid var(--color-purple-tint);
}
.quiet-outline code {
z-index: 10;
padding: var(--size-4-1) var(--size-4-2);
margin-top: -1px;
background-color: var(--background-secondary);
border-bottom: 1px solid var(--window-border);
border-radius: unset;
}
.status-bar-item.left-region {
padding: unset;
@ -5349,9 +5426,11 @@ body:not(.is-frameless):not(.qe-hide-breadcrumbs) .status-bar {
}
.settings-search-container .settings-search-input {
padding: unset;
margin: var(--size-4-1);
}
.settings-search-container .search-input-container::before {
top: calc((var(--input-height) - var(--search-icon-size)) / 2);
left: var(--size-4-3);
}
.settings-search-container .vertical-tab-nav-item {
border: unset;
@ -8661,7 +8740,6 @@ settings:
description: This option removes the title from pinned tabs and adds back the default file icon for the markdown files. Helps reduce the horizontal space wasted by pinned tabs. You can still see the title when you hover over the icon. NOTE - This option requires Installer Version 1.1.9+ due to use of CSS `has()`. Also, might not work on certain Mobile clients.
default: false
type: class-toggle
-
id: theme-info
title: Theme Info
@ -8689,13 +8767,8 @@ settings:
-
id: prism-theme
title: Prism Theme Class
type: class-select
allowEmpty: false
default: prism-theme
options:
-
label: Prism theme
value: prism-theme
type: class-toggle
default: true
*/
/* @plugins
core: