NoPrint — Confluence Cloud Macro
This macro ensures that the enclosed content is not rendered in exported or printed versions of the page. It uses the $renderMode variable to conditionally include or exclude content based on whether the page is being viewed in the browser or exported.
Template
#if ( !$renderMode )
This block will be rendered on the page
But not be exported or printed
#endYou May Also Like
The content of this macro will be printed and exported but not rendered on the page in view mode
Space Information macro by space Id
Macro for generating ID in base32 format
Generate a list of all the content created by a current user by default or a specified user across your Confluence site.
Display and interact with an OpenAPI / Swagger specification directly in Confluence by rendering a fully featured Swagger UI from a provided JSON URL
Macro for printing all the spaces
Add a configurable sticky banner to a Confluence page
Add a configurable floating panel to a Confluence page
Display information about how many users have access to each space
Perform text searches within pages, blog posts, and attachments.