Obsidian KB Workflow Lite Preview-only Markdown workflow primitives

Knowledge-base workflow, without private vault data.

A public-safe extraction that demonstrates frontmatter parsing, wikilink extraction, lexical search, and preview manifests using synthetic notes only.

1Load synthetic Markdown fixtures
2Parse frontmatter and wikilinks
3Rank notes with lexical search
4Emit preview-only manifest JSON

Markdown primitives

Small helpers cover frontmatter, wikilinks, note loading, and backlinks.

Search surface

Lexical scoring keeps the demo inspectable without external services.

Preview discipline

The manifest records what would be reviewed without writing to a vault.

Safety boundary

The public repo uses only synthetic notes and has no live-vault write path, local machine path, credential provider config, or private note content.

Run npm test or npm run demo. Both commands stay inside the repo and print reviewable output.