Releases: jglev/obsidian-apply-patterns-plugin
Releases · jglev/obsidian-apply-patterns-plugin
1.2.1
I'm unsure of the root cause, but a bug appeared whereby {{date}}
strings were unable to be parsed because Chrono could not be imported fully. This seems to have something to do with dependency versions: by using yarn.lock
from commit 1916f780df6eb80cd471a83a6181dd0096a96f8c
of the tasks
plugin and then re-installing dependencies with yarn
, the issue resolved itself. 🤷♀️ This obviously warrants further investigation!
1.2.0
1.1.1
1.1.0
1.0.0
Initial release. Adds two commands to the source editor:
Apply Patterns: Apply pattern to whole lines
will loop over each line that is selected in the editor, and apply the Pattern to the entirety of each line.Apply Patterns: Apply pattern to selection
will apply the Pattern to just the text selected in the editor, as one (potentially multi-line) string.
{{date}}
strings are validated and parsed before Regular Expression parsing occurs.