December Development Updates

:heavy_division_sign: New unique() Formula Function

We've added a unique() formula function that removes duplicates from a list:

{users=["Jane", "John", "John", "Jane", "Jane", "Bill"]}

All users: {=users}
Unique users:{=unique(["Jane", "John", "John", "Jane", "Jane", "Bill"])}

:fire: Speed improvements

We've optimized the performance of very large snippets. Snippets that include many commands (e.g. hundreds) are now up to 50% faster in some cases.

:paintbrush: Updated docs site

We've given the docs site a fresh coat of paint and reorganized some of its contents. It should now be easier to use to find the exact content you are looking for.

Check it out at:

Quick Tip of the Month

Get the most out of this community forum by embedding snippets. Learn how to in this quick video:

As always...

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

5 Likes