It last worked properly in Sketch 3.4.x I haven't had time to updated it to reflect the API changes in Sketch. I have plans to rewrite it and add a UI.
This a plugin to quickly create flowcharts in Sketch.
This project is based on AEFlowchart but has a bunch of new features: Configurations, New Symbols, and Layer Styles and Text Styles.
Other | Shortcut | Shape | Color | Image |
---|---|---|---|---|
Connect | ^⇧ + C | Line with Arrow | #666766 | |
Label Line | ^⇧ + L | Label with Background | #262626 |
- added color variables to a config file for the all flow chart symbols
- added a way to disable the default inner shadow
- The new symbol group is now selected after you create it
- arrows on the connectors (optional)
- added a Label Line Symbol
- creates a label intended to be placed over a connector line
- it's a duplicate of Process with a white background and black text
- added a font color variable for the label needed for Label Line
- added an option to convert the Label Line label to UPPERCASE
- added a Manual Input symbol
- added an Internal Storage symbol
The symbol shape creates a shared layer style when you first create it. The Label shares a Label text style but you can specify another color and this will create a new text color.
- Symbols of the same type can be altered in unison in the GUI.
- The script checks to see if the symbol's Layer Style exists and reuses it if it does.
- Added similar functionality for Label Text Style