{=} (Formula Command)
Dynamic updating formula that can use and create variables
Read More »
{button}
Runs a code block when clicked.
Read More »
{click}
Simulates a click on the currently focused element on the webpage.
Read More »
{clipboard}
Inserts the current clipboard contents.
Read More »
{cursor}
Moves the mouse cursor after the snippet has been entered.
Read More »
{dbdelete}
Deletes a row from a Data Blaze table.
Read More »
{dbinsert}
Inserts a row into a Data Blaze table.
Read More »
{dbselect}
Loads data from a Data Blaze table.
Read More »
{dbupdate}
Updates a row in a Data Blaze table.
Read More »
{error}
Show an error message in a snippet. Use it to validate user input and block snippet insertion.
Read More »
{formdate}
Creates a date/time input field.
Read More »
{formmenu}
Creates a menu input to select one or more items.
Read More »
{formparagraph}
Creates a multi-line text input field.
Read More »
{formtext}
Creates a single line text input field.
Read More »
{formtoggle}
Creates a toggle switch that can enable or disable a block of text.
Read More »
{if}
Conditionally includes content in the snippet.
Read More »
{image}
Include a dynamic image in the snippet.
Read More »
{import}
Imports another snippet into the current snippet.
Read More »
{key}
Simulates a key press in the current webpage.
Read More »
{link}
Include a dynamic link in the snippet.
Read More »
{note}
A block of content that is not inserted into a snippet.
Read More »
{repeat}
Repeat a portion of a snippet multiple times.
Read More »
{run}
Runs a code block once.
Read More »
{site}
Inserts information about the current webpage into your snippet.
Read More »
{snippet}
Inserts information about the current snippet in the snippet itself
Read More »
{time}
Powerful and configurable time and date formatting.
Read More »
{urlload}
Loads data from a URL into the snippet
Read More »
{urlsend}
Sends a message to a URL when a snippet is inserted
Read More »
{user}
Inserts information about the current user
Read More »
{wait}
Pauses snippet insertion for a set period of time.
Read More »