This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:30:51 +02:00
parent f5b9c3d02c
commit 03ecc4a65b
3433 changed files with 1756195 additions and 0 deletions

View File

@@ -0,0 +1,267 @@
{
"version": "1.0.0",
"onOpenPreferNewTab": false,
"alwaysNewTabForSymbols": false,
"useActiveTabForSymbolsOnMobile": false,
"symbolsInLineOrder": true,
"editorListCommand": "go ",
"symbolListCommand": "@",
"symbolListActiveEditorCommand": "$ ",
"workspaceListCommand": "+",
"headingsListCommand": "#",
"bookmarksListCommand": "'",
"commandListCommand": ">",
"relatedItemsListCommand": "~",
"relatedItemsListActiveEditorCommand": "^ ",
"strictHeadingsOnly": false,
"searchAllHeadings": true,
"headingsSearchDebounceMilli": 250,
"excludeViewTypes": [
"empty"
],
"referenceViews": [
"backlink",
"localgraph",
"outgoing-link",
"outline"
],
"limit": 50,
"includeSidePanelViewTypes": [
"backlink",
"calendar",
"canvas",
"image",
"markdown",
"pdf",
"BC-matrix",
"BC-tree",
"sekund-main-view",
"custom-frames-detexify",
"localgraph",
"tags"
],
"enabledSymbolTypes": {
"1": true,
"2": true,
"4": true,
"8": true,
"16": true
},
"selectNearestHeading": true,
"excludeFolders": [],
"excludeLinkSubTypes": 0,
"excludeRelatedFolders": [
""
],
"excludeOpenRelatedFiles": false,
"excludeObsidianIgnoredFiles": false,
"shouldSearchFilenames": false,
"pathDisplayFormat": 3,
"hidePathIfRoot": true,
"enabledRelatedItems": [
"disk-location",
"backlink"
],
"showOptionalIndicatorIcons": true,
"overrideStandardModeBehaviors": true,
"enabledRibbonCommands": [
"HeadingsList",
"SymbolList"
],
"fileExtAllowList": [
"canvas"
],
"enableMatchPriorityAdjustments": false,
"matchPriorityAdjustments": {
"isOpenInEditor": 0,
"isBookmarked": 0,
"isRecent": 0,
"file": 0,
"alias": 0,
"h1": 0
},
"quickFilters": {
"resetKey": "0",
"keyList": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9"
],
"modifiers": [
"Ctrl",
"Alt"
],
"facetList": [
{
"id": "Heading",
"mode": 4,
"label": "headings",
"isActive": false,
"isAvailable": true
},
{
"id": "Tag",
"mode": 4,
"label": "tags",
"isActive": false,
"isAvailable": true
},
{
"id": "Callout",
"mode": 4,
"label": "callouts",
"isActive": false,
"isAvailable": true
},
{
"id": "Link",
"mode": 4,
"label": "links",
"isActive": false,
"isAvailable": true
},
{
"id": "Embed",
"mode": 4,
"label": "embeds",
"isActive": false,
"isAvailable": true
},
{
"id": "canvas-node-file",
"mode": 4,
"label": "file cards",
"isActive": false,
"isAvailable": true
},
{
"id": "canvas-node-text",
"mode": 4,
"label": "text cards",
"isActive": false,
"isAvailable": true
},
{
"id": "canvas-node-link",
"mode": 4,
"label": "link cards",
"isActive": false,
"isAvailable": true
},
{
"id": "canvas-node-group",
"mode": 4,
"label": "groups",
"isActive": false,
"isAvailable": true
},
{
"id": "backlink",
"mode": 128,
"label": "backlinks",
"isActive": false,
"isAvailable": true
},
{
"id": "outgoing-link",
"mode": 128,
"label": "outgoing links",
"isActive": false,
"isAvailable": true
},
{
"id": "disk-location",
"mode": 128,
"label": "disk location",
"isActive": false,
"isAvailable": true
},
{
"id": "bookmarks-file",
"mode": 32,
"label": "files",
"isActive": false,
"isAvailable": true
},
{
"id": "bookmarks-folder",
"mode": 32,
"label": "folders",
"isActive": false,
"isAvailable": true
},
{
"id": "bookmarks-search",
"mode": 32,
"label": "searches",
"isActive": false,
"isAvailable": true
}
],
"shouldResetActiveFacets": false,
"shouldShowFacetInstructions": true
},
"preserveCommandPaletteLastInput": false,
"preserveQuickSwitcherLastInput": false,
"shouldCloseModalOnBackspace": false,
"maxRecentFileSuggestionsOnInit": 25,
"orderEditorListByAccessTime": true,
"insertLinkInEditor": {
"isEnabled": true,
"keymap": {
"modifiers": [
"Mod"
],
"key": "i",
"purpose": "insert in editor"
},
"insertableEditorTypes": [
"markdown"
],
"useBasenameAsAlias": true,
"useHeadingAsAlias": true
},
"removeDefaultTabBinding": true,
"navigationKeys": {
"nextKeys": [
{
"modifiers": [
"Ctrl"
],
"key": "n"
},
{
"modifiers": [
"Ctrl"
],
"key": "j"
}
],
"prevKeys": [
{
"modifiers": [
"Ctrl"
],
"key": "p"
},
{
"modifiers": [
"Ctrl"
],
"key": "k"
}
]
},
"closeWhenEmptyKeys": [
{
"modifiers": null,
"key": "Backspace"
}
]
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "darlal-switcher-plus",
"name": "Quick Switcher++",
"version": "3.3.7",
"minAppVersion": "1.4.5",
"description": "Enhanced Quick Switcher, search open panels, and symbols.",
"author": "darlal",
"authorUrl": "https://github.com/darlal/obsidian-switcher-plus",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,154 @@
:root {
--symbol-base-padding: 0px;
--symbol-indent-padding: 12px;
}
.qsp-filter-active {
color: var(--text-accent);
}
/* suggestion file path icon */
.qsp-path-indicator {
margin-right: 4px;
vertical-align: middle;
}
/* symbol suggestion, symbol type icon */
.qsp-symbol-indicator {
width: 2em;
text-align: center;
float: left;
font-weight: 800;
}
.qsp-symbol-indicator.callout {
background-color:inherit;
padding: inherit;
}
/* warning/error text */
.qsp-warning {
color: var(--text-error);
}
/* settings panel, indent setting to create visual hierarchy */
.qsp-setting-item-indent {
border: 0px;
padding-left: 36px;
}
/* symbol suggestion should align to the left */
.suggestion-item.qsp-suggestion-symbol {
justify-content: left;
}
/* highlight recently used file suggestions */
.suggestion-item.qsp-recent-file .qsp-title {
text-decoration: underline dotted var(--text-muted);
}
/* highlight currently open editor suggestions */
.suggestion-item.qsp-open-editor .qsp-title {
text-decoration: underline var(--text-accent);
}
/* highlight the open editor flair icon */
.suggestion-item.qsp-open-editor .qsp-editor-indicator {
color: var(--text-accent);
}
/* symbol suggestion display the icon first (on the left side) */
.qsp-suggestion-symbol > .qsp-aux {
order: -1;
}
/* symbol suggestion indentation when in outline mode */
.qsp-symbol-l0 {
padding-left: var(--symbol-base-padding);
}
.qsp-symbol-l1 {
padding-left: calc(var(--symbol-base-padding) + var(--symbol-indent-padding));
}
.qsp-symbol-l2 {
padding-left: calc(var(--symbol-base-padding) + (2 * var(--symbol-indent-padding)));
}
.qsp-symbol-l3 {
padding-left: calc(var(--symbol-base-padding) + (3 * var(--symbol-indent-padding)));
}
.qsp-symbol-l4 {
padding-left: calc(var(--symbol-base-padding) + (4 * var(--symbol-indent-padding)));
}
.qsp-symbol-l5 {
padding-left: calc(var(--symbol-base-padding) + (5 * var(--symbol-indent-padding)));
}
.qsp-symbol-l6 {
padding-left: calc(var(--symbol-base-padding) + (6 * var(--symbol-indent-padding)));
}
/* command suggestion item */
.qsp-suggestion-command {}
/* editor suggestion item */
.qsp-suggestion-editor {}
/* heading suggestion item */
.qsp-suggestion-headings {}
/* related item suggestion */
.qsp-suggestion-related {}
/* symbol suggestion item */
.qsp-suggestion-symbol {}
/* workspace suggestion item */
.qsp-suggestion-workspace {}
/* file suggestion when not in standard mode */
.qsp-suggestion-file {}
/* alias suggestion when not in standard mode */
.qsp-suggestion-alias {}
/* suggestion primary content container */
.qsp-content {}
/* suggestion title element */
.qsp-title {}
/* suggestion secondary information element (like file path information) */
.qsp-note {}
/* suggestion flair/icon container */
.qsp-aux {}
/* suggestion file path element */
.qsp-path {}
/* headings suggestion, heading level (H1, H2, etc..) icon */
.qsp-headings-indicator {}
/* flair icon for suggestions that represent a recent file */
.qsp-recent-indicator {}
/* flair icon for suggestion that represent a file currently opened in an editor */
.qsp-editor-indicator {}
/* flair icon for suggestions that represent a related file */
.qsp-related-indicator {}
/* flair icon for suggestions that represent an alias */
.qsp-alias-indicator {}
/* headings level */
.qsp-headings-l1 {}
.qsp-headings-l2 {}
.qsp-headings-l3 {}
.qsp-headings-l4 {}
.qsp-headings-l5 {}
.qsp-headings-l6 {}