(no title)
vilkkala | 3 years ago
I definitely would give the computation beta a try. My use case would be just "more visual Excel".
It's important that the nodes can also have non-formulae content, e.g.
salary["Salary<br/>`${1500}` €"]
Interested in seeing how you have implemented referencing the inputs.
Edit: You answered the last question with the video. Looks interesting, but having to add one extra node for the variable declaration feels cumbersome.
Edit 2: What if the outputs of the nodes could be named with text in the links?
escot|3 years ago
But you're right that if you want to define a variable its takes two nodes (the expression as the parent, then the `var foo` as the child). I should probably support defining a variable completely inside a node like `var foo = 1 + 2`.
I'm still a little hesitant to add any text on the arrows until I find a better way to do it via the keyboard. I find that just using the text in the nodes is usually sufficient anyways.
escot|3 years ago
vilkkala|3 years ago