Difference between revisions of "Mermaid"

From Freephile Wiki
Jump to navigation Jump to search
(Create page)
Line 9: Line 9:
 
{{#set:feature tests = }}
 
{{#set:feature tests = }}
 
{{#set:feature examples = See the example diagram at [[Sales Cycle]] }}
 
{{#set:feature examples = See the example diagram at [[Sales Cycle]] }}
 +
 +
Editing a complex diagram and integrating that into your documentation shouldn't be hard. The Mermaid library makes diagrams of all types accessible through simple markup.  [https://sandbox.semantic-mediawiki.org/wiki/Cat%C3%A9gorie:Mermaid_examples See examples]
 +
  
 
Code like this
 
Code like this

Revision as of 00:48, 22 May 2020

Mermaid Dialog-information.svg
flow diagram
Image shows: flow diagram
Summary
Title: Mermaid
Description: A diagramming language. Make diagrams and flowcharts for documentation, easier. With simple syntax, create sophisticated diagrams, flowcharts, GANTT Charts etc.
More
Notes: Use the online editor to create your diagram
Example: See the example diagram at Sales Cycle




Editing a complex diagram and integrating that into your documentation shouldn't be hard. The Mermaid library makes diagrams of all types accessible through simple markup. See examples


Code like this

{{#mermaid:gantt
	title A Gantt Diagram
	dateFormat  YYYY-MM-DD
	section Section
	A task           :a1, 2014-01-01, 30d
	Another task     :after a1  , 20d
	section Another
	Task in sec      :2014-01-12  , 12d
	another task      : 24d
}}

produces