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

https://github.com/ngn13/mdindex

script to create index (catalog) from markdown headers
https://github.com/ngn13/mdindex

markdown-index markdown-index-generator

Last synced: 3 months ago
JSON representation

script to create index (catalog) from markdown headers

Awesome Lists containing this project

README

        

# mdindex

![](showcase.png)

simple python script to create index (catalog) from markdown headers,
like the emacs org mode

## install
simply just clone the repo and run make as root to install the script
to your `PATH`:
```bash
git clone https://github.com/ngn13/mdindex.git
cd mdindex && sudo make
```

## usage
simply just specify the markdown file path, script will auto generate
the index and append it at the beginning of the file:
```bash
mdindex my/cool/notes.md
```