19 lines
353 B
JSON
19 lines
353 B
JSON
|
|
{
|
||
|
|
"historyPropertyName": "aliases",
|
||
|
|
"ignoreRegexes": [
|
||
|
|
"^_",
|
||
|
|
"^Untitled$",
|
||
|
|
"^Untitled \\d+$"
|
||
|
|
],
|
||
|
|
"timeoutSeconds": 5,
|
||
|
|
"caseSensitive": false,
|
||
|
|
"autoCreateFrontmatter": true,
|
||
|
|
"includeFolders": [],
|
||
|
|
"excludeFolders": [],
|
||
|
|
"fileExtensions": [
|
||
|
|
"md",
|
||
|
|
"mdx"
|
||
|
|
],
|
||
|
|
"trackFolderRenames": "index",
|
||
|
|
"excludePropertyName": ""
|
||
|
|
}
|