Obsidian_to_Anki
Obsidian_to_Anki copied to clipboard
^^Highlight^^ to Cloze
Hi guys,
I'm using the Obsidian and Logseq with different purpose. I wish to change the highlight symbol from == to ^^.
The highlight markdown from Obsidian is ==Highlight== While, the logseq is ^^Highlight^^
Anyone can help?
((?:.+\n)*(?:.*==.*)(?:\n(?:^.{1,3}$|^.{4}(?<!<!--).*))*)
Many thanks.
Use regex:
((?:.+\n)*(?:.*\^\^.*)(?:\n(?:^.{1,3}$|^.{4}(?<!<!--).*))*)