intro para and edits

This commit is contained in:
2026-09-09 11:52:12 -06:00
parent 64211817f1
commit 9af166ef51
+5 -1
View File
@@ -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