Confluence 5.0 has reached end of life
Check out the [latest version] of the documentation
This example demonstrates how to create a user macro that can contain text that is visible when viewing a page, but does not print.
Before you start, see Writing user macros for an introduction to creating your own user macros.
Defining the 'NoPrint' user macro
To create the 'Hello World' user macro:
- Go to > General Configuration > User Macros.
- Choose Create a User Macro.
- Enter the macro details (see table below)
- Choose Add.
| Field | Value |
|---|---|
| Macro name | noprint |
| Visibility | Visible to all users in the Macro Browser |
| Macro Title | No Print |
| Description | Hides text from printed output. |
| Categories | Confluence Content |
| Icon URL | You can leave this field blank |
| Documentation URL | You can leave this field blank |
| Macro body processing | Rendered |
| Template | Enter the code below in the template field. ## @noparams <div class="NoPrint">$body</div> |
Using the 'NoPrint' Macro on a page
Now you can add the macro to your Confluence page using the Macro Browser. Text entered into the body of the macro placeholder will not be printed, but will appear when the page is viewed online.
Making the PDF export recognise the NoPrint macro
Overview
Content Tools
Apps


