MakeTextField

Is it possible to input several lines of text in TextField?
I really need it for my program.
Thank you!

@serge_gam,

Can you provide more details on what you are trying to do? Where/how would these several lines of text be used?

I want to make a program that allows to paste code from shadertoy and render to syphon server.
When I paste multiline code from shadertoy to the TextField it takes only first line.

@serge_gam,

MakeTextFieldonly allows one line of text to be entered. However, you can read data from a .txt file into Make Image with Shadertoy. Alternately, you can copy the entire shader to the clipboard, and use a shell command to get the clipboard contents.

Screen Shot 2020-12-28 at 9.38.59 AM.png

clipboard-to-shadertoy.vuo (2.52 KB)

Input-shader-into-shadertoy-node.vuo (2.96 KB)