update: Add obsidian-completr

Usefull for callout completion
This commit is contained in:
Mathis Gauthey
2024-01-04 10:35:56 +01:00
parent f51aece38d
commit 89a5a5549d
6 changed files with 85331 additions and 0 deletions

View 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"
}