A developer shares their journey building a free, client-side rich text to Markdown converter after frustration with existing tools. The converter features smart paste handling that strips unwanted formatting while preserving structure, real-time preview, intelligent image processing, and proper code block formatting. Built with vanilla JavaScript (no frameworks), it includes a polished dark theme UI with modals, resizable panels, keyboard shortcuts, and toast notifications. The tool handles edge cases like anchor-wrapped headings, images in links, and nested whitespace in code blocks through custom HTML-to-Markdown parsing logic.
4 Comments
Sort: