Skip to content

Releases: zerochae/toc.nvim

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 06:25
b3d2449

1.3.1 (2026-07-24)

Bug Fixes

  • detect ATX headings indented up to 3 spaces (#26) (4f5bc08)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 03:15
f6bed94

1.3.0 (2026-07-23)

Features

  • add reStructuredText parser (sections, code-block, links) (#22) (f4b6751)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 02:46
b08d2be

1.2.0 (2026-07-23)

Features

  • add Org parser (headings, src blocks, links) (#20) (22991fc)
  • report tree-sitter html parser in health check (#17) (7ef8e0d)

Performance Improvements

  • binary-search cursor/truncate lookups and cache the html query (#18) (4bdbfbe)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 08:01
c4dc131

1.1.0 (2026-07-21)

Features

  • add max_level option to hide deeply nested entries (#12) (1c03d1f)
  • skip YAML/TOML front matter in the markdown parser (#11) (6020114)

Bug Fixes

  • parse code, callouts and list items in the HTML regex fallback (#13) (2157a09)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Jul 07:26
0d3907c

1.0.1 (2026-07-21)

Bug Fixes

  • parse HTML tables in the regex fallback without treesitter (#8) (a4dccd8)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 05:21
7eca0dd

1.0.0 (2026-07-21)

Features

  • add a treesitter HTML parser (with regex fallback) (3efe371)
  • auto-close the TOC on non-markdown buffers (9445fdb)
  • auto-open the TOC for HTML files (185c5f1)
  • detect >lang code blocks in help and auto-open help files (04aab05)
  • dispatch the parser by filetype and support Vim help files (d683ffb)
  • index ~ subheadings, tags, code and callouts in Vim help files (abd8da0)
  • index HTML details/summary, tables and definition lists (960d4e9)
  • initial toc.nvim implementation (b316278)
  • start cursor on the first entry and restrict the TOC to vertical moves (c9794ff)
  • unify HTML extraction via a shared scanner and expand the parser (61052a0)
  • validate config and harden table parsing and health checks (b82dce7)

Bug Fixes

  • clean markdown syntax from HTML titles and stop table-cell leaks (bc915d6)
  • nest inline links under bullets and lift the beacon above markview (ff1cc85)
  • type layout.build marks as TocMark[] so the fg field resolves (a25cc83)