Closed Alega-ua closed 10 months ago
It works here - what text did you have highlighted when you called the template?
BTW - it looks like your regex is missing a backslash - in the screenshot, it is \s+-s+
, not \s+-\s+
.
\s+-s+ is the default value I have after installation - I changed nothing
I've just installed into a fresh vault, and I get the correct regex \s+-\s+
. I'll try to keep an eye out for this, but unless I can reproduce it it's going to be hard to fix. I've updated the description in the settings to say what it should start out as in case someone else runs into the same thing.
Default regex in plugin setting does not work - it does not split the input into title and body \s+-s+
Template code