MarkNote – Local-First Wysiwyg Markdown Editor (Tauri/Rust)
Typora alternative with Excalidraw, no subscription, but CodeMirror 6 WYSIWYG editors exist.

Bidirectional TikZ sync between visual canvas and code without needing a TeX compiler.
Academics and researchers writing LaTeX papers
Inkscape · SVG editors · Overleaf
I built an open-source WYSIWYG TikZ editor (available for web and desktop) that allows you to edit your TikZ source code visually by dragging and resizing elements. It simultaneously shows the source code and the rendered figure, and lets you edit either one while the two views stay in sync. I’m not aware of any other editors that are simultaneously source editors and WYSIWYG (even for editing SVG or HTML), and I’m quite pleased with how well the combination works.
The way the app is implemented is by parsing the TikZ code, and at all times keeping track of the exact source location of each object. Thereby, when a user drags an element to a new position, the app can override just the numbers in the coordinate without changing anything else in the code (such as line breaks or indentation).
This approach essentially required reimplementing a large fraction of TikZ, which is the kind of task that no human would ever want to do. I think building software that doesn’t exist yet because it would be impossibly tedious to code up is one of the great new possibilities thanks to coding agents, and it’s worth brainstorming for other examples. (This app was built almost entirely by Codex.)
Implementing the app came with lots of fun side quests, including building converters from SVG / pptx / ipe to TikZ, re-implementing the LaTeX hyphenation and line-breaking algorithm to support multi-line nodes, and making a color picker that uses the red!20!black color mixing notation used in LaTeX papers.
Typora alternative with Excalidraw, no subscription, but CodeMirror 6 WYSIWYG editors exist.
Bidirectional code↔diagram with Claude MCP beats text-only codebase analysis tools.
Real-time WYSIWYG diffs for agent edits beat terminal-based coding any day.
Mermaid diagrams and LaTeX math rendered as ASCII in your terminal.
Line under cursor stays raw while everything else renders in place.
WYSIWYG DMG designer when DMG Canvas costs $20 and CLI tools are painful.