Forum Discussion
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.
Hello Damain73
it's not possible with an OOTB Web Part.
You can use existing solutions from GitHub:
https://github.com/Portiva-O365/webpart-tableofcontents
https://github.com/dmitryrogozhny/sharepoint-lab/tree/master/table-of-contents
Maybe you can also find others that are chargeable.
Best, Dave
4 Replies
- widesergioCopper 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
Hello Damain73
it's not possible with an OOTB Web Part.
You can use existing solutions from GitHub:
https://github.com/Portiva-O365/webpart-tableofcontents
https://github.com/dmitryrogozhny/sharepoint-lab/tree/master/table-of-contents
Maybe you can also find others that are chargeable.
Best, Dave
- Damain73Copper Contributor
DaveMehr365 Now, how do I create an apps for SharePoint for the app to go within?
- Damain73Copper Contributor
ChatGPT to the rescue
To deploy a .sppkg file to SharePoint, you can follow these general steps:
- Upload the Package to the App Catalog:
- Navigate to your SharePoint Online site.
- Go to the App Catalog site (e.g., https://yourtenant.sharepoint.com/sites/AppCatalog).
- Click on "Apps for SharePoint" in the left navigation.
- Click on "Upload" and select the .sppkg file from your local machine.
From this point, the screen recording then makes sense.