From 9af166ef514a66f4dde9b9e573e4c14fa65eb429 Mon Sep 17 00:00:00 2001 From: paulbhartzog Date: Wed, 9 Sep 2026 11:52:12 -0600 Subject: [PATCH] intro para and edits --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b522705..533b8ba 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # README +A local-first system that turns your folder of plain-text Markdown notes into a fast, interactive web app right on your computer. You write and tag your content directly inside your own Markdown files, and the app lets you browse, search, and explore them instantly in your browser. Because it is designed to run directly as a live deployment—pre-configured with Cloudflare adapters—your local workspace functions immediately as your live site without any extra build steps or complex databases. + +# Files + * **`emit.mjs`**: Reconciles deployment templates with target directories by preserving user configurations in files like `wrangler.toml` while propagating structural adapter updates. * **`gen.mjs`**: Scans source markdown cards to ensure every item possesses a stable UUID v7 identifier and compiles them into an auto-generated JavaScript manifest module. * **`serve.js`**: Edge runtime request handler that safely injects compiled card collections, tag vocabularies, and page titles into an HTML template for client hydration. * **`app.html`**: Single-page application shell and runtime that provides the UI styles, layout grid, and zero-dependency JavaScript parser to render cards and tag clouds in the browser. -# Files +# Details ## gen.mjs