Releases: vreff/Wurd
Releases · vreff/Wurd
v1.0.0
Initial release of Wurd — an AI-enabled document compiler that turns markdown into editorial-quality HTML. MIT licensed.
Features:
- Markdown with
[plugin:name]...[/plugin]tags compiled to self-contained HTML - Pretext-powered typographic layout engine
- Built-in plugins: math (KaTeX), accordion, citations, binary-stream
- LLM-powered plugins: graph and table generation via Claude or any OpenAI-compatible API
- PDF export via
--pdfflag (Puppeteer, high quality) and in-page download button (html2canvas) - Open Graph and Twitter Card meta tags via frontmatter
- Configurable layout via YAML frontmatter
{#id}heading tags for pointer-events passthrough and heading underlines--pluginsflag for loading external plugin directories- LLM response caching (
--no-cacheto regenerate) - Global CLI install via
npm install -g .