auto table of contents for markdown
- Download contensifier
- Save your markdown file
- Open a terminal and contensify!
$ python [filepath/contensifier.py] [filepath/yourdocument.md]
Example:
$ python Repositories/contensifier/contensifier.py Desktop/README.md
Create a symbolic link in your PATH and contensify anywhere, anytime.
- Create the link
$ ln -s [filepath/contensifier.py] /usr/local/bin/contensify
- ex:
$ ln -s ~/Repositories/contensifier/contensifier.py /usr/local/bin/contensify
- Restart your terminal
$ contensify [filepath/yourdocument.md]
$ contensify [url]
- ex:
$ contensify https://raw.githubusercontent.com/apaskulin/contensifier/master/TESTDOC.md