What problem does it solve?
Provides a simple, no-dependency path to capture pasted text and local markdown files into the wiki vault so users don't have to manually copy, reformat, or recreate notes when building a persistent knowledge base.
Core Features & Use Cases
- Pasted Text Handling: Accepts raw pasted text and saves it as a notes file under vault/raw with a minimal YAML header.
- Local Markdown Import: Reads local markdown files, copies them into vault/raw if needed, and extracts existing YAML frontmatter for metadata.
- Routing to Ingest Pipeline: Normalizes the content and forwards it to the ingest router for page creation and further processing.
- Use Cases: Quick meeting transcripts, clipped web notes, and migrating local markdown drafts into the wiki.
Quick Start
Ingest the provided text or local file path to save it into the vault/raw folder and route it to the ingest pipeline.