Writemark: Dependency-Free Inline Markdown Editor Writemark is a dependency-free inline Markdown editor that renders as users type, keeping raw Markdown as the underlying value for storage and submission. The web component, built by Brostoffed, offers source, split, and preview modes with support for tables, task lists, and slash commands, backed by nearly 1,000 Playwright tests across Chromium, Firefox, and WebKit. Writemark: Dependency-Free Inline Markdown Editor Standard textareas are a nightmare for anyone who actually likes writing in Markdown, which is why a lightweight web component that handles inline rendering without dragging in a massive framework is such a win. This is a great example of "vibecoding"—an iterative process of building, breaking, and fixing until the UX feels right. If you're looking for a way to integrate Markdown editing into a project from scratch without the overhead of a full-blown IDE-like library, this is a solid route. Writemark solves this by letting you drop a single tag into your HTML to get a fully functional editor that renders as you type, while still keeping the raw Markdown as the underlying value for storage and submission.