December Development Update

:mag: Snippet Quick Look

Quick Look is a new feature that allows you to easily preview folders or snippets, without needing to add them to your account.

quicklook

When someone shares a link to a folder or snippet with you, you can now review it and provide feedback without adding it to your account.

:wrench: Using Complex Form Names in Formulas

We have added support for multi-word variables in formulas. If you have a form command with a multi-word name, you can now refer to it in formulas by surrounding the name with back-ticks like: `Form Variable Name`.

For example:

Base Price: ${formtext: name=Base Price; default=100}

Price with Service Charge (15%): ${=`Base Price` * 1.15}

You can learn more about formula's here.

As always...

If you have any questions feel free to post to our Question and Answer forum. If you have anything you would love to see in Text Blaze, please suggest it in the Features Ideas forum.

1 Like