device-56.home 2026-3-31:21:33:52
This commit is contained in:
17
.obsidian/plugins/various-complements/data.json
vendored
17
.obsidian/plugins/various-complements/data.json
vendored
@@ -15,6 +15,7 @@
|
||||
"delayMilliSeconds": 20,
|
||||
"disableSuggestionsDuringImeOn": true,
|
||||
"disableSuggestionsInMathBlock": true,
|
||||
"disableSuggestionsInCodeBlock": false,
|
||||
"insertSpaceAfterCompletion": false,
|
||||
"firstCharactersDisableSuggestions": ":/^",
|
||||
"patternsToSuppressTrigger": [
|
||||
@@ -31,7 +32,7 @@
|
||||
"select": [
|
||||
{
|
||||
"modifiers": [],
|
||||
"key": "Tab",
|
||||
"key": "Enter",
|
||||
"hideHotkeyGuide": false
|
||||
}
|
||||
],
|
||||
@@ -40,10 +41,12 @@
|
||||
"modifiers": [
|
||||
"Shift"
|
||||
],
|
||||
"key": "Tab",
|
||||
"key": "Enter",
|
||||
"hideHotkeyGuide": false
|
||||
}
|
||||
],
|
||||
"select with custom alias and add to aliases": [],
|
||||
"select with query alias": [],
|
||||
"up": [
|
||||
{
|
||||
"modifiers": [],
|
||||
@@ -78,6 +81,7 @@
|
||||
"currentVaultMinNumberOfCharacters": 2,
|
||||
"includeCurrentVaultPathPrefixPatterns": "",
|
||||
"excludeCurrentVaultPathPrefixPatterns": "",
|
||||
"excludeCurrentVaultPathGlobPatterns": [],
|
||||
"includeCurrentVaultOnlyFilesUnderCurrentDirectory": false,
|
||||
"excludeCurrentVaultWordPatterns": [],
|
||||
"enableCustomDictionaryComplement": false,
|
||||
@@ -90,7 +94,11 @@
|
||||
"displayedTextSuffix": " => ...",
|
||||
"enableInternalLinkComplement": true,
|
||||
"suggestInternalLinkWithAlias": true,
|
||||
"preserveFirstLetterCaseOnInternalLink": false,
|
||||
"excludeInternalLinkPathPrefixPatterns": "",
|
||||
"excludeInternalLinkPathGlobPatterns": [],
|
||||
"excludeSelfInternalLink": false,
|
||||
"excludeExistingInActiveFileInternalLinks": false,
|
||||
"updateInternalLinksOnSave": true,
|
||||
"insertAliasTransformedFromDisplayedInternalLink": {
|
||||
"enabled": false,
|
||||
@@ -98,9 +106,14 @@
|
||||
"after": ""
|
||||
},
|
||||
"frontMatterKeyForExclusionInternalLink": "",
|
||||
"tagsForExclusionInternalLink": [],
|
||||
"enableFrontMatterComplement": true,
|
||||
"frontMatterComplementMatchStrategy": "inherit",
|
||||
"insertCommaAfterFrontMatterCompletion": false,
|
||||
"currentFileMinNumberOfCharactersForTrigger": 0,
|
||||
"currentVaultMinNumberOfCharactersForTrigger": 0,
|
||||
"customDictionaryMinNumberOfCharactersForTrigger": 0,
|
||||
"internalLinkMinNumberOfCharactersForTrigger": 2,
|
||||
"intelligentSuggestionPrioritization": {
|
||||
"enabled": true,
|
||||
"historyFilePath": "",
|
||||
|
||||
Reference in New Issue
Block a user