https://github.com/lzw5399/toc-generator
:memo:Generate github available directory anchors online for markdown
https://github.com/lzw5399/toc-generator
markdown toc
Last synced: 3 months ago
JSON representation
:memo:Generate github available directory anchors online for markdown
- Host: GitHub
- URL: https://github.com/lzw5399/toc-generator
- Owner: lzw5399
- License: mit
- Created: 2020-06-12T14:48:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T02:25:06.000Z (about 3 years ago)
- Last Synced: 2025-12-17T21:28:28.422Z (6 months ago)
- Topics: markdown, toc
- Language: Go
- Homepage: https://toc.codepie.fun
- Size: 724 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://dev.azure.com/Zhiwen-Lin/Codepie/_build/latest?definitionId=28&branchName=master)
[](http://hits.dwyl.com/lzw5399/tocgenerator)
# Foreword
Due to github does not support adding `[TOC]` at the beginning of markdown to add directories, it's a bit inconvenient, so there is this gadget **TocGenerator**
## Reference
The core logic references [GitToc](https://github.com/Holy-Shine/GitToc), welcome to star him
## Usage
### 1. Use online
> [https://toc.codepie.fun](https://toc.codepie.fun)

### 2. Docker
```shell
docker run --rm -p 8087:80 lzw5399/tocgenerator
```
### 3. Build from source