-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Currently, you can set the color of a target node with the syntax a [10] b [red] (see demo). But there is no way of changing the color of nodes without any input-links.
We need to extend syntax for that.
Possible ways:
a) control statements, e.g.:
a [green]
a [10] b [red]
b) extended base-syntax, e.g.:
[green] a [10] b [red]
We need to decide on a syntax, and implement that.
Based on Feedback via tinyDialog:
It would be great to be able to control the color of the left most bar more precisely.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers