From f14c466d5d5d1f1a68153162349a74a154bcb535 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sat, 2 Aug 2025 14:04:45 -0400 Subject: 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. --- pkg/query/lexer.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/query') 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 -- cgit v1.2.3