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",
|
"folder-notes",
|
||||||
"homepage",
|
"homepage",
|
||||||
"obsidian-style-settings",
|
"obsidian-style-settings",
|
||||||
"lazy-plugins",
|
"lazy-plugins"
|
||||||
"iconic"
|
|
||||||
]
|
]
|
3
.obsidian/core-plugins.json
vendored
3
.obsidian/core-plugins.json
vendored
|
@ -26,5 +26,6 @@
|
||||||
"workspaces": false,
|
"workspaces": false,
|
||||||
"file-recovery": true,
|
"file-recovery": true,
|
||||||
"publish": false,
|
"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",
|
"id": "dataview",
|
||||||
"name": "Dataview",
|
"name": "Dataview",
|
||||||
"version": "0.5.67",
|
"version": "0.5.68",
|
||||||
"minAppVersion": "0.13.11",
|
"minAppVersion": "0.13.11",
|
||||||
"description": "Complex data views for the data-obsessed.",
|
"description": "Complex data views for the data-obsessed.",
|
||||||
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
"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 {
|
.block-language-dataview {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
@ -74,7 +69,7 @@
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
font-family: var(--font-monospace);
|
font-family: var(--font-monospace);
|
||||||
background-color: var(--background-primary-alt);
|
background-color: var(--background-primary-alt);
|
||||||
color: var(--text-nav-selected);
|
color: var(--nav-item-color-selected);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dataview.inline-field-value {
|
.dataview.inline-field-value {
|
||||||
|
@ -82,7 +77,7 @@
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
font-family: var(--font-monospace);
|
font-family: var(--font-monospace);
|
||||||
background-color: var(--background-secondary-alt);
|
background-color: var(--background-secondary-alt);
|
||||||
color: var(--text-nav-selected);
|
color: var(--nav-item-color-selected);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dataview.inline-field-standalone-value {
|
.dataview.inline-field-standalone-value {
|
||||||
|
@ -90,7 +85,7 @@
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
font-family: var(--font-monospace);
|
font-family: var(--font-monospace);
|
||||||
background-color: var(--background-secondary-alt);
|
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",
|
"id": "dynamic-outline",
|
||||||
"name": "Dynamic Outline",
|
"name": "Dynamic Outline",
|
||||||
"version": "1.2.0",
|
"version": "1.19.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "Adds a customizable GitHub-like floating table of contents.",
|
"description": "Adds a customizable GitHub-like floating table of contents.",
|
||||||
"author": "theopavlove",
|
"author": "theopavlove",
|
||||||
"authorUrl": "https://github.com/theopavlove",
|
"authorUrl": "https://github.com/theopavlove",
|
||||||
|
"fundingUrl": "https://www.buymeacoffee.com/theopavlove",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
1247
.obsidian/plugins/dynamic-outline/styles.css
vendored
1247
.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,
|
"hideFolderNote": true,
|
||||||
"templatePath": "",
|
"templatePath": "",
|
||||||
"autoCreate": false,
|
"autoCreate": false,
|
||||||
|
"autoCreateFocusFiles": true,
|
||||||
|
"autoCreateForAttachmentFolder": false,
|
||||||
|
"autoCreateForFiles": false,
|
||||||
"enableCollapsing": true,
|
"enableCollapsing": true,
|
||||||
"excludeFolders": [],
|
"excludeFolders": [],
|
||||||
"whitelistFolders": [],
|
"whitelistFolders": [],
|
||||||
|
@ -14,6 +17,8 @@
|
||||||
"underlineFolderInPath": true,
|
"underlineFolderInPath": true,
|
||||||
"openFolderNoteOnClickInPath": true,
|
"openFolderNoteOnClickInPath": true,
|
||||||
"openInNewTab": false,
|
"openInNewTab": false,
|
||||||
|
"focusExistingTab": false,
|
||||||
|
"oldFolderNoteName": "{{folder_name}}",
|
||||||
"folderNoteName": "{{folder_name}}",
|
"folderNoteName": "{{folder_name}}",
|
||||||
"folderNoteType": ".md",
|
"folderNoteType": ".md",
|
||||||
"disableFolderHighlighting": false,
|
"disableFolderHighlighting": false,
|
||||||
|
@ -41,7 +46,14 @@
|
||||||
"onlyIncludeSubfolders": false,
|
"onlyIncludeSubfolders": false,
|
||||||
"storeFolderCondition": true,
|
"storeFolderCondition": true,
|
||||||
"showFolderNotes": false,
|
"showFolderNotes": false,
|
||||||
"disableCollapseIcon": true
|
"disableCollapseIcon": true,
|
||||||
|
"alwaysCollapse": false,
|
||||||
|
"autoSync": true,
|
||||||
|
"allowDragAndDrop": true,
|
||||||
|
"hideLinkList": true,
|
||||||
|
"hideFolderOverview": false,
|
||||||
|
"useActualLinks": false,
|
||||||
|
"fmtpIntegration": false
|
||||||
},
|
},
|
||||||
"useSubmenus": true,
|
"useSubmenus": true,
|
||||||
"syncMove": true,
|
"syncMove": true,
|
||||||
|
@ -90,7 +102,18 @@
|
||||||
"hideInSettings": false
|
"hideInSettings": false
|
||||||
},
|
},
|
||||||
"hideCollapsingIcon": true,
|
"hideCollapsingIcon": true,
|
||||||
|
"hideCollapsingIconForEmptyFolders": false,
|
||||||
"tabManagerEnabled": true,
|
"tabManagerEnabled": true,
|
||||||
"ignoreAttachmentFolder": true,
|
"ignoreAttachmentFolder": true,
|
||||||
"deleteFilesAction": "trash"
|
"deleteFilesAction": "trash",
|
||||||
|
"openSidebar": {
|
||||||
|
"mobile": false,
|
||||||
|
"desktop": true
|
||||||
|
},
|
||||||
|
"highlightFolder": true,
|
||||||
|
"persistentSettingsTab": {
|
||||||
|
"afterRestart": true,
|
||||||
|
"afterChangingTab": true
|
||||||
|
},
|
||||||
|
"firstTimeInsertOverview": true
|
||||||
}
|
}
|
6055
.obsidian/plugins/folder-notes/main.js
vendored
6055
.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",
|
"id": "folder-notes",
|
||||||
"name": "Folder notes",
|
"name": "Folder notes",
|
||||||
"version": "1.7.35",
|
"version": "1.8.15",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.",
|
"description": "Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.",
|
||||||
"author": "Lost Paul",
|
"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;
|
General States & Utilities
|
||||||
display: flex;
|
========================================================================== */
|
||||||
padding-bottom: 4px !important;
|
|
||||||
padding-top: 4px !important;
|
.hide,
|
||||||
|
.hide-folder .folder-name,
|
||||||
|
.hide-folder-note .is-folder-note {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fn-whitespace-stop-collapsing .collapse-icon {
|
.pointer-cursor,
|
||||||
padding-top: 4px !important;
|
.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;
|
Tree Items
|
||||||
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
body:not(.is-grabbing) .tree-item-self.fn-is-active:hover,
|
body:not(.is-grabbing) .tree-item-self.fn-is-active:hover,
|
||||||
body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
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);
|
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 {
|
Exclude Folder Settings
|
||||||
display: none;
|
========================================================================== */
|
||||||
}
|
|
||||||
|
|
||||||
.hide-folder .folder-name {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-folder-collapse-indicator:hover {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fn-excluded-folder-heading {
|
.fn-excluded-folder-heading {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
border-top: 1px solid var(--background-modifier-border);
|
border-top: 1px solid var(--background-modifier-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-exclude-folder-item {
|
.add-exclude-folder-item,
|
||||||
padding-bottom: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fn-exclude-folder-list {
|
.fn-exclude-folder-list {
|
||||||
padding-bottom: 0 !important;
|
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 {
|
.fn-confirmation-modal {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fn-confirmation-modal .setting-item {
|
||||||
|
border-top: 0 !important;
|
||||||
|
padding-top: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
:not(.is-phone) .fn-confirmation-modal-button {
|
:not(.is-phone) .fn-confirmation-modal-button {
|
||||||
margin-right: 0.7rem;
|
margin-right: 0.7rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:not(.is-phone) .fn-delete-confirmation-modal-buttons {
|
: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;
|
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 {
|
:not(.is-phone) .fn-delete-confirmation-modal-buttons .fn-confirmation-modal-button {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
@ -125,16 +110,24 @@ body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
||||||
margin-top: 10px;
|
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;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.folder-overview-list {
|
.folder-overview-list {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
|
@ -146,7 +139,6 @@ body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.folder-overview-list::marker {
|
.folder-overview-list::marker {
|
||||||
color: var(--text-faint);
|
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);
|
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 {
|
.folder-overview-grid-item-article article {
|
||||||
padding: 15px;
|
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
padding: 15px;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.folder-overview-grid-item-article a {
|
.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;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.overview-setting-item-fv {
|
||||||
.folder-overview-grid-item {
|
border-top: 1px solid var(--background-modifier-border);
|
||||||
flex: 1 1 auto;
|
padding: 0.75em 0;
|
||||||
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;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: var(--size-4-2);
|
|
||||||
padding: 10px;
|
|
||||||
border: 1px solid var(--background-modifier-border)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fn-settings-tab-active {
|
.overview-setting-item-fv .setting-item {
|
||||||
background-color: var(--color-accent);
|
padding: 0;
|
||||||
color: var(--text-on-accent);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fn-settings-tab-name {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fn-settings-tab-icon {
|
/* ==========================================================================
|
||||||
display: flex;
|
File Explorer & Path Styling
|
||||||
}
|
========================================================================== */
|
||||||
|
|
||||||
/* File explorer & path styles */
|
|
||||||
|
|
||||||
.folder-note-underline .has-folder-note .nav-folder-title-content {
|
.folder-note-underline .has-folder-note .nav-folder-title-content {
|
||||||
text-decoration-line: underline;
|
text-decoration-line: underline;
|
||||||
|
@ -249,14 +213,57 @@ body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
||||||
font-style: italic;
|
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;
|
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 {
|
.fn-suggestion-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -271,3 +278,60 @@ body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
||||||
box-shadow: var(--shadow-s);
|
box-shadow: var(--shadow-s);
|
||||||
z-index: var(--layer-notice);
|
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",
|
"id": "homepage",
|
||||||
"name": "Homepage",
|
"name": "Homepage",
|
||||||
"version": "4.0.7",
|
"version": "4.2.2",
|
||||||
"minAppVersion": "1.4.10",
|
"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",
|
"author": "novov",
|
||||||
"authorUrl": "https://novov.me",
|
"authorUrl": "https://novov.me",
|
||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
|
|
6
.obsidian/plugins/homepage/styles.css
vendored
6
.obsidian/plugins/homepage/styles.css
vendored
|
@ -80,6 +80,12 @@
|
||||||
padding: 5px 0 0;
|
padding: 5px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nv-homepage-file-tag {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-left: var(--size-2-2);
|
||||||
|
}
|
||||||
|
|
||||||
.nv-mobile-setting {
|
.nv-mobile-setting {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
row-gap: var(--size-2-2);
|
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",
|
"id": "iconic",
|
||||||
"name": "Iconic",
|
"name": "Iconic",
|
||||||
"version": "1.1.0",
|
"version": "1.1.2",
|
||||||
"minAppVersion": "1.6.0",
|
"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",
|
"author": "Holo",
|
||||||
"authorUrl": "https://github.com/gfxholo",
|
"authorUrl": "https://github.com/gfxholo",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
|
|
156
.obsidian/plugins/iconic/styles.css
vendored
156
.obsidian/plugins/iconic/styles.css
vendored
|
@ -15,7 +15,9 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* RGB converter */
|
/* RGB converter */
|
||||||
.iconic-rgb-converter { display: none; }
|
.iconic-rgb-converter {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Window controls */
|
/* Window controls */
|
||||||
.titlebar-button.iconic-icon {
|
.titlebar-button.iconic-icon {
|
||||||
|
@ -23,7 +25,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tabs */
|
/* 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 {
|
.workspace .mod-root .workspace-tab-header[data-type="empty"] .workspace-tab-header-inner-icon {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
@ -119,17 +121,73 @@ a.tag {
|
||||||
cursor: var(--cursor-link);
|
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 */
|
/* Icon picker */
|
||||||
.is-mobile .mod-confirmation > .modal.iconic-icon-picker {
|
.is-mobile .mod-confirmation > .modal.iconic-icon-picker {
|
||||||
background-color: var(--modal-background);
|
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"] {
|
.iconic-icon-picker .setting-item-control input[type="color"] {
|
||||||
height: auto;
|
height: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
.iconic-icon-picker .setting-item-control input[type="text"] { width: 100%; }
|
.iconic-icon-picker .setting-item-control input[type="text"] {
|
||||||
.iconic-icon-picker .setting-item-control .search-input-container { width: 100%; }
|
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 {
|
.theme-dark .iconic-icon-picker .iconic-mode-selected {
|
||||||
color: var(--interactive-accent-hover);
|
color: var(--interactive-accent-hover);
|
||||||
}
|
}
|
||||||
|
@ -149,11 +207,24 @@ a.tag {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Search results container */
|
/* Search results container */
|
||||||
.iconic-search-results { overflow-x: scroll; }
|
.iconic-search-results {
|
||||||
.iconic-search-results > .setting-item-info { display: none; }
|
overflow-x: scroll;
|
||||||
.iconic-search-results > .setting-item-control { justify-content: center; }
|
}
|
||||||
.is-phone .iconic-search-results { flex-direction: row !important; }
|
.iconic-search-results > .setting-item-info {
|
||||||
.is-phone .iconic-search-results > .setting-item-control { width: auto !important; }
|
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 */
|
/* Search result */
|
||||||
.iconic-search-result > * {
|
.iconic-search-result > * {
|
||||||
|
@ -205,10 +276,14 @@ a.tag {
|
||||||
.iconic-add > .setting-item-control {
|
.iconic-add > .setting-item-control {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
.drag-reorder-ghost > .iconic-rule,
|
.drag-reorder-ghost .iconic-rule,
|
||||||
.drag-reorder-ghost > .iconic-condition {
|
.drag-reorder-ghost .iconic-condition {
|
||||||
padding: 0.75em 0;
|
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-picker .drag-ghost-hidden + .setting-item,
|
||||||
.iconic-rule-editor .drag-ghost-hidden + .setting-item {
|
.iconic-rule-editor .drag-ghost-hidden + .setting-item {
|
||||||
border-top-color: transparent;
|
border-top-color: transparent;
|
||||||
|
@ -218,7 +293,13 @@ a.tag {
|
||||||
.is-mobile .mod-confirmation > .modal.iconic-rule-editor {
|
.is-mobile .mod-confirmation > .modal.iconic-rule-editor {
|
||||||
background-color: var(--modal-background);
|
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"] {
|
.iconic-condition input[type="time"] {
|
||||||
border: var(--input-border-width) solid var(--background-modifier-border);
|
border: var(--input-border-width) solid var(--background-modifier-border);
|
||||||
border-radius: var(--input-radius);
|
border-radius: var(--input-radius);
|
||||||
|
@ -237,7 +318,9 @@ a.tag {
|
||||||
width: 0;
|
width: 0;
|
||||||
flex: 1 1 fit-content;
|
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 {
|
.iconic-condition .iconic-control-column {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -265,6 +348,7 @@ a.tag {
|
||||||
}
|
}
|
||||||
.iconic-match {
|
.iconic-match {
|
||||||
padding: var(--size-4-1);
|
padding: var(--size-4-1);
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.iconic-highlight-tree .iconic-match-tree,
|
.iconic-highlight-tree .iconic-match-tree,
|
||||||
.iconic-highlight-name .iconic-match-name,
|
.iconic-highlight-name .iconic-match-name,
|
||||||
|
@ -273,11 +357,17 @@ a.tag {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Indicators */
|
/* Indicators */
|
||||||
.iconic-indicator { pointer-events: none; }
|
.iconic-indicator {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Invisibility */
|
/* Invisibility */
|
||||||
.iconic-invisible { visibility: hidden; }
|
.iconic-invisible {
|
||||||
.is-phone .iconic-reset-color.iconic-invisible { display: none; }
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
.is-phone .iconic-reset-color.iconic-invisible {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Colorless settings */
|
/* Colorless settings */
|
||||||
.iconic-uncolor-hover .workspace-tab-header:hover .iconic-icon > .svg-icon,
|
.iconic-uncolor-hover .workspace-tab-header:hover .iconic-icon > .svg-icon,
|
||||||
|
@ -311,21 +401,6 @@ a.tag {
|
||||||
display: flex;
|
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 */
|
/* Theme: Catppuccin */
|
||||||
.iconic-theme-cat .workspace-leaf-content[data-type="file-explorer"] .nav-folder-title-content::before {
|
.iconic-theme-cat .workspace-leaf-content[data-type="file-explorer"] .nav-folder-title-content::before {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -401,6 +476,11 @@ a.tag {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Theme: Minimal Edge */
|
||||||
|
.iconic-theme-medge .tree-item-self .tree-item-icon {
|
||||||
|
display: unset;
|
||||||
|
}
|
||||||
|
|
||||||
/* Theme: Sanctum */
|
/* Theme: Sanctum */
|
||||||
.iconic-theme-sanctum .workspace-leaf-content[data-type="file-explorer"] .nav-folder-title:has(.iconic-sidekick) > .nav-folder-title-content::before {
|
.iconic-theme-sanctum .workspace-leaf-content[data-type="file-explorer"] .nav-folder-title:has(.iconic-sidekick) > .nav-folder-title-content::before {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -431,18 +511,6 @@ a.tag {
|
||||||
display: none;
|
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 */
|
/* Theme: Sodalite */
|
||||||
.iconic-theme-sodalite .workspace-leaf-content[data-type="file-explorer"] .nav-files-container {
|
.iconic-theme-sodalite .workspace-leaf-content[data-type="file-explorer"] .nav-files-container {
|
||||||
padding-inline-start: var(--size-4-3);
|
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 = {
|
module2.exports = {
|
||||||
id: "lazy-plugins",
|
id: "lazy-plugins",
|
||||||
name: "Lazy Plugin Loader",
|
name: "Lazy Plugin Loader",
|
||||||
version: "1.0.18",
|
version: "1.0.21",
|
||||||
minAppVersion: "1.6.0",
|
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.",
|
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",
|
author: "Alan Grainger",
|
||||||
|
@ -58,6 +58,7 @@ var DEFAULT_DEVICE_SETTINGS = {
|
||||||
// milliseconds
|
// milliseconds
|
||||||
defaultStartupType: null,
|
defaultStartupType: null,
|
||||||
showDescriptions: true,
|
showDescriptions: true,
|
||||||
|
enableDependencies: false,
|
||||||
plugins: {}
|
plugins: {}
|
||||||
};
|
};
|
||||||
var DEFAULT_SETTINGS = {
|
var DEFAULT_SETTINGS = {
|
||||||
|
@ -75,12 +76,15 @@ var SettingsTab = class extends import_obsidian.PluginSettingTab {
|
||||||
constructor(app, plugin) {
|
constructor(app, plugin) {
|
||||||
super(app, plugin);
|
super(app, plugin);
|
||||||
this.dropdowns = [];
|
this.dropdowns = [];
|
||||||
|
this.pluginSettings = {};
|
||||||
this.app = app;
|
this.app = app;
|
||||||
this.lazyPlugin = plugin;
|
this.lazyPlugin = plugin;
|
||||||
|
this.pluginSettings = this.lazyPlugin.settings.plugins;
|
||||||
}
|
}
|
||||||
async display() {
|
async display() {
|
||||||
const { containerEl } = this;
|
const { containerEl } = this;
|
||||||
this.containerEl = containerEl;
|
this.containerEl = containerEl;
|
||||||
|
this.lazyPlugin.updateManifests();
|
||||||
await this.lazyPlugin.loadSettings();
|
await this.lazyPlugin.loadSettings();
|
||||||
this.buildDom();
|
this.buildDom();
|
||||||
}
|
}
|
||||||
|
@ -88,7 +92,6 @@ var SettingsTab = class extends import_obsidian.PluginSettingTab {
|
||||||
* Build the Settings modal DOM elements
|
* Build the Settings modal DOM elements
|
||||||
*/
|
*/
|
||||||
buildDom() {
|
buildDom() {
|
||||||
const pluginSettings = this.lazyPlugin.settings.plugins;
|
|
||||||
this.containerEl.empty();
|
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) => {
|
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) => {
|
toggle.setValue(this.lazyPlugin.data.dualConfigs).onChange(async (value) => {
|
||||||
|
@ -128,7 +131,7 @@ var SettingsTab = class extends import_obsidian.PluginSettingTab {
|
||||||
this.addDelayOptions(dropdown);
|
this.addDelayOptions(dropdown);
|
||||||
dropdown.onChange(async (value) => {
|
dropdown.onChange(async (value) => {
|
||||||
this.lazyPlugin.manifests.forEach((plugin) => {
|
this.lazyPlugin.manifests.forEach((plugin) => {
|
||||||
pluginSettings[plugin.id] = { startupType: value };
|
this.pluginSettings[plugin.id] = { startupType: value };
|
||||||
});
|
});
|
||||||
this.dropdowns.forEach((dropdown2) => dropdown2.setValue(value));
|
this.dropdowns.forEach((dropdown2) => dropdown2.setValue(value));
|
||||||
dropdown.setValue("");
|
dropdown.setValue("");
|
||||||
|
@ -139,11 +142,22 @@ var SettingsTab = class extends import_obsidian.PluginSettingTab {
|
||||||
this.addFilterButton(setting.descEl, "All");
|
this.addFilterButton(setting.descEl, "All");
|
||||||
Object.keys(LoadingMethods).forEach((key) => this.addFilterButton(setting.descEl, LoadingMethods[key], key));
|
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) => {
|
this.lazyPlugin.manifests.forEach((plugin) => {
|
||||||
const currentValue = this.lazyPlugin.getPluginStartup(plugin.id);
|
const currentValue = this.lazyPlugin.getPluginStartup(plugin.id);
|
||||||
if (this.filter && currentValue !== this.filter)
|
if (this.filterMethod && currentValue !== this.filterMethod)
|
||||||
return;
|
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.dropdowns.push(dropdown);
|
||||||
this.addDelayOptions(dropdown);
|
this.addDelayOptions(dropdown);
|
||||||
dropdown.setValue(currentValue).onChange(async (value) => {
|
dropdown.setValue(currentValue).onChange(async (value) => {
|
||||||
|
@ -172,8 +186,8 @@ var SettingsTab = class extends import_obsidian.PluginSettingTab {
|
||||||
const link = el.createEl("button", { text });
|
const link = el.createEl("button", { text });
|
||||||
link.addClass("lazy-plugin-filter");
|
link.addClass("lazy-plugin-filter");
|
||||||
link.onclick = () => {
|
link.onclick = () => {
|
||||||
this.filter = value;
|
this.filterMethod = value;
|
||||||
this.buildDom();
|
this.buildPluginList();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -188,8 +202,7 @@ var LazyPlugin = class extends import_obsidian2.Plugin {
|
||||||
}
|
}
|
||||||
async onload() {
|
async onload() {
|
||||||
await this.loadSettings();
|
await this.loadSettings();
|
||||||
this.manifests = Object.values(this.app.plugins.manifests).filter((plugin) => plugin.id !== lazyPluginId && // Filter out the Lazy Loader plugin
|
this.updateManifests();
|
||||||
!(import_obsidian2.Platform.isMobile && plugin.isDesktopOnly)).sort((a, b) => a.name.localeCompare(b.name));
|
|
||||||
await this.setInitialPluginsConfiguration();
|
await this.setInitialPluginsConfiguration();
|
||||||
this.addSettingTab(new SettingsTab(this.app, this));
|
this.addSettingTab(new SettingsTab(this.app, this));
|
||||||
this.manifests.forEach((plugin) => this.setPluginStartup(plugin.id));
|
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);
|
this.data.desktop = Object.assign({}, DEFAULT_DEVICE_SETTINGS, this.data.desktop);
|
||||||
if (this.data.dualConfigs && import_obsidian2.Platform.isMobile) {
|
if (this.data.dualConfigs && import_obsidian2.Platform.isMobile) {
|
||||||
if (!this.data.mobile) {
|
if (!this.data.mobile) {
|
||||||
this.data.mobile = Object.assign({}, this.data.desktop);
|
this.data.mobile = JSON.parse(JSON.stringify(this.data.desktop));
|
||||||
} else {
|
} else {
|
||||||
this.data.mobile = Object.assign({}, DEFAULT_DEVICE_SETTINGS, this.data.mobile);
|
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 };
|
this.settings.plugins[pluginId] = { startupType };
|
||||||
await this.saveSettings();
|
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()
|
* Originally this was set up so that when the plugin unloaded, it would enablePluginAndSave()
|
||||||
* the other plugins based on their Lazy Loader startup config.
|
* 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",
|
"id": "lazy-plugins",
|
||||||
"name": "Lazy Plugin Loader",
|
"name": "Lazy Plugin Loader",
|
||||||
"version": "1.0.18",
|
"version": "1.0.21",
|
||||||
"minAppVersion": "1.6.0",
|
"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.",
|
"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",
|
"author": "Alan Grainger",
|
||||||
|
|
25
.obsidian/plugins/lineage/data.json
vendored
25
.obsidian/plugins/lineage/data.json
vendored
|
@ -2,8 +2,8 @@
|
||||||
"documents": {
|
"documents": {
|
||||||
"Campagnes/Absolue Nécessité/AN-0.md": {
|
"Campagnes/Absolue Nécessité/AN-0.md": {
|
||||||
"documentFormat": "sections",
|
"documentFormat": "sections",
|
||||||
"viewType": "markdown",
|
"viewType": "lineage",
|
||||||
"activeSection": "2.1.1.1",
|
"activeSection": "2",
|
||||||
"pinnedSections": {
|
"pinnedSections": {
|
||||||
"sections": []
|
"sections": []
|
||||||
}
|
}
|
||||||
|
@ -13,8 +13,10 @@
|
||||||
"viewType": "lineage",
|
"viewType": "lineage",
|
||||||
"activeSection": "1",
|
"activeSection": "1",
|
||||||
"pinnedSections": {
|
"pinnedSections": {
|
||||||
"sections": [],
|
"sections": []
|
||||||
"activeSection": null
|
},
|
||||||
|
"outline": {
|
||||||
|
"collapsedSections": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Campagnes/Absolue Nécessité/Personnages/Althéa.md": {
|
"Campagnes/Absolue Nécessité/Personnages/Althéa.md": {
|
||||||
|
@ -59,12 +61,21 @@
|
||||||
"outlineMode": false,
|
"outlineMode": false,
|
||||||
"nodeIndentationWidth": 160,
|
"nodeIndentationWidth": 160,
|
||||||
"maintainEditMode": false,
|
"maintainEditMode": false,
|
||||||
"alwaysShowCardButtons": false
|
"alwaysShowCardButtons": false,
|
||||||
|
"h1FontSize_em": 1.802,
|
||||||
|
"hiddenVerticalToolbarButtons": []
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"defaultDocumentFormat": "outline"
|
"defaultDocumentFormat": "outline",
|
||||||
|
"linkPaneType": "tab"
|
||||||
},
|
},
|
||||||
"styleRules": {
|
"styleRules": {
|
||||||
"documents": {}
|
"documents": {},
|
||||||
|
"global": {
|
||||||
|
"rules": []
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"activeTab": "global-rules"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
13226
.obsidian/plugins/lineage/main.js
vendored
13226
.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",
|
"id": "lineage",
|
||||||
"name": "Lineage",
|
"name": "Lineage",
|
||||||
"version": "0.8.0",
|
"version": "0.8.4",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "Edit Markdown in a keyboard-centric Miller columns interface. Inspired by Gingko Writer.",
|
"description": "Edit Markdown in a keyboard-centric Miller columns interface. Inspired by Gingko Writer.",
|
||||||
"author": "ycnmhd",
|
"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 */
|
/* src/styles/theme/theme.css */
|
||||||
.lineage-main {
|
.lineage-view {
|
||||||
--lineage-accent: #55b1ae;
|
--lineage-accent: #55b1ae;
|
||||||
--lineage-color-selection: #418cff;
|
--lineage-color-selection: #418cff;
|
||||||
}
|
}
|
||||||
|
@ -206,14 +206,28 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* src/styles/card/dnd.css */
|
/* 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 {
|
.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 {
|
.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 {
|
.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 {
|
.inactive-node-hover {
|
||||||
opacity: 0.8 !important;
|
opacity: 0.8 !important;
|
||||||
|
@ -227,6 +241,7 @@
|
||||||
left: -5px;
|
left: -5px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.card-background-style {
|
.card-background-style {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -454,18 +469,11 @@ span[data-section] {
|
||||||
line-height: var(--line-height-tight);
|
line-height: var(--line-height-tight);
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
line-height: var(--line-height-tight);
|
|
||||||
padding-top: calc(var(--font-text-size)/3);
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.markdown-source-view span[data-section] {
|
|
||||||
transform: translateX(calc(-100% - 50px));
|
|
||||||
}
|
|
||||||
span[data-section]::before {
|
span[data-section]::before {
|
||||||
content: attr(data-section);
|
content: attr(data-section);
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
|
@ -473,6 +481,18 @@ span[data-section]::before {
|
||||||
padding: 3px 6px;
|
padding: 3px 6px;
|
||||||
border-radius: 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 */
|
/* src/styles/overrides.css */
|
||||||
.lineage-view__content-el--minimap-on {
|
.lineage-view__content-el--minimap-on {
|
||||||
|
@ -515,7 +535,7 @@ span[data-section]::before {
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
.group-has-active-child {
|
.group-has-active-child {
|
||||||
margin-bottom: 3px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
.group-has-active-child:last-child {
|
.group-has-active-child:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -620,6 +640,10 @@ span[data-section]::before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.inactive-node:not(.inactive-node-hover) {
|
||||||
|
opacity: var(--inactive-card-opacity) !important;
|
||||||
|
cursor: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* src/styles/styles.css */
|
/* 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",
|
"id": "obsidian-meta-bind-plugin",
|
||||||
"name": "Meta Bind",
|
"name": "Meta Bind",
|
||||||
"version": "1.3.1",
|
"version": "1.4.2",
|
||||||
"minAppVersion": "1.4.0",
|
"minAppVersion": "1.4.0",
|
||||||
"description": "Make your notes interactive with inline input fields, metadata displays, and buttons.",
|
"description": "Make your notes interactive with inline input fields, metadata displays, and buttons.",
|
||||||
"author": "Moritz Jung",
|
"author": "Moritz Jung",
|
||||||
|
|
|
@ -439,7 +439,7 @@ div.mb-view-wrapper {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Image */
|
/* Image */
|
||||||
.mb-image-search-container {
|
.mb-image-modal-header {
|
||||||
margin-bottom: var(--size-4-4);
|
margin-bottom: var(--size-4-4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -504,6 +504,12 @@ div.mb-view-wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mb-image-empty {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* Time Input */
|
/* Time Input */
|
||||||
|
|
||||||
.mb-input-type-time {
|
.mb-input-type-time {
|
||||||
|
|
Loading…
Reference in a new issue