Obsidian_to_Anki icon indicating copy to clipboard operation
Obsidian_to_Anki copied to clipboard

^^Highlight^^ to Cloze

Open vincentteoh opened this issue 3 years ago • 1 comments

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.

vincentteoh avatar May 16 '21 17:05 vincentteoh

Use regex:

((?:.+\n)*(?:.*\^\^.*)(?:\n(?:^.{1,3}$|^.{4}(?<!<!--).*))*)

rosscg avatar Jan 04 '22 19:01 rosscg