text-snippets-obsidian icon indicating copy to clipboard operation
text-snippets-obsidian copied to clipboard

Regex support

Open MohrJonas opened this issue 2 years ago • 0 comments

Would it be able to integrate regex support into this plugin, so snippets like these would work: ([0-9]+)/([0-9]+) : \frac{$1}{$2} -> 23/54 => \frac{23}{54}

MohrJonas avatar Mar 13 '22 00:03 MohrJonas