{ "manifest": { "version": "3.1.0" }, "MergeParagraph_Newlines": true, "MergeParagraph_Spaces": true, "LowercaseFirst": true, "RemoveBlanksWhenChinese": false, "ZoteroNoteRegExp": "“(?.*)” \\((?.*?)\\) \\(\\[pdf\\]\\((?.*?)\\)\\)", "ZoteroNoteTemplate": "{text} [🔖]({pdf_url})", "BulletPoints": "•–§", "WrapperList": [ { "name": "underline", "prefix": "", "suffix": "", "id": "underline" } ], "RequestList": [], "customReplaceList": [ { "id": "remove-trailing-spaces", "name": "移除所有行末空格", "data": [ { "search": "(\\s*)(?=\\n)|(\\s*)$", "replace": "" } ] }, { "id": "remove-blank-line", "name": "移除空行", "data": [ { "search": "\\n\\s*\\n", "replace": "\\n" } ] }, { "id": "add-line-break", "name": "在段落间添加额外换行", "data": [ { "search": "\\n", "replace": "\\n\\n" } ] }, { "id": "split-lines-by-blank", "name": "按空格分行", "data": [ { "search": " ", "replace": "\\n" } ] } ], "customReplaceBuiltInLog": { "remove-trailing-spaces": { "id": "remove-trailing-spaces", "modified": false, "data": [ { "search": "(\\s*)(?=\\n)|(\\s*)$", "replace": "" } ] }, "remove-blank-line": { "id": "remove-blank-line", "modified": false, "data": [ { "search": "\\n\\s*\\n", "replace": "\\n" } ] }, "add-line-break": { "id": "add-line-break", "modified": false, "data": [ { "search": "\\n", "replace": "\\n\\n" } ] }, "split-lines-by-blank": { "id": "split-lines-by-blank", "modified": false, "data": [ { "search": " ", "replace": "\\n" } ] } }, "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", "formatOnSaveSettings": { "enabled": false, "commandsString": "" } }