Forum Discussion

Damain73's avatar
Damain73
Copper Contributor
Apr 08, 2024
Solved

Creating Side Panel Table of Contents

Is it possible to have something similar to the side panel navigation (screen capture below) on a SharePoint page?

This is my SharePoint page, that I'd love to have an auto constructed table of contents with search to put in on the left side.

 

4 Replies

  • widesergio's avatar
    widesergio
    Copper Contributor

    I know this might be a bit late, but I can propose using "SharePoint Wiki to Markdown" free chrome extension for that

    Originally it allows to generate sp pages and even entire sharepoint knowledge base wiki spaces from markdown, with TOC and breadcrumbs auto-generated. But another cool thing is you can generate TOC from existing sitepages and copy HTML to insert manually or one-click auto-update sp page - give it a try

    Minus is TOC is not auto-updated, but with this tool updating should bу just 1 click task

      • Damain73's avatar
        Damain73
        Copper Contributor

        ChatGPT to the rescue

        To deploy a .sppkg file to SharePoint, you can follow these general steps:

        1. Upload the Package to the App Catalog:
        2. Navigate to your SharePoint Online site.
        3. Go to the App Catalog site (e.g., https://yourtenant.sharepoint.com/sites/AppCatalog).
        4. Click on "Apps for SharePoint" in the left navigation.
        5. Click on "Upload" and select the .sppkg file from your local machine.

        From this point, the screen recording then makes sense.