| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-13 | Add regex based filters and helper functions | JP Appel | |
| 2025-06-12 | Add index filter for parent directories | JP Appel | |
| 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 | |
