add useful plugins, adjust mobile workspace config to match desktop config
This commit is contained in:
parent
862342f0ec
commit
bed6cd90ed
2
.nomedia
2
.nomedia
|
@ -1 +1 @@
|
||||||
/storage/emulated/0/Krita
|
/storage/emulated/0/obsidian/Template Obsidian Vault
|
2
.obsidian/.nomedia
vendored
2
.obsidian/.nomedia
vendored
|
@ -1 +1 @@
|
||||||
/storage/emulated/0/Krita
|
/storage/emulated/0/obsidian/Template Obsidian Vault/.obsidian
|
5
.obsidian/community-plugins.json
vendored
5
.obsidian/community-plugins.json
vendored
|
@ -15,5 +15,8 @@
|
||||||
"obsidian42-brat",
|
"obsidian42-brat",
|
||||||
"obsidian-admonition",
|
"obsidian-admonition",
|
||||||
"creases",
|
"creases",
|
||||||
"obsidian-advanced-uri"
|
"obsidian-advanced-uri",
|
||||||
|
"table-editor-obsidian",
|
||||||
|
"folder-notes",
|
||||||
|
"waypoint"
|
||||||
]
|
]
|
109
.obsidian/plugins/folder-notes/data.json
vendored
Normal file
109
.obsidian/plugins/folder-notes/data.json
vendored
Normal file
|
@ -0,0 +1,109 @@
|
||||||
|
{
|
||||||
|
"syncFolderName": true,
|
||||||
|
"ctrlKey": true,
|
||||||
|
"altKey": false,
|
||||||
|
"hideFolderNote": true,
|
||||||
|
"templatePath": "",
|
||||||
|
"autoCreate": false,
|
||||||
|
"enableCollapsing": false,
|
||||||
|
"excludeFolders": [
|
||||||
|
{
|
||||||
|
"type": "pattern",
|
||||||
|
"string": "*_attachment*",
|
||||||
|
"position": 0,
|
||||||
|
"subFolders": true,
|
||||||
|
"disableSync": true,
|
||||||
|
"disableAutoCreate": true,
|
||||||
|
"disableFolderNote": false,
|
||||||
|
"enableCollapsing": false,
|
||||||
|
"excludeFromFolderOverview": false,
|
||||||
|
"path": "",
|
||||||
|
"hideInSettings": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"whitelistFolders": [],
|
||||||
|
"showDeleteConfirmation": true,
|
||||||
|
"underlineFolder": true,
|
||||||
|
"stopWhitespaceCollapsing": true,
|
||||||
|
"underlineFolderInPath": true,
|
||||||
|
"openFolderNoteOnClickInPath": true,
|
||||||
|
"openInNewTab": false,
|
||||||
|
"folderNoteName": "{{folder_name}}",
|
||||||
|
"folderNoteType": ".md",
|
||||||
|
"disableFolderHighlighting": false,
|
||||||
|
"newFolderNoteName": "{{folder_name}}",
|
||||||
|
"storageLocation": "insideFolder",
|
||||||
|
"syncDelete": false,
|
||||||
|
"showRenameConfirmation": true,
|
||||||
|
"defaultOverview": {
|
||||||
|
"id": "",
|
||||||
|
"folderPath": "",
|
||||||
|
"title": "{{folderName}} overview",
|
||||||
|
"showTitle": false,
|
||||||
|
"depth": 3,
|
||||||
|
"includeTypes": [
|
||||||
|
"folder",
|
||||||
|
"markdown",
|
||||||
|
"pdf"
|
||||||
|
],
|
||||||
|
"style": "list",
|
||||||
|
"disableFileTag": false,
|
||||||
|
"sortBy": "name",
|
||||||
|
"sortByAsc": true,
|
||||||
|
"showEmptyFolders": false,
|
||||||
|
"onlyIncludeSubfolders": false,
|
||||||
|
"storeFolderCondition": true,
|
||||||
|
"showFolderNotes": false,
|
||||||
|
"disableCollapseIcon": true
|
||||||
|
},
|
||||||
|
"useSubmenus": true,
|
||||||
|
"syncMove": true,
|
||||||
|
"frontMatterTitle": {
|
||||||
|
"enabled": false,
|
||||||
|
"explorer": true,
|
||||||
|
"path": true
|
||||||
|
},
|
||||||
|
"settingsTab": "exclude_folders",
|
||||||
|
"supportedFileTypes": [
|
||||||
|
"md",
|
||||||
|
"canvas"
|
||||||
|
],
|
||||||
|
"boldName": false,
|
||||||
|
"boldNameInPath": false,
|
||||||
|
"cursiveName": false,
|
||||||
|
"cursiveNameInPath": false,
|
||||||
|
"disableOpenFolderNoteOnClick": false,
|
||||||
|
"openByClick": true,
|
||||||
|
"openWithCtrl": false,
|
||||||
|
"openWithAlt": false,
|
||||||
|
"excludeFolderDefaultSettings": {
|
||||||
|
"type": "folder",
|
||||||
|
"path": "",
|
||||||
|
"subFolders": true,
|
||||||
|
"disableSync": true,
|
||||||
|
"disableAutoCreate": true,
|
||||||
|
"disableFolderNote": false,
|
||||||
|
"enableCollapsing": false,
|
||||||
|
"position": 0,
|
||||||
|
"excludeFromFolderOverview": false,
|
||||||
|
"string": "",
|
||||||
|
"hideInSettings": false
|
||||||
|
},
|
||||||
|
"excludePatternDefaultSettings": {
|
||||||
|
"type": "pattern",
|
||||||
|
"path": "",
|
||||||
|
"subFolders": true,
|
||||||
|
"disableSync": true,
|
||||||
|
"disableAutoCreate": true,
|
||||||
|
"disableFolderNote": false,
|
||||||
|
"enableCollapsing": false,
|
||||||
|
"position": 0,
|
||||||
|
"excludeFromFolderOverview": false,
|
||||||
|
"string": "",
|
||||||
|
"hideInSettings": false
|
||||||
|
},
|
||||||
|
"hideCollapsingIcon": false,
|
||||||
|
"tabManagerEnabled": true,
|
||||||
|
"ignoreAttachmentFolder": true,
|
||||||
|
"deleteFilesAction": "trash"
|
||||||
|
}
|
5906
.obsidian/plugins/folder-notes/main.js
vendored
Normal file
5906
.obsidian/plugins/folder-notes/main.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
12
.obsidian/plugins/folder-notes/manifest.json
vendored
Normal file
12
.obsidian/plugins/folder-notes/manifest.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"id": "folder-notes",
|
||||||
|
"name": "Folder notes",
|
||||||
|
"version": "1.7.32",
|
||||||
|
"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",
|
||||||
|
"authorUrl": "https://github.com/LostPaul",
|
||||||
|
"fundingUrl": "https://ko-fi.com/paul305844",
|
||||||
|
"helpUrl": "https://lostpaul.github.io/obsidian-folder-notes/",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
273
.obsidian/plugins/folder-notes/styles.css
vendored
Normal file
273
.obsidian/plugins/folder-notes/styles.css
vendored
Normal file
|
@ -0,0 +1,273 @@
|
||||||
|
.fn-whitespace-stop-collapsing .nav-folder-title-content {
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
display: flex;
|
||||||
|
padding-bottom: 4px !important;
|
||||||
|
padding-top: 4px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.version-1-7-2.fn-whitespace-stop-collapsing .nav-files-container .collapse-icon {
|
||||||
|
padding-top: 4px !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;
|
||||||
|
}
|
||||||
|
|
||||||
|
body:not(.is-grabbing) .tree-item-self.fn-is-active:hover,
|
||||||
|
body:not(.disable-folder-highlight) .tree-item-self.fn-is-active {
|
||||||
|
color: var(--nav-item-color-active);
|
||||||
|
background-color: var(--nav-item-background-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;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fn-excluded-folder-heading {
|
||||||
|
margin-top: 0 !important;
|
||||||
|
border-top: 1px solid var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-exclude-folder-item {
|
||||||
|
padding-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fn-exclude-folder-list {
|
||||||
|
padding-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fn-exclude-folder-list.setting-item {
|
||||||
|
border-top: 0 !important;
|
||||||
|
border-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fn-exclude-folder-list .setting-item-control {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-start !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fn-exclude-folder-list .setting-item-info {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fn-exclude-folder-list .search-input-container {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.fn-confirmation-modal {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
:not(.is-phone) .fn-confirmation-modal-button {
|
||||||
|
margin-right: 0.7rem;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
:not(.is-phone) .fn-delete-confirmation-modal-buttons {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
:not(.is-phone) .fn-delete-confirmation-modal-buttons input[type="checkbox"] {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-phone .fn-delete-confirmation-modal-buttons {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-phone .fn-delete-confirmation-modal-buttons .fn-confirmation-modal-button {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Folder overview */
|
||||||
|
|
||||||
|
.fn-folder-overview-collapse-icon {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fn-has-no-files .collapse-icon {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.folder-overview-list {
|
||||||
|
margin-top: 0 !important;
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
padding-bottom: 1.200 !important;
|
||||||
|
padding-top: 1.200 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.folder-overview-list-item {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.folder-overview-list::marker {
|
||||||
|
color: var(--text-faint);
|
||||||
|
}
|
||||||
|
|
||||||
|
.folder-list::marker {
|
||||||
|
color: var(--text-normal) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.folder-overview-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-gap: 20px;
|
||||||
|
grid-template-columns: repeat(3, 1fr);
|
||||||
|
}
|
||||||
|
|
||||||
|
.folder-overview-grid-item-article article {
|
||||||
|
padding: 15px;
|
||||||
|
flex: 1;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.folder-overview-grid-item-article a {
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.folder-overview-grid-item-article h1 {
|
||||||
|
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;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* File explorer & path styles */
|
||||||
|
|
||||||
|
.folder-note-underline .has-folder-note .nav-folder-title-content {
|
||||||
|
text-decoration-line: underline;
|
||||||
|
text-decoration-color: var(--text-faint);
|
||||||
|
text-decoration-thickness: 2px;
|
||||||
|
text-underline-offset: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.folder-note-underline-path .has-folder-note.view-header-breadcrumb {
|
||||||
|
text-decoration-line: underline;
|
||||||
|
text-decoration-color: var(--text-faint);
|
||||||
|
text-decoration-thickness: 1px;
|
||||||
|
text-underline-offset: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.folder-note-bold .has-folder-note .nav-folder-title-content,
|
||||||
|
.folder-note-bold-path .has-folder-note.view-header-breadcrumb {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.folder-note-cursive .has-folder-note .nav-folder-title-content,
|
||||||
|
.folder-note-cursive-path .has-folder-note.view-header-breadcrumb {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fn-hide-collapse-icon .has-folder-note.only-has-folder-note .tree-item-icon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fn-hide-empty-collapse-icon .fn-empty-folder .tree-item-icon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* .fn-suggestion-container {
|
||||||
|
position: absolute;
|
||||||
|
overflow: hidden;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
background-color: var(--background-primary);
|
||||||
|
max-width: 500px;
|
||||||
|
max-height: 300px;
|
||||||
|
border-radius: var(--radius-m);
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
box-shadow: var(--shadow-s);
|
||||||
|
z-index: var(--layer-notice);
|
||||||
|
} */
|
6
.obsidian/plugins/table-editor-obsidian/data.json
vendored
Normal file
6
.obsidian/plugins/table-editor-obsidian/data.json
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"formatType": "normal",
|
||||||
|
"showRibbonIcon": true,
|
||||||
|
"bindEnter": true,
|
||||||
|
"bindTab": true
|
||||||
|
}
|
14109
.obsidian/plugins/table-editor-obsidian/main.js
vendored
Normal file
14109
.obsidian/plugins/table-editor-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
17
.obsidian/plugins/table-editor-obsidian/manifest.json
vendored
Normal file
17
.obsidian/plugins/table-editor-obsidian/manifest.json
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"id": "table-editor-obsidian",
|
||||||
|
"name": "Advanced Tables",
|
||||||
|
"author": "Tony Grosinger",
|
||||||
|
"authorUrl": "https://grosinger.net",
|
||||||
|
"description": "Improved table navigation, formatting, manipulation, and formulas",
|
||||||
|
"isDesktopOnly": false,
|
||||||
|
"minAppVersion": "1.0.0",
|
||||||
|
"version": "0.22.0",
|
||||||
|
"js": "main.js",
|
||||||
|
"fundingUrl": {
|
||||||
|
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
|
||||||
|
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
|
||||||
|
"Paypal": "https://paypal.me/tgrosinger"
|
||||||
|
},
|
||||||
|
"donation": "https://buymeacoffee.com/tgrosinger"
|
||||||
|
}
|
78
.obsidian/plugins/table-editor-obsidian/styles.css
vendored
Normal file
78
.obsidian/plugins/table-editor-obsidian/styles.css
vendored
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
:root {
|
||||||
|
--advanced-tables-helper-size: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.HyperMD-table-row span.cm-inline-code {
|
||||||
|
font-size: 100%;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.advanced-tables-buttons>div>.title {
|
||||||
|
font-weight: var(--font-medium);
|
||||||
|
font-size: var(--nav-item-size);
|
||||||
|
color: var(--nav-item-color);
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-type="advanced-tables-toolbar"] .nav-buttons-container {
|
||||||
|
column-gap: 0.2rem;
|
||||||
|
margin: 0.2rem 0 0.2rem 0;
|
||||||
|
justify-content: start;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-type="advanced-tables-toolbar"] .nav-buttons-container::before {
|
||||||
|
min-width: 2.6rem;
|
||||||
|
line-height: var(--advanced-tables-helper-size);
|
||||||
|
font-size: var(--nav-item-size);
|
||||||
|
font-weight: var(--nav-item-weight);
|
||||||
|
color: var(--nav-item-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-type="advanced-tables-toolbar"] .nav-buttons-container>* {
|
||||||
|
height: var(--advanced-tables-helper-size);
|
||||||
|
line-height: var(--advanced-tables-helper-size);
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-type="advanced-tables-toolbar"] .nav-buttons-container .nav-action-button {
|
||||||
|
width: var(--advanced-tables-helper-size);
|
||||||
|
height: var(--advanced-tables-helper-size);
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-type="advanced-tables-toolbar"] .nav-buttons-container .nav-action-button:hover {
|
||||||
|
background-color: var(--nav-item-background-hover);
|
||||||
|
color: var(--nav-item-color-hover);
|
||||||
|
font-weight: var(--nav-item-weight-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.advanced-tables-row-label {
|
||||||
|
width: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.widget-icon {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
fill: var(--text-muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
.widget-icon:hover {
|
||||||
|
fill: var(--text-normal);
|
||||||
|
}
|
||||||
|
|
||||||
|
.advanced-tables-csv-export textarea {
|
||||||
|
height: 200px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.advanced-tables-donation {
|
||||||
|
width: 70%;
|
||||||
|
margin: 0 auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.advanced-tables-donate-button {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
23
.obsidian/plugins/waypoint/main.js
vendored
Normal file
23
.obsidian/plugins/waypoint/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/waypoint/manifest.json
vendored
Normal file
10
.obsidian/plugins/waypoint/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"id": "waypoint",
|
||||||
|
"name": "Waypoint",
|
||||||
|
"version": "2.1.0",
|
||||||
|
"minAppVersion": "0.12.0",
|
||||||
|
"description": "Easily generate dynamic content maps in your folder notes using waypoints. Enables folders to show up in the graph view and removes the need for messy tags!",
|
||||||
|
"author": "Idrees Hassan",
|
||||||
|
"authorUrl": "https://idreesinc.com",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
133
.obsidian/workspace-mobile.json
vendored
Normal file
133
.obsidian/workspace-mobile.json
vendored
Normal file
|
@ -0,0 +1,133 @@
|
||||||
|
{
|
||||||
|
"main": {
|
||||||
|
"id": "85182147ab28350a",
|
||||||
|
"type": "split",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "00ba0ef2c731e4ef",
|
||||||
|
"type": "tabs",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "d5ef3a88188fa168",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "empty",
|
||||||
|
"state": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"direction": "vertical"
|
||||||
|
},
|
||||||
|
"left": {
|
||||||
|
"id": "d6ed2530f221082a",
|
||||||
|
"type": "mobile-drawer",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "c2955ae16fd6d60f",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "file-explorer",
|
||||||
|
"state": {
|
||||||
|
"sortOrder": "alphabetical"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "c9bdf2ba11adf6ff",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "search",
|
||||||
|
"state": {
|
||||||
|
"query": "",
|
||||||
|
"matchingCase": false,
|
||||||
|
"explainSearch": false,
|
||||||
|
"collapseAll": false,
|
||||||
|
"extraContext": false,
|
||||||
|
"sortOrder": "alphabetical"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "c20284c67fc84053",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "tag",
|
||||||
|
"state": {
|
||||||
|
"sortOrder": "frequency",
|
||||||
|
"useHierarchy": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ec7730e05e2ec4a9",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "bookmarks",
|
||||||
|
"state": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"currentTab": 0
|
||||||
|
},
|
||||||
|
"right": {
|
||||||
|
"id": "99c2a1c932c8cf84",
|
||||||
|
"type": "mobile-drawer",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "15cb0d935729a7cd",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "backlink",
|
||||||
|
"state": {
|
||||||
|
"collapseAll": false,
|
||||||
|
"extraContext": false,
|
||||||
|
"sortOrder": "alphabetical",
|
||||||
|
"showSearch": false,
|
||||||
|
"searchQuery": "",
|
||||||
|
"backlinkCollapsed": false,
|
||||||
|
"unlinkedCollapsed": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "6bef787c5012ed03",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "outgoing-link",
|
||||||
|
"state": {
|
||||||
|
"linksCollapsed": false,
|
||||||
|
"unlinkedCollapsed": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "d0d12e782fc088dd",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "outline",
|
||||||
|
"state": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"currentTab": 0
|
||||||
|
},
|
||||||
|
"left-ribbon": {
|
||||||
|
"hiddenItems": {
|
||||||
|
"command-palette:Open command palette": false,
|
||||||
|
"dashboard-navigator:Open dashboard navigator": false,
|
||||||
|
"switcher:Open quick switcher": false,
|
||||||
|
"graph:Open graph view": true,
|
||||||
|
"canvas:Create new canvas": true,
|
||||||
|
"templater-obsidian:Templater": true,
|
||||||
|
"qatt:Refresh QATT Tables": true,
|
||||||
|
"qatt:Refresh Views": true,
|
||||||
|
"qatt:Log Metrics": true,
|
||||||
|
"obsidian42-brat:BRAT": true,
|
||||||
|
"table-editor-obsidian:Advanced Tables Toolbar": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"active": "d5ef3a88188fa168",
|
||||||
|
"lastOpenFiles": []
|
||||||
|
}
|
3
.obsidian/workspace.json
vendored
3
.obsidian/workspace.json
vendored
|
@ -147,7 +147,8 @@
|
||||||
"templater-obsidian:Templater": true,
|
"templater-obsidian:Templater": true,
|
||||||
"qatt:Refresh QATT Tables": true,
|
"qatt:Refresh QATT Tables": true,
|
||||||
"qatt:Refresh Views": true,
|
"qatt:Refresh Views": true,
|
||||||
"qatt:Log Metrics": true
|
"qatt:Log Metrics": true,
|
||||||
|
"table-editor-obsidian:Advanced Tables Toolbar": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "d39143cc55ceac73",
|
"active": "d39143cc55ceac73",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
/storage/emulated/0/Krita
|
/storage/emulated/0/obsidian/Template Obsidian Vault/__attic
|
Loading…
Reference in a new issue