Commit graph

15 commits

Author SHA1 Message Date
Kacper
fc24a4f9c0
feat: add JSONL/NDJSON file format support with sidebar preview (#203)
feat: support for JSONL and NDJSON
2026-04-06 12:36:50 +01:00
Kacper
c8567131cd
feat: expose task status symbol in tasks table (#207)
* feat: expose task status symbol in tasks table

Adds a 'status' column to the tasks table that contains the raw
checkbox character (e.g. ' ', 'x', '-', '/'). This allows querying
by specific task states beyond just completed/incomplete.

* feat: adding tasks statuses support
2026-03-29 20:31:15 +01:00
Kacper Kula
183ef9e597 release: 0.30.0 2025-03-26 13:29:01 +00:00
Kacper Kula
cde5a4df65
Merge pull request #128 from kDCYorke/feature/taskHeadings
feat: Add heading and heading_level to tasks table
2025-03-26 13:26:00 +00:00
Kai Yorke
3e32efaaf2
feat: Add heading and heading_level to tasks table 2025-03-26 11:56:08 +13:00
Kacper Kula
460050d2f8 feat: Markdown tables can now refer to named headers and other files 2025-03-22 18:36:40 +00:00
Kacper Kula
66b1172342 feat: added option to display interactive checkboxes in tasks table 2025-03-21 16:50:03 +00:00
Kacper Kula
6ea57ff6ab
Merge branch 'main' into feature/frontmatterLinks 2025-03-20 09:02:33 +00:00
Kai Yorke
adaec2ca58
Add examples to documentation 2025-03-20 14:01:50 +13:00
Kelly Sizer
07f729ffc5 Adding documentation for tags behavior 2025-03-18 23:19:04 -05:00
Kacper Kula
5cf7f247de fix: adding path column names to tags and tasks 2025-02-05 17:17:15 +00:00
Kacper Kula
42e6b3bfd0 feat: updated created_at and modified_at from JS unix epoch to ISO 8601 for ease-of-use 2025-01-31 13:24:00 +00:00
Kacper Kula
ca554f0a75 feat: added links table 2025-01-28 11:15:01 +00:00
Kacper Kula
94e21df502 chore: adding disclaimer about the version for JSON and JSON5 2025-01-24 16:39:01 +00:00
Kacper Kula
8870c8c018 feat: added jsonpath support. Improved documentation 2025-01-24 16:34:42 +00:00