shlogg · Early preview
Ashutosh Biswas @ashutoshbw

Instant TOC With Neotoc: Built-in Styles & Customizable CSS Variables

Try Neotoc, a CodePen playground with built-in styles & color schemes for easy TOC styling. Control behavior with JS options like autoFold: true. Read Docs & share your thoughts!

Hello Devs,
This is one of my passion projects. I've made this CodePen playground for you to try it out instantly:


Click "Edit on CodePen" on top right corner to see things underneath the TOC easily and to play with the codes.
Let's see quickly what else Neotoc offers:

It provides built-in base styles(the foundational style plus some decorative ones) and color schemes to easily style to TOC. You can also tweak many styles using CSS variables.
On the JavaScript side, you can control its behavior with plenty of options. For example if you want to automatically fold/unfold the TOC, just set au...