How can I add the contents of my personal clipboard as a selectable option?
Normally, I copy a customer's name to my clipboard and then select a text snippet that begins with a salutation like …
"Dear Mr. / Ms. / Customer" and then includes the
"customers name" (but only if it's available, which isn't always the case).
As a beginner with Text Blaze, I don't understand this at all yet. I'm coming from aText.
Then it uses {if} to create a condition for whether the toggle field is toggled on/off.
If it's on, then your clipboard contents are added in the snippet. If it's off, then I have it set to have a text field where you can just type the name (though you don't have to have that part if you don't want it).
Let me know if you have any questions
Dear {formmenu: default=Mr.; Ms.; Customer; name=greeting} {formtoggle: name=Name from clipboard; default=no}{clipboard}{endformtoggle}{if: `name from clipboard`= no}{formtext: name=Name}{endif}