Nice one! I use Mermaid sometimes in my blog posts. Whenever I make a small change, I have to run `astro build` to see the result in the generated HTML. With your editor, the whole process should be much faster.
This is ridiculously useful in the era of AI.
They keep generating near-to-good diagrams with always some two or three minor annoying pieces that you'd like to correct.
Genious idea, congrats!
I’m out and about so haven’t tried this yet, but sounds like your context is an embedded diagram. For free diagrams (.mmd files) I find AI creation and editing to be highly effective.
Nice one! I use Mermaid sometimes in my blog posts. Whenever I make a small change, I have to run `astro build` to see the result in the generated HTML. With your editor, the whole process should be much faster.
This is ridiculously useful in the era of AI. They keep generating near-to-good diagrams with always some two or three minor annoying pieces that you'd like to correct. Genious idea, congrats!
I’m out and about so haven’t tried this yet, but sounds like your context is an embedded diagram. For free diagrams (.mmd files) I find AI creation and editing to be highly effective.
Mapping SVG back to a CST instead of regenerating the whole file is the right call. Preserving comments matters.