Vim Markdown Toc Versions Save

A vim 7.4+ plugin to generate table of contents for Markdown files.

v1.5.0

1 month ago
  • Compatibility improvments
  • Complete documentation

v1.4.0

6 years ago
  • Make the TOC fence text be configurable
  • Support assign markdown style in modeline

v1.3.0

6 years ago
  • Add support for GitLab
  • Add option list_indent_text
  • Add support for Cyrillic in headings

v1.2.2

6 years ago
  • Add option to cycle list item markers
  • Add command to remove toc

v1.2.1

7 years ago
  • Compatible with old regexp engine

v1.2

7 years ago
  • Allow no leading space in heading
  • Support heading with trailing hashes
  • Support link headings and image headings
  • Respect &expandtab when indenting the TOC links
  • Compatible with Setext Style headings

v1.0

7 years ago
  • Add :UpdateToc command to update existing toc.
  • Add feature of auto update existing toc on save.

v0.1

7 years ago
  • Generate toc for GFM and Redcarpet Markdown files.