vault backup: 2025-02-21 15:27:04

This commit is contained in:
2025-02-21 15:27:04 +08:00
parent a3bcf83819
commit 63f81386a9
32 changed files with 3033 additions and 16036 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,11 +1,11 @@
{
"id": "obsidian-quiet-outline",
"name": "Quiet Outline",
"version": "0.3.36",
"version": "0.3.40",
"minAppVersion": "0.15.6",
"description": "Make outline quiet and more powerful, including no-auto-expand, rendering heading as markdown, and search support.",
"author": "the_tree",
"authorUrl": "",
"fundingUrl": "https://www.buymeacoffee.com/thtree",
"isDesktopOnly": false
}
}

View File

@@ -102,8 +102,11 @@
.n-tree.n-tree--block-line .n-tree-node:not(.n-tree-node--disabled).n-tree-node--selected {
background-color: transparent !important;
}
.mod-left-split .view-content:has(.quiet-outline) {
padding-bottom: 12px;
.view-content:has(.quiet-outline) {
padding-bottom: 0px;
}
.quiet-outline .n-tree.n-tree--block-node.n-tree--block-line {
padding-bottom: var(--size-4-8);
}
.quiet-outline {
height: 100%;
@@ -125,6 +128,9 @@
.canvas-node .markdown-embed-content .is-flashing {
mix-blend-mode: normal;
}
.quiet-outline .n-tree .n-tree-node-content :is(p, h1, h2, h3, h4, h5) {
unicode-bidi: plaintext;
}
/* main.css */
.quiet-outline .n-tree .n-tree-node-indent {