It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
How do I create a custom code block macro? I would like to have macros for languages we use with a standardized look.
This is what I have created in Configuration -> User Macros:
## @param codetitle:title=Code title|type=string|required=true|desc=Title of the code macro ## ## Macro title: Python Single Code Line ## Macro has a body: Y ## Body processing: unrendered ## Output: Selected output option ## ## Developed by: me ## Date created: 07/10/2016 ## Installed by: me <ac:structured-macro ac:name="code"> <ac:parameter ac:name="title">$codetitle</ac:parameter> <ac:parameter ac:name="theme">Default</ac:parameter> <ac:parameter ac:name="language">py</ac:parameter> <ac:plain-text-body><![CDATA[insert your code here]]></ac:plain-text-body> </ac:structured-macro>
Unfortunately, this does not work: the title is not replaced by the value of $codetitle, thus just the string "$codetitle" appears in the title bar no matter what value the string $codetitle has.
Additionally, any modifications to the body are ignored. You can insert what you want into the body, the macro always displays "insert your code here".
How do I have to alter this macro in order to get it working properly?
To the first question:
I guess you need to write $paramcodetitle. That is the proper way to use the macro parameters.
If this doesn't work name the parameter Codetitle (with a capital):
##
@param
Codetitle:title=Code title
and then use the parameter like this: $paramCodetitle
Hi team, I’m Avinoam, a product manager on Confluence Cloud, and today I’m really excited to let the Community know that all customers can now try out the new editing experience and see some of the ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.