Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/FallenMax/smart-toc

A Chrome extension for auto-generating a table of contents
https://github.com/FallenMax/smart-toc

Last synced: about 2 months ago
JSON representation

A Chrome extension for auto-generating a table of contents

Awesome Lists containing this project

README

        

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

---

# Smart TOC (for Chrome/Firefox)

> webpage outliner

## Download

- Chrome extension: https://chrome.google.com/webstore/detail/smart-toc/lifgeihcfpkmmlfjbailfpfhbahhibba
- Firefox addon: https://addons.mozilla.org/en-US/firefox/addon/smart_toc/

## Build

Requires `node.js` and `yarn`

```bash
# 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!