Help auto-linking clipboard/non-clipboard text + Formatting

Hi there,

I'm writing lots of emails within my company that require me to input specific booking numbers in the format XXXXX-XXXXX. In order to ease this process, I always copy this specific booking number and then type the Text Blaze into the email:
Company Booking number: {formtext: name=Booking Number; default={clipboard}} - Action Required{key: tab}
I am reaching out regarding Booking Number: {=Booking Number}.

I use the formtext in order to paste this and avoid formatting (as otherwise it shows as bold). Are there any ways to automatically paste without formatting in TextBlaze?

Otherwise, I would like to automatically Link the text I've copied to the Booking Page. I'd ideally do this by:
Copying the Booking Unique ID so it pastes throughout the email.
Use the Text Blaze pop-up to then paste the specific link into a box.
This then automatically makes a link with the text prior to it and the website link entered.

Thanks in advance :slight_smile:

Hi, and welcome to the forum! :slight_smile:

A trick to insert the clipboard without formatting is to wrap it in a formula.

For example, instead of:

{clipboard}

use:

{={clipboard}}

You can use {link} command to create links using dynamic content like the id from the clipboard. Let me know if you have any issues with it.