Manuals and repo for plugin flowcharting
You can use variables in xml définition or url in link.
Be carreful, at this time, only uncompressed xml supports variables.
Syntax : ${myVariable}
Supported field with variables :
Custom variables and eval are availables on fields :
List of custom variables :
Javascript code supports like it :
// Percent for 10 levels
${_level} * 100
// Boolean like
${_value} > 50 ? 1 : 0
and more