vault backup: 2026-03-30 15:28:07
This commit is contained in:
116
Seighell/.obsidian/plugins/various-complements/data.json
vendored
Normal file
116
Seighell/.obsidian/plugins/various-complements/data.json
vendored
Normal file
@@ -0,0 +1,116 @@
|
|||||||
|
{
|
||||||
|
"strategy": "default",
|
||||||
|
"cedictPath": "./cedict_ts.u8",
|
||||||
|
"matchStrategy": "prefix",
|
||||||
|
"fuzzyMatch": true,
|
||||||
|
"minFuzzyMatchScore": 0.5,
|
||||||
|
"matchingWithoutEmoji": true,
|
||||||
|
"treatAccentDiacriticsAsAlphabeticCharacters": false,
|
||||||
|
"treatUnderscoreAsPartOfWord": false,
|
||||||
|
"maxNumberOfSuggestions": 5,
|
||||||
|
"maxNumberOfWordsAsPhrase": 3,
|
||||||
|
"minNumberOfCharactersTriggered": 0,
|
||||||
|
"minNumberOfWordsTriggeredPhrase": 1,
|
||||||
|
"complementAutomatically": true,
|
||||||
|
"delayMilliSeconds": 0,
|
||||||
|
"disableSuggestionsDuringImeOn": false,
|
||||||
|
"disableSuggestionsInMathBlock": false,
|
||||||
|
"disableSuggestionsInCodeBlock": false,
|
||||||
|
"insertSpaceAfterCompletion": false,
|
||||||
|
"firstCharactersDisableSuggestions": ":/^",
|
||||||
|
"patternsToSuppressTrigger": [
|
||||||
|
"^~~~.*",
|
||||||
|
"^```.*"
|
||||||
|
],
|
||||||
|
"phrasePatternsToSuppressTrigger": [],
|
||||||
|
"noAutoFocusUntilCycle": false,
|
||||||
|
"showMatchStrategy": false,
|
||||||
|
"showComplementAutomatically": false,
|
||||||
|
"showIndexingStatus": false,
|
||||||
|
"descriptionOnSuggestion": "Short",
|
||||||
|
"hotkeys": {
|
||||||
|
"select": [
|
||||||
|
{
|
||||||
|
"modifiers": [],
|
||||||
|
"key": "Enter"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"select with custom alias": [],
|
||||||
|
"select with custom alias and add to aliases": [],
|
||||||
|
"select with query alias": [],
|
||||||
|
"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": false,
|
||||||
|
"enableCurrentFileComplement": true,
|
||||||
|
"currentFileMinNumberOfCharacters": 0,
|
||||||
|
"onlyComplementEnglishOnCurrentFileComplement": false,
|
||||||
|
"excludeCurrentFileWordPatterns": [],
|
||||||
|
"enableCurrentVaultComplement": false,
|
||||||
|
"currentVaultMinNumberOfCharacters": 0,
|
||||||
|
"includeCurrentVaultPathPrefixPatterns": "",
|
||||||
|
"excludeCurrentVaultPathPrefixPatterns": "",
|
||||||
|
"excludeCurrentVaultPathGlobPatterns": [],
|
||||||
|
"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,
|
||||||
|
"preserveFirstLetterCaseOnInternalLink": false,
|
||||||
|
"excludeInternalLinkPathPrefixPatterns": "",
|
||||||
|
"excludeInternalLinkPathGlobPatterns": [],
|
||||||
|
"excludeSelfInternalLink": false,
|
||||||
|
"excludeExistingInActiveFileInternalLinks": false,
|
||||||
|
"updateInternalLinksOnSave": true,
|
||||||
|
"insertAliasTransformedFromDisplayedInternalLink": {
|
||||||
|
"enabled": false,
|
||||||
|
"beforeRegExp": "",
|
||||||
|
"after": ""
|
||||||
|
},
|
||||||
|
"frontMatterKeyForExclusionInternalLink": "",
|
||||||
|
"tagsForExclusionInternalLink": [],
|
||||||
|
"enableFrontMatterComplement": false,
|
||||||
|
"frontMatterComplementMatchStrategy": "inherit",
|
||||||
|
"insertCommaAfterFrontMatterCompletion": false,
|
||||||
|
"currentFileMinNumberOfCharactersForTrigger": 0,
|
||||||
|
"currentVaultMinNumberOfCharactersForTrigger": 0,
|
||||||
|
"customDictionaryMinNumberOfCharactersForTrigger": 0,
|
||||||
|
"internalLinkMinNumberOfCharactersForTrigger": 0,
|
||||||
|
"intelligentSuggestionPrioritization": {
|
||||||
|
"enabled": true,
|
||||||
|
"historyFilePath": "",
|
||||||
|
"maxDaysToKeepHistory": 30,
|
||||||
|
"maxNumberOfHistoryToKeep": 0
|
||||||
|
},
|
||||||
|
"disableOnMobile": false,
|
||||||
|
"showLogAboutPerformanceInConsole": false
|
||||||
|
}
|
||||||
@@ -1 +1 @@
|
|||||||
{"Tiefstein Tower":{"Tiefstein Tower":{"internalLink":{"count":3,"lastUpdated":1774593478427}}},"Joffrey Tiefstein":{"Joffrey Tiefstein":{"internalLink":{"count":6,"lastUpdated":1774842735628}}},"SiegHell":{"SiegHell":{"internalLink":{"count":1,"lastUpdated":1774517532234}}},"Dragon Queen":{"Dragon Queen":{"internalLink":{"count":5,"lastUpdated":1774828618995}}},"Hoover Schlorp":{"Hoover Schlorp":{"internalLink":{"count":2,"lastUpdated":1774827626823}}},"Brown Mesa Research Facility":{"Brown Mesa Research Facility":{"internalLink":{"count":1,"lastUpdated":1774520326439}}},"Solkanaar":{"Solkanaar":{"internalLink":{"count":7,"lastUpdated":1774828661133}}},"Dyson":{"Dyson":{"internalLink":{"count":4,"lastUpdated":1774829015657}}},"Captain Grimrod Garglinale":{"Captain Grimrod Garglinale":{"internalLink":{"count":1,"lastUpdated":1774520890201}}},"The Ivory Tower":{"The Ivory Tower":{"internalLink":{"count":3,"lastUpdated":1774842085335}}},"Second Wind":{"Second Wind":{"internalLink":{"count":4,"lastUpdated":1774827099968}}},"The Rock of Bral":{"The Rock of Bral":{"internalLink":{"count":6,"lastUpdated":1774842718713}}},"Commodore Crux":{"Commodore Crux":{"internalLink":{"count":2,"lastUpdated":1774522943401}}},"Autismus Von Autingler":{"Autismus Von Autingler":{"internalLink":{"count":3,"lastUpdated":1774673740779}}},"The Happy Beholder":{"The Happy Beholder":{"internalLink":{"count":2,"lastUpdated":1774843256740}}},"Katar Von Erg":{"Katar Von Erg":{"internalLink":{"count":1,"lastUpdated":1774592428796}}},"Slowbad":{"Slowbad":{"internalLink":{"count":2,"lastUpdated":1774785816435}}},"Scrapjacks":{"Scrapjacks":{"internalLink":{"count":1,"lastUpdated":1774592456238}}},"Bad Boy Bubby":{"Bad Boy Bubby":{"internalLink":{"count":1,"lastUpdated":1774592686906}}},"Bubba":{"Bubba":{"internalLink":{"count":4,"lastUpdated":1774785933423}}},"Trae'Vhor":{"Trae'Vhor":{"internalLink":{"count":4,"lastUpdated":1774842264432}}},"Snake Jazz":{"Snake Jazz":{"internalLink":{"count":2,"lastUpdated":1774593387305}}},"Astral Fishers Guild":{"Astral Fishers Guild":{"internalLink":{"count":1,"lastUpdated":1774593858168}}},"The Last Breath":{"The Last Breath":{"internalLink":{"count":1,"lastUpdated":1774594640427}}},"Grimrod Garglinale":{"Grimrod Garglinale":{"internalLink":{"count":1,"lastUpdated":1774594646966}}},"Astral Elves":{"Astral Elves":{"internalLink":{"count":1,"lastUpdated":1774594921109}}},"Autismus":{"Autismus":{"currentFile":{"count":1,"lastUpdated":1774673734492}}},"Crux":{"Crux":{"internalLink":{"count":2,"lastUpdated":1774785685066}}},"Warwick Blastemoff":{"Warwick Blastemoff":{"internalLink":{"count":1,"lastUpdated":1774785771027}}},"Jahn":{"Jahn":{"internalLink":{"count":1,"lastUpdated":1774785908712}}},"The Watt Tribe":{"The Watt Tribe":{"internalLink":{"count":4,"lastUpdated":1774827563022}}},"Squelch":{"Squelch":{"internalLink":{"count":4,"lastUpdated":1774827050587}}},"Squawk":{"Squawk":{"internalLink":{"count":1,"lastUpdated":1774826393221}}},"Lobster Ship":{"Lobster Ship":{"internalLink":{"count":1,"lastUpdated":1774827041370}}},"Creampie":{"Creampie":{"internalLink":{"count":1,"lastUpdated":1774827159935}}},"Squeeve":{"Squeeve":{"internalLink":{"count":1,"lastUpdated":1774827162821}}},"Scareth":{"Scareth":{"internalLink":{"count":1,"lastUpdated":1774827591777}}},"Dave":{"Dave":{"internalLink":{"count":1,"lastUpdated":1774828077019}}},"The Endless":{"The Endless":{"internalLink":{"count":1,"lastUpdated":1774828194215}}},"Zarveth":{"Zarveth":{"internalLink":{"count":1,"lastUpdated":1774828731373}}},"Tiamat":{"Tiamat":{"currentFile":{"count":1,"lastUpdated":1774828760655}}},"Princess Xedali":{"Princess Xedali":{"internalLink":{"count":1,"lastUpdated":1774829078223}}}}
|
{"Tiefstein Tower":{"Tiefstein Tower":{"internalLink":{"count":3,"lastUpdated":1774593478427}}},"Joffrey Tiefstein":{"Joffrey Tiefstein":{"internalLink":{"count":6,"lastUpdated":1774842735628}}},"SiegHell":{"SiegHell":{"internalLink":{"count":1,"lastUpdated":1774517532234}}},"Dragon Queen":{"Dragon Queen":{"internalLink":{"count":5,"lastUpdated":1774828618995}}},"Hoover Schlorp":{"Hoover Schlorp":{"internalLink":{"count":2,"lastUpdated":1774827626823}}},"Brown Mesa Research Facility":{"Brown Mesa Research Facility":{"internalLink":{"count":1,"lastUpdated":1774520326439}}},"Solkanaar":{"Solkanaar":{"internalLink":{"count":7,"lastUpdated":1774828661133}}},"Dyson":{"Dyson":{"internalLink":{"count":4,"lastUpdated":1774829015657}}},"Captain Grimrod Garglinale":{"Captain Grimrod Garglinale":{"internalLink":{"count":1,"lastUpdated":1774520890201}}},"The Ivory Tower":{"The Ivory Tower":{"internalLink":{"count":3,"lastUpdated":1774842085335}}},"Second Wind":{"Second Wind":{"internalLink":{"count":4,"lastUpdated":1774827099968}}},"The Rock of Bral":{"The Rock of Bral":{"internalLink":{"count":6,"lastUpdated":1774842718713}}},"Commodore Crux":{"Commodore Crux":{"internalLink":{"count":2,"lastUpdated":1774522943401}}},"Autismus Von Autingler":{"Autismus Von Autingler":{"internalLink":{"count":3,"lastUpdated":1774673740779}}},"The Happy Beholder":{"The Happy Beholder":{"internalLink":{"count":2,"lastUpdated":1774843256740}}},"Katar Von Erg":{"Katar Von Erg":{"internalLink":{"count":1,"lastUpdated":1774592428796}}},"Slowbad":{"Slowbad":{"internalLink":{"count":2,"lastUpdated":1774785816435}}},"Scrapjacks":{"Scrapjacks":{"internalLink":{"count":1,"lastUpdated":1774592456238}}},"Bad Boy Bubby":{"Bad Boy Bubby":{"internalLink":{"count":1,"lastUpdated":1774592686906}}},"Bubba":{"Bubba":{"internalLink":{"count":4,"lastUpdated":1774785933423}}},"Trae'Vhor":{"Trae'Vhor":{"internalLink":{"count":4,"lastUpdated":1774842264432}}},"Snake Jazz":{"Snake Jazz":{"internalLink":{"count":2,"lastUpdated":1774593387305}}},"Astral Fishers Guild":{"Astral Fishers Guild":{"internalLink":{"count":1,"lastUpdated":1774593858168}}},"The Last Breath":{"The Last Breath":{"internalLink":{"count":1,"lastUpdated":1774594640427}}},"Grimrod Garglinale":{"Grimrod Garglinale":{"internalLink":{"count":1,"lastUpdated":1774594646966}}},"Astral Elves":{"Astral Elves":{"internalLink":{"count":1,"lastUpdated":1774594921109}}},"Autismus":{"Autismus":{"currentFile":{"count":1,"lastUpdated":1774673734492}}},"Crux":{"Crux":{"internalLink":{"count":2,"lastUpdated":1774785685066}}},"Warwick Blastemoff":{"Warwick Blastemoff":{"internalLink":{"count":1,"lastUpdated":1774785771027}}},"Jahn":{"Jahn":{"internalLink":{"count":1,"lastUpdated":1774785908712}}},"The Watt Tribe":{"The Watt Tribe":{"internalLink":{"count":4,"lastUpdated":1774827563022}}},"Squelch":{"Squelch":{"internalLink":{"count":4,"lastUpdated":1774827050587}}},"Squawk":{"Squawk":{"internalLink":{"count":1,"lastUpdated":1774826393221}}},"Lobster Ship":{"Lobster Ship":{"internalLink":{"count":1,"lastUpdated":1774827041370}}},"Creampie":{"Creampie":{"internalLink":{"count":1,"lastUpdated":1774827159935}}},"Squeeve":{"Squeeve":{"internalLink":{"count":1,"lastUpdated":1774827162821}}},"Scareth":{"Scareth":{"internalLink":{"count":1,"lastUpdated":1774827591777}}},"Dave":{"Dave":{"internalLink":{"count":1,"lastUpdated":1774828077019}}},"The Endless":{"The Endless":{"internalLink":{"count":1,"lastUpdated":1774828194215}}},"Zarveth":{"Zarveth":{"internalLink":{"count":1,"lastUpdated":1774828731373}}},"Tiamat":{"Tiamat":{"currentFile":{"count":1,"lastUpdated":1774828760655}}},"Princess Xedali":{"Princess Xedali":{"internalLink":{"count":1,"lastUpdated":1774829078223}}},"Joffrey":{"Joffrey":{"internalLink":{"count":1,"lastUpdated":1774844879375}}}}
|
||||||
Reference in New Issue
Block a user