I would need to customize the Confluence home site as following:
- Tree view of all spaces existing
|-> with all the pages
|-> and also the child pages
- expand/collaps the pages + child pages
- nice to have: expand all/collaps all the pages + child pages
I already tried the FolderZ app and the Spaces list macro - both do not fit my needs.
Any hints to show the tree?
Community moderators have prevented the ability to post new answers.
The page tree macro won't do what you want? Seems close:
https://support.atlassian.com/confluence-cloud/docs/insert-the-page-tree-macro/
Hi Bill,
Thank you for your hint.
Hence I wanna show all the spaces, and the hierarchy below, the page tree macro does not fit my needs.
Take care!
KR Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could use the child display macro, one for each space. This macro allows you more programmability.
https://support.atlassian.com/confluence-cloud/docs/insert-the-children-display-macro/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Bill,
how to create the spaces overview automated and the page children below?
KR Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If I understand what you are wanting, you would need to have one macro instance per space.
If you were on server, I would suggest writing a user macro. ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, I am using Confluence Cloud version and I need:
... the Confluence home site as following:
- Tree view of all spaces existing
|-> with all the pages
|-> and also the child pages
- expand/collaps the pages + child pages
- nice to have: expand all/collaps all the pages + child pages
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, the page tree macro support expand and collapse. You just need one per space.
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.