Placeholders in Clippings

Placeholders are special text in a clipping that will be substituted with computed values (such as today’s date) or with text that you will be prompted to fill in when the clipping is pasted.

Predefined Placeholders

There are six predefined placeholders you can use in your clippings. These predefined placeholders will be automatically substituted with their expected values, as described below, when you paste the clipping.

Custom Placeholders

You can define custom placeholders inside a clipping that you will be prompted to fill in when you paste the clipping.

Placeholders are essentially variables that appear in the clipping text in the format $[placeholder_name]. Valid placeholder names can contain letters (lowercase or uppercase), digits (0-9) and underscores. Example clipping with placeholders:

Hello, $[YourName], I'm glad you're coming to the meeting at $[meeting_time]. See you $[2nite]!

When you paste a clipping with placeholders, you will be prompted to fill in the value for each placeholder in the clipping. If you want the placeholders in the clipping pasted exactly as they are, with no prompting and substitution, the clipping name should be prefixed with [NOSUBST].

Default Values

You can optionally specifiy a default value for your placeholder. A placeholder can have a single or multiple default values.

Special characters, symbols and emoji* are allowed in default values of placeholders. The following symbols are not supported: pipe (|), curly braces ({}) square brackets([]), and tilde (~).

* Symbols and emoji are supported beginning in Clippings 6.5 and Clippings for Thunderbird 6.3.

Numeric Placeholders

Numeric placeholders (also known as auto-incrementing placeholders) are special placeholders that pastes a numeric value that is increased by 1 every time the clipping it belongs to is pasted. Numeric placeholder names are in the format #[placeholder_name]. Valid placeholder names can contain letters (lowercase or uppercase), digits (0-9) and underscores.

Specifying a starting initial value: The default starting value is 0 (zero). To change it, go to the extension preferences page to set the starting value for all numeric placeholders.

Resetting an numeric placeholder: This will cause the numeric placeholder counter to start over at its initial value. To reset an numeric placeholder:

The Placeholder Toolbar in Clippings Manager

Use the Placeholder Toolbar in Clippings Manager to guide you through adding placeholders to your clippings. To show the Placeholder Toolbar, click on the Tools menu in Clippings Manager, then select Show/Hide → Placeholder Toolbar.

The Placeholder Toolbar in Clippings Manager, with the Presets menu open.

Back to the Help Index