76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
|
{
|
||
|
"MergeParagraph_Newlines": true,
|
||
|
"MergeParagraph_Spaces": true,
|
||
|
"LowercaseFirst": true,
|
||
|
"RemoveBlanksWhenChinese": false,
|
||
|
"ZoteroNoteRegExp": "“(?<text>.*)” \\((?<item>.*?)\\) \\(\\[pdf\\]\\((?<pdf_url>.*?)\\)\\)",
|
||
|
"ZoteroNoteTemplate": "{text} [🔖]({pdf_url})",
|
||
|
"BulletPoints": "•–§",
|
||
|
"WrapperList": [
|
||
|
{
|
||
|
"name": "underline",
|
||
|
"prefix": "<u>",
|
||
|
"suffix": "</u>"
|
||
|
}
|
||
|
],
|
||
|
"RequestList": [],
|
||
|
"customReplaceList": [
|
||
|
{
|
||
|
"name": "Remove trailing spaces",
|
||
|
"data": [
|
||
|
{
|
||
|
"search": "(\\s*)(?=\\n)|(\\s*)$",
|
||
|
"replace": ""
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "Remove blank line(s)",
|
||
|
"data": [
|
||
|
{
|
||
|
"search": "\\n\\s*\\n",
|
||
|
"replace": "\\n"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "Add extra line break between paragraphs",
|
||
|
"data": [
|
||
|
{
|
||
|
"search": "\\n",
|
||
|
"replace": "\\n\\n"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "Split line(s) by blanks",
|
||
|
"data": [
|
||
|
{
|
||
|
"search": " ",
|
||
|
"replace": "\\n"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"customReplaceBuiltIn": [
|
||
|
"remove-trailing-spaces",
|
||
|
"remove-blank-line",
|
||
|
"add-line-break",
|
||
|
"split-lines-by-blank"
|
||
|
],
|
||
|
"ToggleSequence": "titleCase\nlowerCase\nupperCase",
|
||
|
"RemoveWikiURL2": false,
|
||
|
"WikiLinkFormat": {
|
||
|
"headingOnly": "{title} (> {heading})",
|
||
|
"aliasOnly": "{alias} ({title})",
|
||
|
"both": "{alias} ({title} > {heading})"
|
||
|
},
|
||
|
"UrlLinkFormat": "{text}",
|
||
|
"ProperNoun": "",
|
||
|
"OrderedListOtherSeparator": "",
|
||
|
"Wikilink2mdRelativePath": "relative-obsidian",
|
||
|
"calloutType": "NOTE",
|
||
|
"debugMode": false,
|
||
|
"headingLevelMin": 0,
|
||
|
"calloutTypeDecider": "previous-content"
|
||
|
}
|