Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 702 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 702 Bytes

Disclaimer: this repo is not in sync with the latest Smart TOC extension.


Smart TOC (for Chrome/Firefox)

webpage outliner

Download

Build

Requires node.js and yarn

# install dependencies
yarn

# build and bundle the extension as `.zip` for release
yarn run build

# build/watch the extension for local development (please use Chrome's `Load unpacked extension` to load `/dist` folder)
yarn run start

Thank you for using the extension. Any suggestions/issues/problems are welcomed!