Skip to content

Smart Script Snippets

Latest
Compare
Choose a tag to compare
@osakitadev osakitadev released this 05 Feb 06:53
· 1 commit to master since this release

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)