obsidian-latex-suite icon indicating copy to clipboard operation
obsidian-latex-suite copied to clipboard

Regex Beginning of the Line Doesn't Work

Open zcysxy opened this issue 1 year ago • 1 comments

For example:

{trigger: "!! ", replacement: "❗️ ", options: "trA"}, // works
{trigger: "^!! ", replacement: "❗️ ", options: "trA"}, // doesn't work

zcysxy avatar Nov 07 '22 04:11 zcysxy

A workaround it to use regex (?<=\n)!!

zcysxy avatar Nov 07 '22 04:11 zcysxy