I have a Table of Contents for most of my Confluence pages.
I want to to to the Table of Contents, select a section, go directly to it, and start editing.
However, now when I find that I can view the chosen section of the page using this approach, but if I want to edit I am forced back to the top of the page and have to scroll down. I have a lot of material on my pages and that results in a lot of scrolling.
Hello @Marc Miller !
As I understand, you need to create a Table of Contents that lead directly to the desired section in edit mode.
I can tell you that this is not available for Confluence Table of Contents macro natively.
I was trying some alternatives and found out that emoticons do have IDs (data-emoji-id).
Having this information at hand, was able to create an anchor that leads directly into that emoticon position.
The problems are:
- I need to reload the page after clicking the link
- It only worked in Firefox
Here is how I did it
- Created a page
- Placed an emoticon in it
- Clicked to “Inspect element”
- Copied the ID
- Added this ID after the edit link with #
- Added a Bulleted list
- Added the link inside this list
- Edited the display link of the text
- Published the page
I understand this is not a user friendly approach, but I was also unable to find a third-party plugin that offered this functionality.
Let us hear from you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.