Dat reference suggestion

It gets a little silly in such a high-level environment to have to type something like “op(‘select_image’)[0,0]” just to get a file url in a dat into a file url parameter of another operator.

If a dat has only one line (string) or one cell (table) it would be great to be able to drag-and-drop export it onto other operators regardless of what it technically means, casting and/or referencing it for you. It’s a really common operation and techniques like this are what makes node programming so great.

Thats a good suggestion.
In the meantime, if its more clear you can type:

op(‘select_image’).text

It’d actually be great to be able to do this from any cell, maybe have it so that you hold a key and the viewer goes from text editing mode to export mode and then you just drag a cell…bit like CHOPs

yeah that would be ideal

Agreed!

please