In Confluence 4.X is there a way to display all macro options in the editor?
For instance I am using the Page Tree macro with several options set, but it shows root and excerpt (partially) only (see screenshot).
Thank you,
I'm afraid the number of characters permitted is fixed at a set length. There is no option for showing the full set.
If you are happy "hacking" JAR files you can do the following.
1) Extract the confluence-tinymce-plugin jar from confluence-bundled-plugins.zip
2) Extract all files from the JAR
3) Open the atlassian-plugin.xml and look for this entry -
<servlet name="Macro Placeholder Servlet" key="macro-placeholder" class="com.atlassian.confluence.tinymceplugin.placeholder.MacroPlaceholderServlet"> <description>Generates a placeholder image for macros</description> <url-pattern>/confluence/placeholder/macro</url-pattern> <init-param> <param-name>maxParameterTextLength</param-name> <param-value>30</param-value> </init-param> <init-param> <param-name>placeholderType</param-name> <param-value>inline</param-value> </init-param> </servlet>
You can set the maxParameterTextLength to a larger size.
4) Zip the extracted files back into the tinymce jar.
5) Install this "hacked" jar into Confluence.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.