Skip to content
Chat GPT - Mermaid & ShowMe
  • Pages
    • Intro
    • Community Chat
    • icon picker
      Try Max Mermade Embed
      • Origonal Diagram
        • Embeded Mermaid
        • Online FlowChart & Diagrams Editor - Mermaid Live Editor
      • Formula Test

Try Max Mermade Embed


DB Try Table
Name
Open
DIAGRAM
Show In Text Colum
Show in Canvas Column
WIDTH
HEIGHT
Try in table
graph TB
S["Search"]
S --> P["People"]
S --> C["Companies"]
S --> L["Location"]
S --> T["Time"]
S --> A["Activities"]
S --> M["More"]

Load content from mermaid.ink?
Loading external content may reveal information to 3rd parties. Learn more
Allow
Open
600
200
There are no rows in this table


Variables and formulas

URL”:
WIDTH_CANVAS
HEIGHT_CANVAS
Formula1 :
(From chat)






Formula2:
(Corrected with bracket)




Variable
DIAGRAM_CANVAS
https://mermaid.ink/svg/
Embed(
URL.Concatenate(
EncodeAsBase64(
DIAGRAM
),
WIDTH, HEIGHT,
force: True
)

Embed(
URL.Concatenate(
EncodeAsBase64(
DIAGRAM
)), // Extra bracket added
WIDTH, HEIGHT,
force: True
)

graph TB
S["Search"]
S --> P["People"]
S --> C["Companies"]
S --> L["Location"]
S --> T["Time"]
S --> A["Activities"]
S --> M["More"]


 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.