diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2025-08-02 14:04:45 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2025-08-02 14:04:45 -0400 |
| commit | f14c466d5d5d1f1a68153162349a74a154bcb535 (patch) | |
| tree | 1b2c9723f4c1f73a92b6ce544c96bae35ebcc9fe /pkg/query | |
| parent | 6a65be22a5e3434e8ca925ec40162c560e1dd612 (diff) | |
Add initial todos for new heading category
The heading category is planned to be backed by a single db text column.
The column will be a concatenation of all ATX style heading matches,
with a newline delimiter.
Diffstat (limited to 'pkg/query')
| -rw-r--r-- | pkg/query/lexer.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/query/lexer.go b/pkg/query/lexer.go index de344b7..aa877cf 100644 --- a/pkg/query/lexer.go +++ b/pkg/query/lexer.go @@ -40,6 +40,7 @@ const ( TOK_CAT_TAGS TOK_CAT_LINKS TOK_CAT_META + // TODO: add headings // values TOK_VAL_STR TOK_VAL_DATETIME |
