Render diagrams directly in ChatGPT
Total ratings
2.80
(Rating count:
5)
Recent reviews
Recent rating average:
2.50
All time rating average:
2.80
Rating filters
5 star 4 star
3 star
2 star
1 star
Date | Author | Rating | Lang | Comment |
---|---|---|---|---|
2024-04-24 | Alexis Boris | en | It's a good idea, and I want it to work but it doesn't. I tryed 2 differents diagram generated by ChatGPT and both doesn't work 1) sequenceDiagram not working well 2) graph LR with Syntax error Both diagram worked on https://mermaid.live/ Perhaps an old version of mermaid lib need to be updated ? Here are the two codes generated by ChatGPT : 1) sequenceDiagram participant U as Utilisateur participant B as Navigateur participant S as Serveur U->>B: Entrer URL B->>S: Envoie requête HTTP S->>B: Répond avec données B->>U: Affiche la page 2) graph LR U[Utilisateur] -->|Entrer URL| B[Navigateur] B -->|Envoie requête HTTP| S[Serveur] S -->|Répond avec données| B B -->|Affiche la page| U | |
2024-02-06 | Google Local Guide Pro | en | Sadly not working anymore | |
2023-10-18 | Sebastien Boelpaep | Works just fine. Sometimes chatgpt write extended mermaid code, which is beeing perceived as syntax errors. But you can correct chatgpt by telling it to write valid mermaid code, then it will revert to simple mermaid code. Maybe in the future the developer will also support advanced syntax. Using chatgpt developing has become much easier. | ||
2023-10-18 | Sebastien Boelpaep | en | Works just fine. Sometimes chatgpt write extended mermaid code, which is beeing perceived as syntax errors. But you can correct chatgpt by telling it to write valid mermaid code, then it will revert to simple mermaid code. Maybe in the future the developer will also support advanced syntax. Using chatgpt developing has become much easier. | |
2023-10-12 | Gateway Health Institute (GHI) | I just get an error with every diagram attempt: Syntax error in text mermaid version 10.1.0 With both mermaid and drawio xml I get the same error. Sadly, rating it zero | ||
2023-10-12 | Gateway Health Institute (GHI) | en | I just get an error with every diagram attempt: Syntax error in text mermaid version 10.1.0 With both mermaid and drawio xml I get the same error. Sadly, rating it zero |