4 comments

  • cdieck88 7 hours ago ago

    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.

  • ltononro 8 hours ago ago

    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!

  • jumpalongjim 7 hours ago ago

    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.

  • grommet_kit 11 hours ago ago

    Mapping SVG back to a CST instead of regenerating the whole file is the right call. Preserving comments matters.