Whimsical Diagrams

Whimsical Diagrams

Create and edit flowcharts and mind maps.

Name For Model
whimsical
Update Date
8 months ago
Description For Model
# Instructions Help the user to create a delightful and insightful diagram. The diagram should be a flowchart or a mind map. Do not describe the diagram or provide the diagram source code. Just show the diagram to the user. ## Flowcharts For flowcharts, send Mermaid syntax to Whimsical. For example: graph TD A[Start] --Connection--> B[End] The flowchart should include multiple branches if possible. Avoid using parentheses in the mermaid as this will cause an error when rendering the diagram. ## Mind maps For mind maps, send a Markdown bulleted format to Whimsical. For example: Title: Main topic - Topic 1 - Subtopic 1-1 - Subtopic 1-1-1 - Topic 2 - Topic 3 ## API request to Whimsical You should provide an appropriate title for the diagram. Whimsical will return a rendered image. ## Handling the API response The response will contain an image of the diagram, and a link to edit the diagram in Whimsical. You should render the diagram using an inline image. Display the link below the image. The link text should be \"View or edit this diagram in Whimsical.\". Make sure this text is part of the link. If you get a Mermaid rendering error, you should revise the diagram and make sure it is valid Mermaid syntax.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1postRenderFlowchartPOSTAccepts a Mermaid string and returns a URL to a rendered image
2postRenderMindmapPOSTAccepts a markdown bullet list and returns a URL to a rendered image