| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-05 | Change link parsing regex to support trailing slash | JP Appel | |
| 2025-08-05 | Add header parsing and improved link parsing | JP Appel | |
| 2025-08-02 | Add initial todos for new heading category | JP Appel | |
| 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. | |||
| 2025-07-28 | Resolve multiple todos | JP Appel | |
| 2025-07-28 | Add yaml output format | JP Appel | |
| 2025-07-23 | Fix link parsing regex | JP Appel | |
| 2025-07-23 | Update help info | JP Appel | |
| 2025-07-22 | Separate program entry point from commands | JP Appel | |
| 2025-07-18 | Add flag to avoid crawling hidden files | JP Appel | |
| 2025-07-18 | Simplify link parsing | JP Appel | |
| 2025-07-02 | Add link parsing | JP Appel | |
| 2025-06-30 | Implement compiled query execution | JP Appel | |
| 2025-06-15 | Update tests and fix minor bugs | JP Appel | |
| 2025-06-13 | Add more flags to control document indexing | JP 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-12 | Minor bug fix | JP Appel | |
| 2025-06-12 | Change doc parsing to only read YAML header | JP Appel | |
| Fixes unintended YAML decode errors when a documents has a valid header but the rest of its contents are not valid YAML. | |||
| 2025-06-09 | Fix lookback error in lexer | JP Appel | |
| 2025-05-04 | Add names to doc fitlers | JP Appel | |
| 2025-05-02 | Implement YAML header parsing | JP 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-05-02 | Implement json output | JP Appel | |
| 2025-04-27 | Large commit; many features | JP Appel | |
