Replies: 3 comments 1 reply
-
The existing shapes used are all simple SVG shapes. If there is a simple, completely copyright free cloud SVG diagram, then it could be added to the code if Knut S. agrees to it. I don't know if there are any plans in the future to support users adding their own graphic symbols. |
Beta Was this translation helpful? Give feedback.
-
@weedySeaDragon I'd like to have an email node shape to indicate someone or something will send an email message. ![]() PlantUML offers the ability to use custom icons -- with a large selection of libraries. Here's the Office 2014 email icon: I might be blind, but I don't see MermaidJS offering that feature. Did I miss it somewhere? |
Beta Was this translation helpful? Give feedback.
-
Looks like one can insert
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
is it possible to let user choose symbols for node, for example, cloud as the attachment(from https://www.vectorstock.com/royalty-free-vector/cloud-flowchart-charts-vector-1013538) shows?
Since mermaid has introduced such thing, i.e. round corner rectangle by
id1(This is the text in the box)
, maybe more can be used, for example, since:?:
is not used often in normal text, we can writeI am a cloud :?: custom.cloud.cloud1
to usecloud1
incustom.cloud
hiberarchy defined in JSON or local direcory/file system.Background, currently I try to express my diagram which uses cloud service, so a cloud-like symbol is more suitable than
id1[(Database)]
(a cylindrical shape)If mermaid does not/will not support such feature, could you please name some tools? I mean a tool in which user can write pure text then render the final diagram, not a traditional drawing tool which needs drag-and-drop.
thanks
Beta Was this translation helpful? Give feedback.
All reactions