Markdown Corpus
@mgreten/markdown-corpusv2026.06.27.1
01README
Ingest a directory of dated markdown notes and extract typed, queryable structure — file inventory, headings, PR/ticket references, and signal-keyword rollups with citation lines.
02Models
@mgreten/markdown-corpusv2026.06.27.1markdown_corpus.ts
fn ingest()
Scan a directory of markdown notes, filter by date prefix / name substring, and extract typed structure plus signal-keyword hits.
Resources
corpus(infinite)— Structured digest of a directory of dated markdown notes: per-file headings, PR/ticket refs, body text, and signal-keyword rollups.
03Previous Versions
2026.06.05.1Jun 5, 2026
Add recursive option to descend into subdirectories (file field becomes a path relative to directory). Backward-compatible; defaults to top-level-only.
2026.06.04.1Jun 4, 2026
Initial release: ingest a directory of dated markdown notes into typed, queryable structure (file inventory, headings, PR/ticket refs, signal-keyword rollups with citation lines).
04Stats
A
100 / 100
Downloads
8
Archive size
7.7 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms