Skip to content

Allow setting the color of the most-left nodes #72

@JonasDoesThings

Description

@JonasDoesThings

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions