device-56.home 2026-3-31:21:33:52

This commit is contained in:
oskar
2026-03-31 21:33:52 +02:00
parent 66ab1eb6d8
commit a025c2788e
15 changed files with 47758 additions and 78617 deletions

View File

@@ -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": "",