update: Add obsidian-completr
Usefull for callout completion
This commit is contained in:
22
.obsidian/plugins/obsidian-completr/data.json
vendored
Normal file
22
.obsidian/plugins/obsidian-completr/data.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"characterRegex": "a-zA-ZöäüÖÄÜß",
|
||||
"maxLookBackDistance": 50,
|
||||
"autoFocus": true,
|
||||
"autoTrigger": true,
|
||||
"minWordLength": 2,
|
||||
"minWordTriggerLength": 3,
|
||||
"wordInsertionMode": "Match-Case & Replace",
|
||||
"ignoreDiacriticsWhenFiltering": false,
|
||||
"latexProviderEnabled": true,
|
||||
"latexTriggerInCodeBlocks": true,
|
||||
"latexMinWordTriggerLength": 2,
|
||||
"latexIgnoreCase": true,
|
||||
"fileScannerProviderEnabled": false,
|
||||
"fileScannerScanCurrent": false,
|
||||
"wordListProviderEnabled": false,
|
||||
"frontMatterProviderEnabled": false,
|
||||
"frontMatterTagAppendSuffix": false,
|
||||
"frontMatterIgnoreCase": false,
|
||||
"calloutProviderEnabled": true,
|
||||
"calloutProviderSource": "Completr"
|
||||
}
|
||||
Reference in New Issue
Block a user