Replies: 1 comment 2 replies
-
Hi @iDINGUZ , [
{
"type": "title",
"regex": "\[",
"replace": "[["
},
{
"type": "content",
"regex": "\[",
"replace": "[["
},
{
"type": "title",
"regex": "\]",
"replace": "]]"
},
{
"type": "content",
"regex": "\]",
"replace": "]]"
}
] Cheers, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[
{
"type": "title",
"regex": "[",
"replace": "[["
},
{
"type": "content",
"regex": "[",
"replace": "[["
}
]
I use a single bracket for "WikiWords" in EVNERNOTE but want to see what [[backlinks]] look like in OBSIDIAN and the above didnt do it, I expect to run everything through twice to do the close "]"
--AND hello/thanks!
Beta Was this translation helpful? Give feedback.
All reactions