Update Plugins
This commit is contained in:
parent
b350a66996
commit
dfed6928b5
30 changed files with 14176 additions and 10114 deletions
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
|
@ -3,6 +3,5 @@
|
|||
"folder-notes",
|
||||
"homepage",
|
||||
"obsidian-style-settings",
|
||||
"lazy-plugins",
|
||||
"iconic"
|
||||
"lazy-plugins"
|
||||
]
|
3
.obsidian/core-plugins.json
vendored
3
.obsidian/core-plugins.json
vendored
|
@ -26,5 +26,6 @@
|
|||
"workspaces": false,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": false
|
||||
"sync": false,
|
||||
"webviewer": false
|
||||
}
|
217
.obsidian/plugins/dataview/main.js
vendored
217
.obsidian/plugins/dataview/main.js
vendored
File diff suppressed because one or more lines are too long
2
.obsidian/plugins/dataview/manifest.json
vendored
2
.obsidian/plugins/dataview/manifest.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "dataview",
|
||||
"name": "Dataview",
|
||||
"version": "0.5.67",
|
||||
"version": "0.5.68",
|
||||
"minAppVersion": "0.13.11",
|
||||
"description": "Complex data views for the data-obsessed.",
|
||||
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
||||
|
|
11
.obsidian/plugins/dataview/styles.css
vendored
11
.obsidian/plugins/dataview/styles.css
vendored
|
@ -1,8 +1,3 @@
|
|||
/** Live Preview padding fixes, specifically for DataviewJS custom HTML elements. */
|
||||
.is-live-preview .block-language-dataviewjs > p, .is-live-preview .block-language-dataviewjs > span {
|
||||
line-height: 1.0;
|
||||
}
|
||||
|
||||
.block-language-dataview {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
@ -74,7 +69,7 @@
|
|||
padding-right: 8px;
|
||||
font-family: var(--font-monospace);
|
||||
background-color: var(--background-primary-alt);
|
||||
color: var(--text-nav-selected);
|
||||
color: var(--nav-item-color-selected);
|
||||
}
|
||||
|
||||
.dataview.inline-field-value {
|
||||
|
@ -82,7 +77,7 @@
|
|||
padding-right: 8px;
|
||||
font-family: var(--font-monospace);
|
||||
background-color: var(--background-secondary-alt);
|
||||
color: var(--text-nav-selected);
|
||||
color: var(--nav-item-color-selected);
|
||||
}
|
||||
|
||||
.dataview.inline-field-standalone-value {
|
||||
|
@ -90,7 +85,7 @@
|
|||
padding-right: 8px;
|
||||
font-family: var(--font-monospace);
|
||||
background-color: var(--background-secondary-alt);
|
||||
color: var(--text-nav-selected);
|
||||
color: var(--nav-item-color-selected);
|
||||
}
|
||||
|
||||
/***************/
|
||||
|
|
2
.obsidian/plugins/dynamic-outline/main.js
vendored
2
.obsidian/plugins/dynamic-outline/main.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
"id": "dynamic-outline",
|
||||
"name": "Dynamic Outline",
|
||||
"version": "1.2.0",
|
||||
"version": "1.19.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Adds a customizable GitHub-like floating table of contents.",
|
||||
"author": "theopavlove",
|
||||
"authorUrl": "https://github.com/theopavlove",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/theopavlove",
|
||||
"isDesktopOnly": false
|
||||
}
|
1161
.obsidian/plugins/dynamic-outline/styles.css
vendored
1161
.obsidian/plugins/dynamic-outline/styles.css
vendored
File diff suppressed because it is too large
Load diff
27
.obsidian/plugins/folder-notes/data.json
vendored
27
.obsidian/plugins/folder-notes/data.json
vendored
|
@ -5,6 +5,9 @@
|
|||
"hideFolderNote": true,
|
||||
"templatePath": "",
|
||||
"autoCreate": false,
|
||||
"autoCreateFocusFiles": true,
|
||||
"autoCreateForAttachmentFolder": false,
|
||||
"autoCreateForFiles": false,
|
||||
"enableCollapsing": true,
|
||||
"excludeFolders": [],
|
||||
"whitelistFolders": [],
|
||||
|
@ -14,6 +17,8 @@
|
|||
"underlineFolderInPath": true,
|
||||
"openFolderNoteOnClickInPath": true,
|
||||
"openInNewTab": false,
|
||||
"focusExistingTab": false,
|
||||
"oldFolderNoteName": "{{folder_name}}",
|
||||
"folderNoteName": "{{folder_name}}",
|
||||
"folderNoteType": ".md",
|
||||
"disableFolderHighlighting": false,
|
||||
|
@ -41,7 +46,14 @@
|
|||
"onlyIncludeSubfolders": false,
|
||||
"storeFolderCondition": true,
|
||||
"showFolderNotes": false,
|
||||
"disableCollapseIcon": true
|
||||
"disableCollapseIcon": true,
|
||||
"alwaysCollapse": false,
|
||||
"autoSync": true,
|
||||
"allowDragAndDrop": true,
|
||||
"hideLinkList": true,
|
||||
"hideFolderOverview": false,
|
||||
"useActualLinks": false,
|
||||
"fmtpIntegration": false
|
||||
},
|
||||
"useSubmenus": true,
|
||||
"syncMove": true,
|
||||
|
@ -90,7 +102,18 @@
|
|||
"hideInSettings": false
|
||||
},
|
||||
"hideCollapsingIcon": true,
|
||||
"hideCollapsingIconForEmptyFolders": false,
|
||||
"tabManagerEnabled": true,
|
||||
"ignoreAttachmentFolder": true,
|
||||
"deleteFilesAction": "trash"
|
||||
"deleteFilesAction": "trash",
|
||||
"openSidebar": {
|
||||
"mobile": false,
|
||||
"desktop": true
|
||||
},
|
||||
"highlightFolder": true,
|
||||
"persistentSettingsTab": {
|
||||
"afterRestart": true,
|
||||
"afterChangingTab": true
|
||||
},
|
||||
"firstTimeInsertOverview": true
|
||||
}
|
5699
.obsidian/plugins/folder-notes/main.js
vendored
5699
.obsidian/plugins/folder-notes/main.js
vendored
File diff suppressed because it is too large
Load diff
2
.obsidian/plugins/folder-notes/manifest.json
vendored
2
.obsidian/plugins/folder-notes/manifest.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "folder-notes",
|
||||
"name": "Folder notes",
|
||||
"version": "1.7.35",
|
||||
"version": "1.8.15",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.",
|
||||
"author": "Lost Paul",
|
||||
|
|
270
.obsidian/plugins/folder-notes/styles.css
vendored
270
.obsidian/plugins/folder-notes/styles.css
vendored
|
@ -1,34 +1,26 @@
|
|||
.fn-whitespace-stop-collapsing .nav-folder-title-content {
|
||||
flex-grow: 1 !important;
|
||||
display: flex;
|
||||
padding-bottom: 4px !important;
|
||||
padding-top: 4px !important;
|
||||
/* ==========================================================================
|
||||
General States & Utilities
|
||||
========================================================================== */
|
||||
|
||||
.hide,
|
||||
.hide-folder .folder-name,
|
||||
.hide-folder-note .is-folder-note {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fn-whitespace-stop-collapsing .collapse-icon {
|
||||
padding-top: 4px !important;
|
||||
.pointer-cursor,
|
||||
.has-folder-note .nav-folder-title-content:hover,
|
||||
.has-folder-note.view-header-breadcrumb:hover,
|
||||
.nav-folder-collapse-indicator:hover,
|
||||
.fn-delete-confirmation-modal-buttons span:hover,
|
||||
.fn-delete-confirmation-modal-buttons input:hover {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
.mod-rtl .fn-whitespace-stop-collapsing .nav-folder-title-content {
|
||||
padding-left: 8px !important;
|
||||
}
|
||||
|
||||
.fn-whitespace-stop-collapsing .nav-folder-title {
|
||||
padding-bottom: 0 !important;
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
body:not(.mod-rtl).fn-whitespace-stop-collapsing .nav-folder-title {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.mod-rtl.fn-whitespace-stop-collapsing .nav-folder-title {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
.fn-whitespace-stop-collapsing .nav-folder-collapse-indicator {
|
||||
margin-top: 4px !important;
|
||||
}
|
||||
/* ==========================================================================
|
||||
Tree Items
|
||||
========================================================================== */
|
||||
|
||||
body:not(.is-grabbing) .tree-item-self.fn-is-active:hover,
|
||||
body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
||||
|
@ -37,33 +29,17 @@ body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
|||
font-weight: var(--nav-item-weight-active);
|
||||
}
|
||||
|
||||
.has-folder-note .nav-folder-title-content:hover,
|
||||
.has-folder-note.view-header-breadcrumb:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.hide-folder-note .is-folder-note {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hide-folder .folder-name {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nav-folder-collapse-indicator:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
/* ==========================================================================
|
||||
Exclude Folder Settings
|
||||
========================================================================== */
|
||||
|
||||
.fn-excluded-folder-heading {
|
||||
margin-top: 0 !important;
|
||||
border-top: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
|
||||
.add-exclude-folder-item {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.add-exclude-folder-item,
|
||||
.fn-exclude-folder-list {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
@ -87,13 +63,27 @@ body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
|||
}
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
Modal Styles
|
||||
========================================================================== */
|
||||
|
||||
.fn-backup-warning-modal .fn-modal-button-container {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.fn-confirmation-modal {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.fn-confirmation-modal .setting-item {
|
||||
border-top: 0 !important;
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
:not(.is-phone) .fn-confirmation-modal-button {
|
||||
margin-right: 0.7rem;
|
||||
|
||||
}
|
||||
|
||||
:not(.is-phone) .fn-delete-confirmation-modal-buttons {
|
||||
|
@ -102,11 +92,6 @@ body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
|||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.fn-delete-confirmation-modal-buttons span:hover,
|
||||
.fn-delete-confirmation-modal-buttons input:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
:not(.is-phone) .fn-delete-confirmation-modal-buttons .fn-confirmation-modal-button {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
@ -125,16 +110,24 @@ body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
|||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* Folder overview */
|
||||
|
||||
.fn-folder-overview-collapse-icon {
|
||||
display: block !important;
|
||||
/* ==========================================================================
|
||||
Folder Overview
|
||||
========================================================================== */
|
||||
|
||||
.folder-overview-container.fv-remove-edit-button .folder-overview-edit-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fn-has-no-files .collapse-icon {
|
||||
.cm-line:has(.fv-link-list-item),
|
||||
.el-ul:has(.fv-link-list-item),
|
||||
.cm-line:has(.fv-link-list-start),
|
||||
.cm-line:has(.fv-link-list-end),
|
||||
.fv-hide-overview {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
.folder-overview-list {
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
|
@ -146,7 +139,6 @@ body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
.folder-overview-list::marker {
|
||||
color: var(--text-faint);
|
||||
}
|
||||
|
@ -161,12 +153,17 @@ body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
|||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
|
||||
.folder-overview-grid-item {
|
||||
flex: 1 1 auto;
|
||||
margin: 0 1.2rem 1.2rem 0;
|
||||
}
|
||||
|
||||
.folder-overview-grid-item-article article {
|
||||
padding: 15px;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
padding: 15px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.folder-overview-grid-item-article a {
|
||||
|
@ -177,53 +174,20 @@ body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
|||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
|
||||
.folder-overview-grid-item {
|
||||
flex: 1 1 auto;
|
||||
margin-right: 1.200rem;
|
||||
margin-bottom: 1.200rem;
|
||||
}
|
||||
|
||||
.fn-confirmation-modal .setting-item {
|
||||
border-top: 0 !important;
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
.pointer-cursor {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
|
||||
/* Setting tab style */
|
||||
.fn-settings-tab-bar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.fn-settings-tab {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
.overview-setting-item-fv {
|
||||
border-top: 1px solid var(--background-modifier-border);
|
||||
padding: 0.75em 0;
|
||||
align-items: center;
|
||||
gap: var(--size-4-2);
|
||||
padding: 10px;
|
||||
border: 1px solid var(--background-modifier-border)
|
||||
}
|
||||
|
||||
.fn-settings-tab-active {
|
||||
background-color: var(--color-accent);
|
||||
color: var(--text-on-accent);
|
||||
.overview-setting-item-fv .setting-item {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.fn-settings-tab-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fn-settings-tab-icon {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* File explorer & path styles */
|
||||
/* ==========================================================================
|
||||
File Explorer & Path Styling
|
||||
========================================================================== */
|
||||
|
||||
.folder-note-underline .has-folder-note .nav-folder-title-content {
|
||||
text-decoration-line: underline;
|
||||
|
@ -249,14 +213,57 @@ body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
.fn-hide-collapse-icon .has-folder-note.only-has-folder-note .tree-item-icon {
|
||||
|
||||
/* Collapse Icon Handling */
|
||||
|
||||
.fn-folder-overview-collapse-icon {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.fn-has-no-files .collapse-icon,
|
||||
.fn-hide-collapse-icon .has-folder-note.only-has-folder-note .tree-item-icon,
|
||||
.fn-hide-empty-collapse-icon .fn-empty-folder .tree-item-icon,
|
||||
.only-has-folder-note:not(.is-collapsed):not(.show-folder-note-in-explorer)>.nav-folder-children {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fn-hide-empty-collapse-icon .fn-empty-folder .tree-item-icon {
|
||||
display: none;
|
||||
|
||||
/* ==========================================================================
|
||||
Settings Tabs
|
||||
========================================================================== */
|
||||
|
||||
.fn-settings-tab-bar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.fn-settings-tab {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: var(--size-4-2);
|
||||
padding: 10px;
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
|
||||
.fn-settings-tab-active {
|
||||
background-color: var(--color-accent);
|
||||
color: var(--text-on-accent);
|
||||
}
|
||||
|
||||
.fn-settings-tab-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fn-settings-tab-icon {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
Suggestion Container
|
||||
========================================================================== */
|
||||
|
||||
.fn-suggestion-container {
|
||||
position: absolute;
|
||||
|
@ -271,3 +278,60 @@ body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
|||
box-shadow: var(--shadow-s);
|
||||
z-index: var(--layer-notice);
|
||||
}
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
Whitelist Folder Input (Desktop & Mobile)
|
||||
========================================================================== */
|
||||
|
||||
/* Default Desktop Layout */
|
||||
.fn-whitelist-folder-input-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.fn-whitelist-folder-input-container input {
|
||||
flex-grow: 1;
|
||||
width: auto;
|
||||
margin-right: 8px;
|
||||
height: 40px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.fn-whitelist-folder-buttons {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
/* Mobile Overrides */
|
||||
@media (max-width: 768px) {
|
||||
.fn-whitelist-folder-input-container {
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fn-whitelist-folder-input-container input {
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.fn-whitelist-folder-buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.is-phone .fn-overview-folder-path .setting-item-control {
|
||||
display: block;
|
||||
}
|
||||
}
|
4
.obsidian/plugins/harper/data.json
vendored
4
.obsidian/plugins/harper/data.json
vendored
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"useWebWorker": true,
|
||||
"lintSettings": {}
|
||||
}
|
2728
.obsidian/plugins/harper/main.js
vendored
2728
.obsidian/plugins/harper/main.js
vendored
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/harper/manifest.json
vendored
10
.obsidian/plugins/harper/manifest.json
vendored
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"id": "harper",
|
||||
"name": "Harper",
|
||||
"version": "0.19.1",
|
||||
"minAppVersion": "1.7.7",
|
||||
"description": "The Grammar Checker for Developers",
|
||||
"author": "Elijah Potter",
|
||||
"authorUrl": "https://elijahpotter.dev",
|
||||
"isDesktopOnly": true
|
||||
}
|
4
.obsidian/plugins/homepage/main.js
vendored
4
.obsidian/plugins/homepage/main.js
vendored
File diff suppressed because one or more lines are too long
4
.obsidian/plugins/homepage/manifest.json
vendored
4
.obsidian/plugins/homepage/manifest.json
vendored
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "homepage",
|
||||
"name": "Homepage",
|
||||
"version": "4.0.7",
|
||||
"version": "4.2.2",
|
||||
"minAppVersion": "1.4.10",
|
||||
"description": "Open a specified note, canvas, or workspace on startup, or set it for quick access later.",
|
||||
"description": "Open a specified note, canvas, base, or workspace on startup, or set it for quick access later.",
|
||||
"author": "novov",
|
||||
"authorUrl": "https://novov.me",
|
||||
"isDesktopOnly": false,
|
||||
|
|
6
.obsidian/plugins/homepage/styles.css
vendored
6
.obsidian/plugins/homepage/styles.css
vendored
|
@ -80,6 +80,12 @@
|
|||
padding: 5px 0 0;
|
||||
}
|
||||
|
||||
.nv-homepage-file-tag {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-left: var(--size-2-2);
|
||||
}
|
||||
|
||||
.nv-mobile-setting {
|
||||
flex-wrap: wrap;
|
||||
row-gap: var(--size-2-2);
|
||||
|
|
2
.obsidian/plugins/iconic/main.js
vendored
2
.obsidian/plugins/iconic/main.js
vendored
File diff suppressed because one or more lines are too long
4
.obsidian/plugins/iconic/manifest.json
vendored
4
.obsidian/plugins/iconic/manifest.json
vendored
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "iconic",
|
||||
"name": "Iconic",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.2",
|
||||
"minAppVersion": "1.6.0",
|
||||
"description": "Customize your icons and their colors directly from the UI, including tabs, files, bookmarks, tags, properties, and ribbon commands.",
|
||||
"description": "Customize your icons and their colors directly from the UI, including tabs, files & folders, bookmarks, tags, properties, and ribbon commands.",
|
||||
"author": "Holo",
|
||||
"authorUrl": "https://github.com/gfxholo",
|
||||
"isDesktopOnly": false
|
||||
|
|
156
.obsidian/plugins/iconic/styles.css
vendored
156
.obsidian/plugins/iconic/styles.css
vendored
|
@ -15,7 +15,9 @@ body {
|
|||
}
|
||||
|
||||
/* RGB converter */
|
||||
.iconic-rgb-converter { display: none; }
|
||||
.iconic-rgb-converter {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Window controls */
|
||||
.titlebar-button.iconic-icon {
|
||||
|
@ -23,7 +25,7 @@ body {
|
|||
}
|
||||
|
||||
/* Tabs */
|
||||
.workspace .mod-root .workspace-tab-header[data-type="markdown"] .workspace-tab-header-inner-icon,
|
||||
.iconic-markdown-tab-icons .workspace .mod-root .workspace-tab-header[data-type="markdown"] .workspace-tab-header-inner-icon,
|
||||
.workspace .mod-root .workspace-tab-header[data-type="empty"] .workspace-tab-header-inner-icon {
|
||||
display: flex;
|
||||
}
|
||||
|
@ -119,17 +121,73 @@ a.tag {
|
|||
cursor: var(--cursor-link);
|
||||
}
|
||||
|
||||
/* Quick Switcher */
|
||||
.iconic-quick-switcher .iconic-icon {
|
||||
height: var(--icon-size);
|
||||
}
|
||||
.iconic-quick-switcher .prompt-input {
|
||||
padding-inline-start: calc(var(--icon-size) + var(--size-4-8));
|
||||
}
|
||||
.iconic-quick-switcher .suggestion-item {
|
||||
align-items: center;
|
||||
}
|
||||
.iconic-quick-switcher .suggestion-content {
|
||||
padding-inline-start: calc(var(--icon-size) + var(--size-4-2));
|
||||
}
|
||||
.iconic-quick-switcher .iconic-icon + .suggestion-content {
|
||||
padding-inline-start: var(--size-4-2);
|
||||
}
|
||||
|
||||
/* Another Quick Switcher */
|
||||
.iconic-another-quick-switcher .iconic-icon {
|
||||
height: var(--icon-size);
|
||||
}
|
||||
.iconic-another-quick-switcher .another-quick-switcher__item {
|
||||
flex-direction: row;
|
||||
padding-inline-start: var(--size-4-5);
|
||||
}
|
||||
.iconic-another-quick-switcher .another-quick-switcher__starred_item,
|
||||
.iconic-another-quick-switcher .another-quick-switcher__phantom_item {
|
||||
padding-inline-start: var(--size-4-3);
|
||||
}
|
||||
.iconic-another-quick-switcher .another-quick-switcher__item > .another-quick-switcher__item__entry {
|
||||
padding-inline-start: calc(var(--icon-size) + var(--size-4-2));
|
||||
}
|
||||
.iconic-another-quick-switcher .another-quick-switcher__item > .iconic-icon + .another-quick-switcher__item__entry {
|
||||
padding-inline-start: var(--size-4-2);
|
||||
}
|
||||
.iconic-another-quick-switcher .another-quick-switcher__starred_item > .another-quick-switcher__item__entry,
|
||||
.iconic-another-quick-switcher .another-quick-switcher__phantom_item > .another-quick-switcher__item__entry {
|
||||
padding-inline-start: calc(var(--icon-size) + var(--size-4-2));
|
||||
}
|
||||
.iconic-another-quick-switcher .another-quick-switcher__item::before {
|
||||
margin-left: -1rem;
|
||||
margin-right: var(--size-4-2);
|
||||
}
|
||||
|
||||
/* Icon picker */
|
||||
.is-mobile .mod-confirmation > .modal.iconic-icon-picker {
|
||||
background-color: var(--modal-background);
|
||||
}
|
||||
.iconic-icon-picker .callout + .setting-item { border-top: none; }
|
||||
.iconic-icon-picker .callout + .setting-item {
|
||||
border-top: none;
|
||||
}
|
||||
.iconic-icon-picker .setting-item-control input[type="color"] {
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
.iconic-icon-picker .setting-item-control input[type="text"] { width: 100%; }
|
||||
.iconic-icon-picker .setting-item-control .search-input-container { width: 100%; }
|
||||
.iconic-icon-picker .setting-item-control input[type="text"] {
|
||||
width: 100%;
|
||||
}
|
||||
.iconic-icon-picker .setting-item-control .search-input-container {
|
||||
width: 100%;
|
||||
}
|
||||
.iconic-icon-picker .extra-setting-button:focus-visible {
|
||||
box-shadow: none;
|
||||
opacity: var(--icon-opacity-hover);
|
||||
color: var(--icon-color-hover);
|
||||
background-color: var(--background-modifier-hover);
|
||||
}
|
||||
.theme-dark .iconic-icon-picker .iconic-mode-selected {
|
||||
color: var(--interactive-accent-hover);
|
||||
}
|
||||
|
@ -149,11 +207,24 @@ a.tag {
|
|||
}
|
||||
|
||||
/* Search results container */
|
||||
.iconic-search-results { overflow-x: scroll; }
|
||||
.iconic-search-results > .setting-item-info { display: none; }
|
||||
.iconic-search-results > .setting-item-control { justify-content: center; }
|
||||
.is-phone .iconic-search-results { flex-direction: row !important; }
|
||||
.is-phone .iconic-search-results > .setting-item-control { width: auto !important; }
|
||||
.iconic-search-results {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
.iconic-search-results > .setting-item-info {
|
||||
display: none;
|
||||
}
|
||||
.iconic-search-results > .setting-item-control {
|
||||
justify-content: center;
|
||||
}
|
||||
.iconic-search-results:focus-visible {
|
||||
box-shadow: 0 0 0 2px var(--background-modifier-border-focus);
|
||||
}
|
||||
.is-phone .iconic-search-results {
|
||||
flex-direction: row !important;
|
||||
}
|
||||
.is-phone .iconic-search-results > .setting-item-control {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
/* Search result */
|
||||
.iconic-search-result > * {
|
||||
|
@ -205,10 +276,14 @@ a.tag {
|
|||
.iconic-add > .setting-item-control {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.drag-reorder-ghost > .iconic-rule,
|
||||
.drag-reorder-ghost > .iconic-condition {
|
||||
.drag-reorder-ghost .iconic-rule,
|
||||
.drag-reorder-ghost .iconic-condition {
|
||||
padding: 0.75em 0;
|
||||
}
|
||||
.mod-rtl .drag-reorder-ghost .iconic-rule,
|
||||
.mod-rtl .drag-reorder-ghost .iconic-condition {
|
||||
direction: rtl;
|
||||
}
|
||||
.iconic-rule-picker .drag-ghost-hidden + .setting-item,
|
||||
.iconic-rule-editor .drag-ghost-hidden + .setting-item {
|
||||
border-top-color: transparent;
|
||||
|
@ -218,7 +293,13 @@ a.tag {
|
|||
.is-mobile .mod-confirmation > .modal.iconic-rule-editor {
|
||||
background-color: var(--modal-background);
|
||||
}
|
||||
.iconic-rule-editor .setting-item:first-child input[type="text"] { width: 100%; }
|
||||
.iconic-rule-editor .setting-item:first-child input[type="text"] {
|
||||
width: 100%;
|
||||
}
|
||||
.setting-item-control > .iconic-button-selected {
|
||||
color: var(--text-on-accent);
|
||||
background-color: var(--interactive-accent);
|
||||
}
|
||||
.iconic-condition input[type="time"] {
|
||||
border: var(--input-border-width) solid var(--background-modifier-border);
|
||||
border-radius: var(--input-radius);
|
||||
|
@ -237,7 +318,9 @@ a.tag {
|
|||
width: 0;
|
||||
flex: 1 1 fit-content;
|
||||
}
|
||||
.iconic-condition .iconic-control-column > input { height: var(--input-height); }
|
||||
.iconic-condition .iconic-control-column > input {
|
||||
height: var(--input-height);
|
||||
}
|
||||
.iconic-condition .iconic-control-column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -265,6 +348,7 @@ a.tag {
|
|||
}
|
||||
.iconic-match {
|
||||
padding: var(--size-4-1);
|
||||
white-space: nowrap;
|
||||
}
|
||||
.iconic-highlight-tree .iconic-match-tree,
|
||||
.iconic-highlight-name .iconic-match-name,
|
||||
|
@ -273,11 +357,17 @@ a.tag {
|
|||
}
|
||||
|
||||
/* Indicators */
|
||||
.iconic-indicator { pointer-events: none; }
|
||||
.iconic-indicator {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Invisibility */
|
||||
.iconic-invisible { visibility: hidden; }
|
||||
.is-phone .iconic-reset-color.iconic-invisible { display: none; }
|
||||
.iconic-invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
.is-phone .iconic-reset-color.iconic-invisible {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Colorless settings */
|
||||
.iconic-uncolor-hover .workspace-tab-header:hover .iconic-icon > .svg-icon,
|
||||
|
@ -311,21 +401,6 @@ a.tag {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
/* Theme: Border */
|
||||
.iconic-theme-border .workspace-leaf-content:is([data-type="file-explorer"], [data-type="bookmarks"]) .nav-file-title::before {
|
||||
display: none;
|
||||
}
|
||||
.iconic-theme-border .workspace-leaf-content:is([data-type="file-explorer"], [data-type="bookmarks"]) .tree-item > .tree-item-self.mod-collapsible > .collapse-icon {
|
||||
-webkit-mask-image: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
.iconic-theme-border .workspace-leaf-content:is([data-type="file-explorer"], [data-type="bookmarks"]) .tree-item-self.mod-collapsible > .collapse-icon > .svg-icon {
|
||||
color: unset;
|
||||
}
|
||||
.iconic-theme-border .workspace-leaf-content[data-type="file-explorer"] .tree-item > .tree-item-self:is(.nav-file-title, .nav-folder.mod-root > .nav-folder-title)::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Theme: Catppuccin */
|
||||
.iconic-theme-cat .workspace-leaf-content[data-type="file-explorer"] .nav-folder-title-content::before {
|
||||
display: none;
|
||||
|
@ -401,6 +476,11 @@ a.tag {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
/* Theme: Minimal Edge */
|
||||
.iconic-theme-medge .tree-item-self .tree-item-icon {
|
||||
display: unset;
|
||||
}
|
||||
|
||||
/* Theme: Sanctum */
|
||||
.iconic-theme-sanctum .workspace-leaf-content[data-type="file-explorer"] .nav-folder-title:has(.iconic-sidekick) > .nav-folder-title-content::before {
|
||||
display: none;
|
||||
|
@ -431,18 +511,6 @@ a.tag {
|
|||
display: none;
|
||||
}
|
||||
|
||||
/* Theme: Shimmering Focus */
|
||||
.iconic-theme-shimmer :is(.style-settings-collapse-indicator, .collapse-icon) > .svg-icon.svg-icon.svg-icon.svg-icon {
|
||||
width: var(--icon-xs);
|
||||
stroke-width: var(--icon-xs-stroke-width);
|
||||
height: unset;
|
||||
margin-left: unset;
|
||||
}
|
||||
.iconic-theme-shimmer.iconic-bigger-icons :is(.style-settings-collapse-indicator, .collapse-icon) > .svg-icon.svg-icon.svg-icon.svg-icon {
|
||||
width: var(--icon-s);
|
||||
stroke-width: var(--icon-s-stroke-width);
|
||||
}
|
||||
|
||||
/* Theme: Sodalite */
|
||||
.iconic-theme-sodalite .workspace-leaf-content[data-type="file-explorer"] .nav-files-container {
|
||||
padding-inline-start: var(--size-4-3);
|
||||
|
|
40
.obsidian/plugins/lazy-plugins/main.js
vendored
40
.obsidian/plugins/lazy-plugins/main.js
vendored
|
@ -30,7 +30,7 @@ var require_manifest = __commonJS({
|
|||
module2.exports = {
|
||||
id: "lazy-plugins",
|
||||
name: "Lazy Plugin Loader",
|
||||
version: "1.0.18",
|
||||
version: "1.0.21",
|
||||
minAppVersion: "1.6.0",
|
||||
description: "Load plugins with a delay on startup, so that you can get your app startup down into the sub-second loading time.",
|
||||
author: "Alan Grainger",
|
||||
|
@ -58,6 +58,7 @@ var DEFAULT_DEVICE_SETTINGS = {
|
|||
// milliseconds
|
||||
defaultStartupType: null,
|
||||
showDescriptions: true,
|
||||
enableDependencies: false,
|
||||
plugins: {}
|
||||
};
|
||||
var DEFAULT_SETTINGS = {
|
||||
|
@ -75,12 +76,15 @@ var SettingsTab = class extends import_obsidian.PluginSettingTab {
|
|||
constructor(app, plugin) {
|
||||
super(app, plugin);
|
||||
this.dropdowns = [];
|
||||
this.pluginSettings = {};
|
||||
this.app = app;
|
||||
this.lazyPlugin = plugin;
|
||||
this.pluginSettings = this.lazyPlugin.settings.plugins;
|
||||
}
|
||||
async display() {
|
||||
const { containerEl } = this;
|
||||
this.containerEl = containerEl;
|
||||
this.lazyPlugin.updateManifests();
|
||||
await this.lazyPlugin.loadSettings();
|
||||
this.buildDom();
|
||||
}
|
||||
|
@ -88,7 +92,6 @@ var SettingsTab = class extends import_obsidian.PluginSettingTab {
|
|||
* Build the Settings modal DOM elements
|
||||
*/
|
||||
buildDom() {
|
||||
const pluginSettings = this.lazyPlugin.settings.plugins;
|
||||
this.containerEl.empty();
|
||||
new import_obsidian.Setting(this.containerEl).setName("Separate desktop/mobile configuration").setDesc(`Enable this if you want to have different settings depending whether you're using a desktop or mobile device. All of the settings below can be configured differently on desktop and mobile. You're currently using the ${this.lazyPlugin.device} settings.`).addToggle((toggle) => {
|
||||
toggle.setValue(this.lazyPlugin.data.dualConfigs).onChange(async (value) => {
|
||||
|
@ -128,7 +131,7 @@ var SettingsTab = class extends import_obsidian.PluginSettingTab {
|
|||
this.addDelayOptions(dropdown);
|
||||
dropdown.onChange(async (value) => {
|
||||
this.lazyPlugin.manifests.forEach((plugin) => {
|
||||
pluginSettings[plugin.id] = { startupType: value };
|
||||
this.pluginSettings[plugin.id] = { startupType: value };
|
||||
});
|
||||
this.dropdowns.forEach((dropdown2) => dropdown2.setValue(value));
|
||||
dropdown.setValue("");
|
||||
|
@ -139,11 +142,22 @@ var SettingsTab = class extends import_obsidian.PluginSettingTab {
|
|||
this.addFilterButton(setting.descEl, "All");
|
||||
Object.keys(LoadingMethods).forEach((key) => this.addFilterButton(setting.descEl, LoadingMethods[key], key));
|
||||
});
|
||||
new import_obsidian.Setting(this.containerEl).addText((text) => text.setPlaceholder("Type to filter list").onChange((value) => {
|
||||
this.filterString = value;
|
||||
this.buildPluginList();
|
||||
}));
|
||||
this.pluginListContainer = this.containerEl.createEl("div");
|
||||
this.buildPluginList();
|
||||
}
|
||||
buildPluginList() {
|
||||
this.pluginListContainer.textContent = "";
|
||||
this.lazyPlugin.manifests.forEach((plugin) => {
|
||||
const currentValue = this.lazyPlugin.getPluginStartup(plugin.id);
|
||||
if (this.filter && currentValue !== this.filter)
|
||||
if (this.filterMethod && currentValue !== this.filterMethod)
|
||||
return;
|
||||
new import_obsidian.Setting(this.containerEl).setName(plugin.name).addDropdown((dropdown) => {
|
||||
if (this.filterString && !plugin.name.toLowerCase().includes(this.filterString.toLowerCase()))
|
||||
return;
|
||||
new import_obsidian.Setting(this.pluginListContainer).setName(plugin.name).addDropdown((dropdown) => {
|
||||
this.dropdowns.push(dropdown);
|
||||
this.addDelayOptions(dropdown);
|
||||
dropdown.setValue(currentValue).onChange(async (value) => {
|
||||
|
@ -172,8 +186,8 @@ var SettingsTab = class extends import_obsidian.PluginSettingTab {
|
|||
const link = el.createEl("button", { text });
|
||||
link.addClass("lazy-plugin-filter");
|
||||
link.onclick = () => {
|
||||
this.filter = value;
|
||||
this.buildDom();
|
||||
this.filterMethod = value;
|
||||
this.buildPluginList();
|
||||
};
|
||||
}
|
||||
};
|
||||
|
@ -188,8 +202,7 @@ var LazyPlugin = class extends import_obsidian2.Plugin {
|
|||
}
|
||||
async onload() {
|
||||
await this.loadSettings();
|
||||
this.manifests = Object.values(this.app.plugins.manifests).filter((plugin) => plugin.id !== lazyPluginId && // Filter out the Lazy Loader plugin
|
||||
!(import_obsidian2.Platform.isMobile && plugin.isDesktopOnly)).sort((a, b) => a.name.localeCompare(b.name));
|
||||
this.updateManifests();
|
||||
await this.setInitialPluginsConfiguration();
|
||||
this.addSettingTab(new SettingsTab(this.app, this));
|
||||
this.manifests.forEach((plugin) => this.setPluginStartup(plugin.id));
|
||||
|
@ -247,7 +260,7 @@ var LazyPlugin = class extends import_obsidian2.Plugin {
|
|||
this.data.desktop = Object.assign({}, DEFAULT_DEVICE_SETTINGS, this.data.desktop);
|
||||
if (this.data.dualConfigs && import_obsidian2.Platform.isMobile) {
|
||||
if (!this.data.mobile) {
|
||||
this.data.mobile = Object.assign({}, this.data.desktop);
|
||||
this.data.mobile = JSON.parse(JSON.stringify(this.data.desktop));
|
||||
} else {
|
||||
this.data.mobile = Object.assign({}, DEFAULT_DEVICE_SETTINGS, this.data.mobile);
|
||||
}
|
||||
|
@ -281,6 +294,13 @@ var LazyPlugin = class extends import_obsidian2.Plugin {
|
|||
this.settings.plugins[pluginId] = { startupType };
|
||||
await this.saveSettings();
|
||||
}
|
||||
updateManifests() {
|
||||
this.manifests = Object.values(this.app.plugins.manifests).filter((plugin) => (
|
||||
// Filter out the Lazy Loader plugin
|
||||
plugin.id !== lazyPluginId && // Filter out desktop-only plugins from mobile
|
||||
!(import_obsidian2.Platform.isMobile && plugin.isDesktopOnly)
|
||||
)).sort((a, b) => a.name.localeCompare(b.name));
|
||||
}
|
||||
/*
|
||||
* Originally this was set up so that when the plugin unloaded, it would enablePluginAndSave()
|
||||
* the other plugins based on their Lazy Loader startup config.
|
||||
|
|
2
.obsidian/plugins/lazy-plugins/manifest.json
vendored
2
.obsidian/plugins/lazy-plugins/manifest.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "lazy-plugins",
|
||||
"name": "Lazy Plugin Loader",
|
||||
"version": "1.0.18",
|
||||
"version": "1.0.21",
|
||||
"minAppVersion": "1.6.0",
|
||||
"description": "Load plugins with a delay on startup, so that you can get your app startup down into the sub-second loading time.",
|
||||
"author": "Alan Grainger",
|
||||
|
|
25
.obsidian/plugins/lineage/data.json
vendored
25
.obsidian/plugins/lineage/data.json
vendored
|
@ -2,8 +2,8 @@
|
|||
"documents": {
|
||||
"Campagnes/Absolue Nécessité/AN-0.md": {
|
||||
"documentFormat": "sections",
|
||||
"viewType": "markdown",
|
||||
"activeSection": "2.1.1.1",
|
||||
"viewType": "lineage",
|
||||
"activeSection": "2",
|
||||
"pinnedSections": {
|
||||
"sections": []
|
||||
}
|
||||
|
@ -13,8 +13,10 @@
|
|||
"viewType": "lineage",
|
||||
"activeSection": "1",
|
||||
"pinnedSections": {
|
||||
"sections": [],
|
||||
"activeSection": null
|
||||
"sections": []
|
||||
},
|
||||
"outline": {
|
||||
"collapsedSections": []
|
||||
}
|
||||
},
|
||||
"Campagnes/Absolue Nécessité/Personnages/Althéa.md": {
|
||||
|
@ -59,12 +61,21 @@
|
|||
"outlineMode": false,
|
||||
"nodeIndentationWidth": 160,
|
||||
"maintainEditMode": false,
|
||||
"alwaysShowCardButtons": false
|
||||
"alwaysShowCardButtons": false,
|
||||
"h1FontSize_em": 1.802,
|
||||
"hiddenVerticalToolbarButtons": []
|
||||
},
|
||||
"general": {
|
||||
"defaultDocumentFormat": "outline"
|
||||
"defaultDocumentFormat": "outline",
|
||||
"linkPaneType": "tab"
|
||||
},
|
||||
"styleRules": {
|
||||
"documents": {}
|
||||
"documents": {},
|
||||
"global": {
|
||||
"rules": []
|
||||
},
|
||||
"settings": {
|
||||
"activeTab": "global-rules"
|
||||
}
|
||||
}
|
||||
}
|
13014
.obsidian/plugins/lineage/main.js
vendored
13014
.obsidian/plugins/lineage/main.js
vendored
File diff suppressed because one or more lines are too long
2
.obsidian/plugins/lineage/manifest.json
vendored
2
.obsidian/plugins/lineage/manifest.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "lineage",
|
||||
"name": "Lineage",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.4",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Edit Markdown in a keyboard-centric Miller columns interface. Inspired by Gingko Writer.",
|
||||
"author": "ycnmhd",
|
||||
|
|
48
.obsidian/plugins/lineage/styles.css
vendored
48
.obsidian/plugins/lineage/styles.css
vendored
|
@ -1,5 +1,5 @@
|
|||
/* src/styles/theme/theme.css */
|
||||
.lineage-main {
|
||||
.lineage-view {
|
||||
--lineage-accent: #55b1ae;
|
||||
--lineage-color-selection: #418cff;
|
||||
}
|
||||
|
@ -206,14 +206,28 @@
|
|||
}
|
||||
|
||||
/* src/styles/card/dnd.css */
|
||||
.lineage-view {
|
||||
--lng-box-shadow-dnd-above: inset 2px 51px 19px -28px var(--lineage-accent);
|
||||
--lng-box-shadow-dnd-below: inset 2px -51px 19px -28px var(--lineage-accent);
|
||||
--lng-box-shadow-dnd-under: inset -51px 2px 19px -28px var(--lineage-accent) ;
|
||||
}
|
||||
.lineage__drop-node-above {
|
||||
box-shadow: inset 2px 51px 19px -28px var(--lineage-accent) !important;
|
||||
box-shadow: var(--lng-box-shadow-dnd-above) !important;
|
||||
& .card-background-style {
|
||||
box-shadow: var(--lng-box-shadow-dnd-above) !important;
|
||||
}
|
||||
}
|
||||
.lineage__drop-node-below {
|
||||
box-shadow: inset 2px -51px 19px -28px var(--lineage-accent) !important;
|
||||
box-shadow: var(--lng-box-shadow-dnd-below) !important;
|
||||
& .card-background-style {
|
||||
box-shadow: var(--lng-box-shadow-dnd-below) !important;
|
||||
}
|
||||
}
|
||||
.lineage__drop-node-under {
|
||||
box-shadow: inset -51px 2px 19px -28px var(--lineage-accent) !important;
|
||||
box-shadow: var(--lng-box-shadow-dnd-under) !important;
|
||||
& .card-background-style {
|
||||
box-shadow: var(--lng-box-shadow-dnd-under) !important;
|
||||
}
|
||||
}
|
||||
.inactive-node-hover {
|
||||
opacity: 0.8 !important;
|
||||
|
@ -227,6 +241,7 @@
|
|||
left: -5px;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
.card-background-style {
|
||||
position: absolute;
|
||||
|
@ -454,18 +469,11 @@ span[data-section] {
|
|||
line-height: var(--line-height-tight);
|
||||
opacity: 0.7;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
line-height: var(--line-height-tight);
|
||||
padding-top: calc(var(--font-text-size)/3);
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.markdown-source-view span[data-section] {
|
||||
transform: translateX(calc(-100% - 50px));
|
||||
}
|
||||
span[data-section]::before {
|
||||
content: attr(data-section);
|
||||
color: var(--text-muted);
|
||||
|
@ -473,6 +481,18 @@ span[data-section]::before {
|
|||
padding: 3px 6px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.markdown-source-view span[data-section] {
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding-top: calc(var(--font-text-size)/3);
|
||||
transform: translateX(calc(-100% - 50px));
|
||||
}
|
||||
.markdown-reading-view span[data-section] {
|
||||
transform: translateX(calc(-100% - 20px));
|
||||
}
|
||||
.markdown-embed span[data-section] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* src/styles/overrides.css */
|
||||
.lineage-view__content-el--minimap-on {
|
||||
|
@ -515,7 +535,7 @@ span[data-section]::before {
|
|||
padding: 6px;
|
||||
}
|
||||
.group-has-active-child {
|
||||
margin-bottom: 3px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.group-has-active-child:last-child {
|
||||
margin-bottom: 0;
|
||||
|
@ -620,6 +640,10 @@ span[data-section]::before {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
.inactive-node:not(.inactive-node-hover) {
|
||||
opacity: var(--inactive-card-opacity) !important;
|
||||
cursor: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* src/styles/styles.css */
|
||||
|
|
177
.obsidian/plugins/obsidian-meta-bind-plugin/main.js
vendored
177
.obsidian/plugins/obsidian-meta-bind-plugin/main.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-meta-bind-plugin",
|
||||
"name": "Meta Bind",
|
||||
"version": "1.3.1",
|
||||
"version": "1.4.2",
|
||||
"minAppVersion": "1.4.0",
|
||||
"description": "Make your notes interactive with inline input fields, metadata displays, and buttons.",
|
||||
"author": "Moritz Jung",
|
||||
|
|
|
@ -439,7 +439,7 @@ div.mb-view-wrapper {
|
|||
}
|
||||
|
||||
/* Image */
|
||||
.mb-image-search-container {
|
||||
.mb-image-modal-header {
|
||||
margin-bottom: var(--size-4-4);
|
||||
}
|
||||
|
||||
|
@ -504,6 +504,12 @@ div.mb-view-wrapper {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.mb-image-empty {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Time Input */
|
||||
|
||||
.mb-input-type-time {
|
||||
|
|
Loading…
Reference in a new issue