Skip to content

Commit 8994f9c

Browse files
committed
adds ToC to readme
1 parent ba198c6 commit 8994f9c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ them to standard output in the format of a Markdown table, CSV or JSON.
66
Supports sorting and filtering based on metadata encoded in tags, inline and/or
77
as YAML frontmatter.
88

9+
## Table of Contents
10+
11+
- [taskparser](#taskparser)
12+
- [Table of Contents](#table-of-contents)
13+
- [Introduction](#introduction)
14+
- [Example](#example)
15+
- [Install](#install)
16+
- [Usage](#usage)
17+
- [Tags](#tags)
18+
- [Choosing which tags to show](#choosing-which-tags-to-show)
19+
- [Autogenerated tags](#autogenerated-tags)
20+
- [Inline tags](#inline-tags)
21+
- [Frontmatter tags](#frontmatter-tags)
22+
- [Metadata file tags](#metadata-file-tags)
23+
- [Heading tags](#heading-tags)
24+
- [Filtering by tag](#filtering-by-tag)
25+
- [Filtering by checked state](#filtering-by-checked-state)
26+
- [Sorting by tag](#sorting-by-tag)
27+
- [Worklogs](#worklogs)
28+
- [License](#license)
29+
- [Dependencies](#dependencies)
30+
931
## Introduction
1032

1133
See the [post on the rationale behind taskparser on my blog][intro].

0 commit comments

Comments
 (0)