Files
obsidian-workflow-template/.obsidian/plugins/obsidian-completr/data.json
Mathis Gauthey 89a5a5549d update: Add obsidian-completr
Usefull for callout completion
2024-01-04 10:35:56 +01:00

22 lines
683 B
JSON

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