Visual form builder — compose snippets with variables and math without touching the syntax
Your snippet is empty
Add blocks above to compose your Typinator snippet.
Start with Input Fields to collect user data, then use Calculations to compute results from those values.
Output will appear here...
{{varName=?Label}} |
Input field → stores in variable |
{{?Label<default>}} |
Input field with default value |
{{varName}} |
Insert a variable's value |
{{#expr}} |
Inline math (e.g. {{#wt/ht^2}}) |
{{#expr:n}} |
Math with n decimal places (e.g. {{#wt/ht^2:2}}) |
{{res={{#expr}}}} |
Math result stored in variable |
{{?Label<{{#var+1}}>}} |
Default = calculated value |
Operators: + - * / ^ ( ) — Variable names are case-sensitive. Append :n to an expression to set decimal places (e.g. {{#wt/ht^2:2}}).