Skip to Main Content
HCL Connections Ideas Portal

Welcome to the HCL Connections Product Ideas Lab! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by the HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.


For more information on products and upcoming events around HCL Connections, please visit: HCL Connections page.

Status Needs Review
Categories 13. Other
Created by Guest
Created on May 28, 2026

Add Table of Contents (ToC) to TinyMCE in Connections 8.0.

Requesting the integration of the native TinyMCE Table of Contents (ToC) plugin into the core text editor interface. This feature is currently missing from the shipped product but is highly critical for users managing long-form content, technical documentation, or detailed wiki pages.

  • Attach files
  • Guest
    May 28, 2026

    AFAIK it is enough to enable conn-macros in customization/tiny/.../config.js (that's default enabled in latest Tiny) and the toc in wikis-config.xml to display the additional button and Toc functionality.

    I just double checked. When you enable the wikimacros in wikis-config.xml the TOC Macro appears in Tiny. No need to change anything in the customization folder. Tiny shows a magic wand icon and in the dropdown you find TOC.


    Tested with 8.0CR14

        <editor>
    <wikitexttab enabled="true"/>
    <wikimacros enabled="true"/>
    </editor>