Files
Polsl-Notes/.obsidian/plugins/obsidian-completr/data.json
2022-10-25 16:01:18 +02:00

18 lines
598 B
JSON

{
"characterRegex": "a-zA-ZöäüÖÄÜßśćżźłńóąęŚĆŁŃŻŹĄĘÓ",
"maxLookBackDistance": 50,
"minWordLength": 2,
"minWordTriggerLength": 3,
"wordInsertionMode": "Ignore-Case & Replace",
"ignoreDiacriticsWhenFiltering": false,
"latexProviderEnabled": true,
"latexTriggerInCodeBlocks": true,
"latexMinWordTriggerLength": 2,
"latexIgnoreCase": false,
"fileScannerProviderEnabled": true,
"fileScannerScanCurrent": true,
"wordListProviderEnabled": true,
"frontMatterProviderEnabled": true,
"frontMatterTagAppendSuffix": true,
"frontMatterIgnoreCase": true
}