aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/index/index_test.go
AgeCommit message (Collapse)Author
2025-08-05Add header parsing and improved link parsingJP Appel
2025-07-18Add flag to avoid crawling hidden filesJP Appel
2025-07-02Add link parsingJP Appel
2025-06-15Update tests and fix minor bugsJP Appel
2025-06-13Add more flags to control document indexingJP Appel
Added support for the following * Ignore unpassable dates * Ignore parsing non-standard header keys * Ignore errors while parsing non-standard header keys
2025-06-12Change doc parsing to only read YAML headerJP Appel
Fixes unintended YAML decode errors when a documents has a valid header but the rest of its contents are not valid YAML.
2025-05-04Add names to doc fitlersJP Appel
2025-05-02Implement YAML header parsingJP Appel
Parses `title` and `tags` fields using default behavior. Custom parsing logic is used for `author` (single and multiauthor support), `date` (parses into `time.Time`), and meta (collects all other header fields into a YAML string).
2025-04-27Large commit; many featuresJP Appel