Hashtags and Markup
What are hashtags and markup?
They are textual keywords used by Textografo to generate diagrams and shapes.
For instance, in order to get a circle in the graphical canvas (central pane of Textografo), you can use the hashtag #circle or the markupĀ ()
Diagram Type
Name | Hashtag | How to use it? |
---|---|---|
Flowchart | #flowchart | Starting a diagram by #flowchart [Your Flowchart Name] indicates that you are creating a flowchart. See it in action >> |
Mindmap | #mindmap | Starting a diagram by #mindmap [Your Mindmap Name] indicates that you are creating a mindmap. See it in action >> |
Basic Flowchart Shapes
Name | Hashtag | Markup | Shape | How to use it? |
---|---|---|---|---|
Decision | #decision | <> | ![]() | Type #decision My Text Or <My Text> Or <> My Text See it in action >> |
Circle | #circle | () | ![]() | Type #circle My Text Or (My Text) Or () My Text |
Process | #process | [] | ![]() | Type #process My Text Or [My Text] Or [] My Text See it in action >> |
Start/End | #start #end | ({}) | ![]() | Type #start My Text Or #end My Text Or ({My Text}) See it in action >> ({}) My Text |
Subprocess | #subprocess | [||] | ![]() | Type #subprocess My Text Or [|My Text|] Or [||] My Text See it in action >> |
Connectors Shapes
Name | Hashtag | Markup | Shape | How to use it? |
---|---|---|---|---|
Link to | #linkto | -> | ![]() | You can connect a shape A to a Shape C (which is not directly after the shape A) by creating a child node for A with the following content #linkto Shape C [My Label]. See it in action >> |
Other
Name | Hashtag | Markup | Shape | How to use it? |
---|---|---|---|---|
Note | #note | no | A sticky note displayed on the bottom left corner of the shape. | Just type "#note this is my note" in a row of the outliner (left pane) E.g. "#process Step 1 #note Important!" |
Icons | #ico-[name] | no | The icon is displayed on the top right corner of the shape. | Type "#ico" in a row of the outliner (left pane). The list of available icons will be displayed in a dropdown. E.g. "#process Step 1 #ico-email" |