Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×When I have a confluence page that is getting to large, how do I split it into smaller pages?
[edit:]
I am looking for an automated way to split the page at a given heading level, similar to what the word import function does.
Hi Martin,
Could you please elaborate your query in more detail. If you want an automatic splitter, I don't think there is such plugin.
Anyway, if you want to split a page due to perfromance issue (Confluence took a long time to save/edit a huge page) you could copy snippet of your page, create a new page (or child page) and paste it there.
In order to display both main page and its snippet into the same page you could use include page macro.
Hope it helps.
Cheers,
Septa Cahyadiputra
There is this plugin: https://marketplace.atlassian.com/plugins/com.glintech.splitpage
At the time of writing this, it's only compatible with Confluence 4.0 - 4.3.7 but it looks promising.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You would need to write a small script using the Confluence Command Line Interface. Use getPageSource to a file, split the file based on your logic, then multiple storePage with some logic to figure out the title of each new page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Martin,
I think you have to do it manually:
Best regards
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.