I found this useful link to find which pages are using the html macro.
However, I'd like to know which pages have all of their content within the html macro (pure html). I can't seem to find way to automate this. Any ideas?
Also, I'd like to know which pages use the CSS macro. After creating a CSS macro, I see in the source code it's actually called "style", but when I modify my find html macro search (see link) from '%ac:name="html"%' to '%ac:name="style"%' my search results show many pages pages that have no CSS macro.
Thanks!
David
Using SQL, I can find if a page is using the HTML macro. But I'd also like to know if the page has content outside of the macro, see source code example below. Any ideas?
<p>This text is NOT in macro</p>
<ac:structured-macro ac:macro-id="185a8ccb-162f-4846-9ab1-6a6fc252b4da" ac:name="html" ac:schema-version="1">
<ac:plain-text-body><![CDATA[this content is inside HTML macro]]></ac:plain-text-body>
</ac:structured-macro>
When you say the whole page is in HTML format, then it is still a Confluence page with the HTML macro for the whole content.
There are couple of alternatives to Atlassian HTML macro, might be you are using those...
You can check the storage format for a particular page to see what macro used to wrap the rest of the content and then move on from that...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.