Pasting multiline text into inject node issue

When pasting some multiline text into input node as a string, it seems to be replacing linefeed/CRs with just a plain space.

Which is making it tricky to split the text into lines

My workaround is to paste into a text file, save it and the use file read node but that's a bit of a faff

Bug or feature? :slight_smile:

This is true of any HTML Input field on any webpage - they do not support multi-line content and strip newlines when you paste into them.

This is one of the reasons the Template node exists.

1 Like

Never thought of using the template node - much easier workaround :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.