excalidraw / mermaid-to-excalidraw

Generate Excalidraw diagrams from Mermaid
https://mermaid-to-excalidraw.vercel.app
MIT License
248 stars 43 forks source link

Mindmap Should be Rendered as Native Excalidraw Objects #72

Open jboarman opened 1 month ago

jboarman commented 1 month ago

A mindmap imported into Excalidraw is rendered as an image instead of native, editable objects. This makes these diagrams near useless within the Excalidraw platform since they cannot be modified or manipulated in place.

image

mindmap
  root((mindmap))
    Origins
      Long history
      ::icon(fa fa-book)
      Popularisation
        British popular psychology author Tony Buzan
    Research
      On effectiveness<br/>and features
      On Automatic creation
        Uses
            Creative techniques
            Strategic planning
            Argument mapping
    Tools
      Pen and paper
      Mermaid
ad1992 commented 1 month ago

Hi @jboarman currently we support flowchart, sequence and class diagrams only. Since mindmaps aren't yet supported hence they are rendered as images in excalidraw. I will add this request as a feature enhancement