Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FallenMax/smart-toc
A Chrome extension for auto-generating a table of contents
https://github.com/FallenMax/smart-toc
Last synced: 16 days ago
JSON representation
A Chrome extension for auto-generating a table of contents
- Host: GitHub
- URL: https://github.com/FallenMax/smart-toc
- Owner: FallenMax
- License: apache-2.0
- Created: 2016-02-24T12:52:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T15:54:41.000Z (11 months ago)
- Last Synced: 2024-08-01T05:24:19.174Z (3 months ago)
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/smart-toc/lifgeihcfpkmmlfjbailfpfhbahhibba
- Size: 219 KB
- Stars: 219
- Watchers: 7
- Forks: 45
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!