No print macro in cloud

Ashwini Sarangamath
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 12, 2024

I am migrating spaces from on premises to Atlassian cloud and have No print User macro, How can I migrate this to cloud? I know cloud does not support User Macros, but is there any alternate in cloud ? 

3 answers

0 votes
Roma Bubyakin August 12, 2024

Hello @Ashwini Sarangamath,

Welcome to the Community!

User Macro in Confluence Cloud exists as a 3rd party app: https://marketplace.atlassian.com/apps/1232013/user-macro-for-confluence-cloud
With that, you can create different User macros or use templates from our library.

Our NoPrint macro looks like the following:

NoPrint_User-Macro.png
It allows you to exclude certain sections when exporting to different formats like Print, PDF, Word, or Email, and even customize the content for each format.
This approach is much safer than just hiding sections using styles.

You can also transfer your existing User Macros from the server to the cloud, ensuring they continue to work after the migration.
For that, contact us via email: 📧 info@wombatscorp.com 

Regards,
Roman, CEO of Wombats Corp

Roma Bubyakin August 12, 2024

You can still hide sections using CSS styles if needed.

<style>
@media print {
.noprint {
display:none;
}
}
</style>
<div class="noprint">$body</div>
0 votes
Dirk Ronsmans
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 12, 2024

@Ashwini Sarangamath ,

Indeed, a no print user macro is not possible since there are no user macros in Cloud.

The official way is to build an app to replace the macro.

There do exist existing apps to do this so I suggest looking in to those.

https://marketplace.atlassian.com/search?hosting=cloud&query=no%20print

0 votes
Rilwan Ahmed
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 12, 2024

Hi @Ashwini Sarangamath ,

Welcome to the community !!

unfortunately all you can do is delete the macros from the pages by editing them out.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events