119 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			119 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "strategy": "default",
 | |
|   "cedictPath": "./cedict_ts.u8",
 | |
|   "matchStrategy": "partial",
 | |
|   "fuzzyMatch": true,
 | |
|   "minFuzzyMatchScore": 0.5,
 | |
|   "matchingWithoutEmoji": true,
 | |
|   "treatAccentDiacriticsAsAlphabeticCharacters": true,
 | |
|   "treatUnderscoreAsPartOfWord": false,
 | |
|   "maxNumberOfSuggestions": 10,
 | |
|   "maxNumberOfWordsAsPhrase": 3,
 | |
|   "minNumberOfCharactersTriggered": 3,
 | |
|   "minNumberOfWordsTriggeredPhrase": 1,
 | |
|   "complementAutomatically": true,
 | |
|   "delayMilliSeconds": 20,
 | |
|   "disableSuggestionsDuringImeOn": true,
 | |
|   "disableSuggestionsInMathBlock": true,
 | |
|   "insertSpaceAfterCompletion": false,
 | |
|   "firstCharactersDisableSuggestions": ":/^",
 | |
|   "patternsToSuppressTrigger": [
 | |
|     "^~~~.*",
 | |
|     "^```.*"
 | |
|   ],
 | |
|   "phrasePatternsToSuppressTrigger": [],
 | |
|   "noAutoFocusUntilCycle": false,
 | |
|   "showMatchStrategy": true,
 | |
|   "showComplementAutomatically": true,
 | |
|   "showIndexingStatus": true,
 | |
|   "descriptionOnSuggestion": "Short",
 | |
|   "hotkeys": {
 | |
|     "select": [
 | |
|       {
 | |
|         "modifiers": [],
 | |
|         "key": "Tab",
 | |
|         "hideHotkeyGuide": false
 | |
|       }
 | |
|     ],
 | |
|     "select with custom alias": [
 | |
|       {
 | |
|         "modifiers": [
 | |
|           "Shift"
 | |
|         ],
 | |
|         "key": "Tab",
 | |
|         "hideHotkeyGuide": false
 | |
|       }
 | |
|     ],
 | |
|     "up": [
 | |
|       {
 | |
|         "modifiers": [],
 | |
|         "key": "ArrowUp"
 | |
|       }
 | |
|     ],
 | |
|     "down": [
 | |
|       {
 | |
|         "modifiers": [],
 | |
|         "key": "ArrowDown"
 | |
|       }
 | |
|     ],
 | |
|     "select 1st": [],
 | |
|     "select 2nd": [],
 | |
|     "select 3rd": [],
 | |
|     "select 4th": [],
 | |
|     "select 5th": [],
 | |
|     "select 6th": [],
 | |
|     "select 7th": [],
 | |
|     "select 8th": [],
 | |
|     "select 9th": [],
 | |
|     "open": [],
 | |
|     "completion": [],
 | |
|     "insert as text": []
 | |
|   },
 | |
|   "propagateEsc": true,
 | |
|   "enableCurrentFileComplement": false,
 | |
|   "currentFileMinNumberOfCharacters": 0,
 | |
|   "onlyComplementEnglishOnCurrentFileComplement": false,
 | |
|   "excludeCurrentFileWordPatterns": [],
 | |
|   "enableCurrentVaultComplement": false,
 | |
|   "currentVaultMinNumberOfCharacters": 2,
 | |
|   "includeCurrentVaultPathPrefixPatterns": "",
 | |
|   "excludeCurrentVaultPathPrefixPatterns": "",
 | |
|   "includeCurrentVaultOnlyFilesUnderCurrentDirectory": false,
 | |
|   "excludeCurrentVaultWordPatterns": [],
 | |
|   "enableCustomDictionaryComplement": false,
 | |
|   "customDictionaryPaths": "https://raw.githubusercontent.com/first20hours/google-10000-english/master/google-10000-english-no-swears.txt",
 | |
|   "columnDelimiter": "Tab",
 | |
|   "customDictionaryWordRegexPattern": "",
 | |
|   "delimiterToHideSuggestion": "",
 | |
|   "delimiterToDivideSuggestionsForDisplayFromInsertion": "",
 | |
|   "caretLocationSymbolAfterComplement": "",
 | |
|   "displayedTextSuffix": " => ...",
 | |
|   "enableInternalLinkComplement": true,
 | |
|   "suggestInternalLinkWithAlias": true,
 | |
|   "excludeInternalLinkPathPrefixPatterns": "",
 | |
|   "updateInternalLinksOnSave": true,
 | |
|   "insertAliasTransformedFromDisplayedInternalLink": {
 | |
|     "enabled": false,
 | |
|     "beforeRegExp": "",
 | |
|     "after": ""
 | |
|   },
 | |
|   "frontMatterKeyForExclusionInternalLink": "",
 | |
|   "enableFrontMatterComplement": true,
 | |
|   "frontMatterComplementMatchStrategy": "inherit",
 | |
|   "insertCommaAfterFrontMatterCompletion": false,
 | |
|   "intelligentSuggestionPrioritization": {
 | |
|     "enabled": true,
 | |
|     "historyFilePath": "",
 | |
|     "maxDaysToKeepHistory": 30,
 | |
|     "maxNumberOfHistoryToKeep": 5000
 | |
|   },
 | |
|   "disableOnMobile": true,
 | |
|   "showLogAboutPerformanceInConsole": false,
 | |
|   "insertAfterCompletion": true,
 | |
|   "selectionHistoryTree": {},
 | |
|   "useCommonPrefixCompletionOfSuggestion": false,
 | |
|   "selectSuggestionKeys": "Tab",
 | |
|   "additionalCycleThroughSuggestionsKeys": "Ctrl/Cmd+N, Ctrl/Cmd+P",
 | |
|   "disableUpDownKeysForCycleThroughSuggestionsKeys": false,
 | |
|   "openSourceFileKey": "Alt+Enter"
 | |
| } |