digital-garden/.obsidian/plugins/obsidian-text-format/data.json
2024-06-13 21:01:37 +03:00

126 lines
2.8 KiB
JSON

{
"manifest": {
"version": "3.0.5"
},
"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>",
"id": "51327465-4165-47be-86ae-dab6d56a8937"
}
],
"RequestList": [],
"customReplaceList": [
{
"name": "Remove trailing spaces",
"data": [
{
"search": "(\\s*)(?=\\n)|(\\s*)$",
"replace": ""
}
],
"id": "02b9a0b9-1adf-485b-b90b-5303ab3e0fee"
},
{
"name": "Remove blank line(s)",
"data": [
{
"search": "\\n\\s*\\n",
"replace": "\\n"
}
],
"id": "01df0094-1aa9-4ac4-91f9-f75f696f4485"
},
{
"name": "Add extra line break between paragraphs",
"data": [
{
"search": "\\n",
"replace": "\\n\\n"
}
],
"id": "8eb4d08c-f770-4b80-80cb-9bd84d811a70"
},
{
"name": "Split line(s) by blanks",
"data": [
{
"search": " ",
"replace": "\\n"
}
],
"id": "4ef08aa4-3087-4cf3-9647-2d4b8fa2bed5"
}
],
"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",
"customReplaceBuiltIn": [
"remove-trailing-spaces",
"remove-blank-line",
"add-line-break",
"split-lines-by-blank"
]
}