Skip to content

Releases: osakitadev/smart-script-snippets

Smart Script Snippets

05 Feb 06:53
Compare
Choose a tag to compare

New features:

  • Conditional replacement

Conditional Replacement

Now you can add BeforeReplace and AfterReplace functions in your snippets to execute code before/after replacing a snippet marker.

BeforeReplace should return a boolean (if true, the snippet gets replaced, otherwise it won't)

First Release

03 Feb 20:15
Compare
Choose a tag to compare

Plugin finished