Skip to main content

Create table of contents for markdown files

Project description

markdown-toc-creator

This is a command-line tool to create table of contents from markdown files.

1. Installation

pip install markdown-toc-creator

2. Usage

In the markdown files that you would like to generate tables of contents, put this placeholder at where you would like to the table of contents to go:

<!--TOC-->

<!--TOC-->

And then run this command:

markdown-toc-creator <PATH_TO_FOLDER_OR_FILE>

A table of contents will be put between <!--TOC-->.

Or, to use it as a pre-commit hook, add this into your .pre-commit-config.yaml file:

  - repo: https://github.com/jsh9/markdown-toc-creator
    rev: <REPLACE_WITH_LATEST_VERSION>
    hooks:
      - id: markdown-toc-creator

3. Configuration options

3.1. --style

Pick between "gitlab" or "github" (default).

3.2. --exclude

Regex of file/folder name patterns to exclude, default: '\.git|\.tox|\.pytest_cache'

3.3. --in-place

Whether to actually add the table of contents into the original markdown file. Default: True.

3.4. --quiet (or -q)

If True, the generated table of contents will not be printed to the terminal. Default: False.

3.5. --skip-first-n-lines

How many lines of the markdown file (starting from the top) to skip. This is useful because usually the initial line of markdown file is H1 (header level 1, with a #), and we don't want it to be included in the table of content.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

markdown_toc_creator-0.0.2.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

markdown_toc_creator-0.0.2-py2.py3-none-any.whl (7.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file markdown_toc_creator-0.0.2.tar.gz.

File metadata

  • Download URL: markdown_toc_creator-0.0.2.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for markdown_toc_creator-0.0.2.tar.gz
Algorithm Hash digest
SHA256 329d6b1611f4b72fbbb6cc739798f0e68f9b2232be2c0940bac0a25f53b5f436
MD5 56868aeec9c488b7f932733cd52a26f3
BLAKE2b-256 644c86e67769ae1387271576f44e6ab9e7f796a75afa7147662ca1fba584ff37

See more details on using hashes here.

File details

Details for the file markdown_toc_creator-0.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for markdown_toc_creator-0.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0dc209ef3f37438db6e0b7fb046dd925ce03bca335312c6ab5f4ff5cb5f20b55
MD5 463de7365558f6d40fb1911d1f2f4060
BLAKE2b-256 94a2f79ef6e224762e47ec44b2072adaeca4cebc8d4af3e9e65c72db71ce96bb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page