vault backup: 2026-05-29 12:38:37
This commit is contained in:
Vendored
+4
-1
@@ -1 +1,4 @@
|
|||||||
{}
|
{
|
||||||
|
"cssTheme": "Composer",
|
||||||
|
"accentColor": "#caa463"
|
||||||
|
}
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Composer",
|
"name": "Composer",
|
||||||
"version": "0.3.0",
|
"version": "0.6.0",
|
||||||
"minAppVersion": "1.0.0",
|
"minAppVersion": "1.0.0",
|
||||||
"author": "vran",
|
"author": "vran",
|
||||||
"authorUrl": "https://github.com/vran-dev"
|
"authorUrl": "https://github.com/vran-dev"
|
||||||
|
|||||||
Vendored
+58
-2
@@ -364,6 +364,11 @@ settings:
|
|||||||
max: 10
|
max: 10
|
||||||
step: 1
|
step: 1
|
||||||
format: px
|
format: px
|
||||||
|
- id: composer--DisableDesktopViewHeaderTitleParent
|
||||||
|
title: Toggle Desktop View Header Title Parent
|
||||||
|
title.zh: 桌面端视图标题路径折叠
|
||||||
|
type: class-toggle
|
||||||
|
default: true
|
||||||
- id: nav-file-settings
|
- id: nav-file-settings
|
||||||
title: Nav File Settings
|
title: Nav File Settings
|
||||||
title.zh: 导航文件
|
title.zh: 导航文件
|
||||||
@@ -753,6 +758,11 @@ body {
|
|||||||
--outline-collapsed-icon-opacity: 1;
|
--outline-collapsed-icon-opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.is-phone {
|
||||||
|
--vault-profile-order: 0;
|
||||||
|
--nav-item-parent-padding: var(--size-4-2) var(--size-4-2) var(--size-4-2) var(--size-4-8);
|
||||||
|
}
|
||||||
|
|
||||||
/* body {
|
/* body {
|
||||||
--ribbon-background-collapsed: transparent;
|
--ribbon-background-collapsed: transparent;
|
||||||
--mod-left-ribbon-background: transparent;
|
--mod-left-ribbon-background: transparent;
|
||||||
@@ -2224,6 +2234,38 @@ body:not(.is-phone) .workspace-tab-container {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body:not(.is-mobile) .workspace-leaf-content .view-content {
|
||||||
|
padding: var(--size-4-3) var(--size-4-3) var(--size-4-1);
|
||||||
|
padding-bottom: max(var(--safe-area-inset-bottom), var(--size-4-1));
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hide drawer tab options only when keyboard height exists and is not 0px */
|
||||||
|
html[style*="--keyboard-height"]:not([style*="--keyboard-height: 0px"]):not([style*="--keyboard-height:0px"]) body.is-phone .workspace-drawer-tab-options,
|
||||||
|
html[style*="--keyboard-height"]:not([style*="--keyboard-height: 0px"]):not([style*="--keyboard-height:0px"]) body.is-phone .workspace-drawer-header
|
||||||
|
{
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* optimize side panel layout in phone */
|
||||||
|
.is-mobile.is-floating-nav.is-phone
|
||||||
|
.workspace-drawer
|
||||||
|
.workspace-leaf-content
|
||||||
|
.nav-header
|
||||||
|
~ div:last-child {
|
||||||
|
padding-bottom: var(--size-4-2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-phone .workspace-drawer .nav-buttons-container {
|
||||||
|
position: initial;
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-phone .workspace-drawer-tab-select .workspace-tab-header-inner {
|
||||||
|
background-color: rgba(0, 0, 0, 0.03);
|
||||||
|
color: var(--text-muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Root tab */
|
/* Root tab */
|
||||||
.workspace .mod-root {
|
.workspace .mod-root {
|
||||||
background-color: var(--mod-root-background);
|
background-color: var(--mod-root-background);
|
||||||
@@ -2398,13 +2440,13 @@ body:not(.is-mobile)
|
|||||||
|
|
||||||
/* markdown */
|
/* markdown */
|
||||||
/* file header title */
|
/* file header title */
|
||||||
body:not(.is-phone) .view-header-title-parent {
|
body:not(.is-phone).composer--ToggleDesktopViewHeaderTitleParent .view-header-title-parent {
|
||||||
width: 0;
|
width: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
body:not(.is-phone)
|
body:not(.is-phone).composer--ToggleDesktopViewHeaderTitleParent
|
||||||
.view-header-title-container:hover
|
.view-header-title-container:hover
|
||||||
.view-header-title-parent {
|
.view-header-title-parent {
|
||||||
width: auto;
|
width: auto;
|
||||||
@@ -2793,6 +2835,20 @@ body:not(.composer--DisableFileFolderIcon)
|
|||||||
/* ====== Basic UI Component ====== */
|
/* ====== Basic UI Component ====== */
|
||||||
|
|
||||||
/* ====== Third Plugin integration ====== */
|
/* ====== Third Plugin integration ====== */
|
||||||
|
|
||||||
|
/* notebook navigator */
|
||||||
|
.notebook-navigator {
|
||||||
|
--nn-theme-list-bg: transparent;
|
||||||
|
--nn-theme-nav-bg: transparent;
|
||||||
|
--nn-theme-divider-border-color: transparent;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nn-calendar-right-sidebar {
|
||||||
|
--nn-calendar-right-sidebar-bg: transparent;
|
||||||
|
--nn-theme-calendar-weekend-bg: var(--background-modifier-hover);
|
||||||
|
}
|
||||||
|
|
||||||
/* note toolbar */
|
/* note toolbar */
|
||||||
.cg-note-toolbar-callout {
|
.cg-note-toolbar-callout {
|
||||||
--link-external-color: transparent;
|
--link-external-color: transparent;
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Minimal",
|
"name": "Minimal",
|
||||||
"version": "7.7.18",
|
"version": "8.2.1",
|
||||||
"minAppVersion": "1.6.1",
|
"minAppVersion": "1.9.0",
|
||||||
"author": "@kepano",
|
"author": "@kepano",
|
||||||
"authorUrl": "https://twitter.com/kepano",
|
"authorUrl": "https://twitter.com/kepano",
|
||||||
"fundingUrl": "https://www.buymeacoffee.com/kepano"
|
"fundingUrl": "https://www.buymeacoffee.com/kepano"
|
||||||
|
|||||||
Vendored
+6583
-14
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Things",
|
"name": "Things",
|
||||||
"version": "2.1.20",
|
"version": "2.2.3",
|
||||||
"minAppVersion": "1.0.0",
|
"minAppVersion": "1.0.0",
|
||||||
"author": "@colineckert",
|
"author": "@colineckert",
|
||||||
"authorUrl": "https://twitter.com/colineckert"
|
"authorUrl": "https://twitter.com/colineckert"
|
||||||
|
|||||||
Vendored
+512
-207
File diff suppressed because it is too large
Load Diff
Vendored
+7
-23
@@ -4,33 +4,17 @@
|
|||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "2bf5470bcced4403",
|
"id": "04a61ce92eed7029",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "b83ca5af2d753877",
|
"id": "eaa2a2c13d90315c",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "release-notes",
|
"type": "empty",
|
||||||
"state": {
|
"state": {},
|
||||||
"currentVersion": "1.13.0"
|
"icon": "lucide-file",
|
||||||
},
|
"title": "新标签页"
|
||||||
"icon": "lucide-book-up",
|
|
||||||
"title": "版本说明 1.13.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "2e41fac2de1c20cb",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "webviewer",
|
|
||||||
"state": {
|
|
||||||
"url": "https://obsidian.md/changelog",
|
|
||||||
"title": "obsidian.md/changelog",
|
|
||||||
"mode": "error"
|
|
||||||
},
|
|
||||||
"icon": "globe-2",
|
|
||||||
"title": "obsidian.md/changelog"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -222,7 +206,7 @@
|
|||||||
"obsidian-excalidraw-plugin:新建绘图文件": false
|
"obsidian-excalidraw-plugin:新建绘图文件": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "b83ca5af2d753877",
|
"active": "eaa2a2c13d90315c",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"FleetingNotes/其他项目/量化工具/缠论研习社/外部接口.md",
|
"FleetingNotes/其他项目/量化工具/缠论研习社/外部接口.md",
|
||||||
"FleetingNotes/用工管理平台/需求/Drawing 2026-05-28 10.05.31.excalidraw.md",
|
"FleetingNotes/用工管理平台/需求/Drawing 2026-05-28 10.05.31.excalidraw.md",
|
||||||
|
|||||||
Reference in New Issue
Block a user