I found this answer on stackexchange about reading from the clipboard via a javascript API (at least I think it’s javascript…?)
Possible to bring this into Ignition via a module? I’d like to use the clipboard for some dev tools, as writing 100k+ rows of text into a Perspective text area is… not great… (or rather, it doesn’t; it crashes the browser)
It only works on some browsers and on some specific inputs. it also requires a prompt to be accepted.
Not really great for anything tbh, what are you trying to do?
You should proabbly use a file upload for such things
I’ve got some scripts that use tag browse to return tags and their info and to write back to tag properties. It’s fine using text field for <600ish tags, but any more and it dies. I can always run in script console instead, but would be super useful in a client where I can provide a gui for it. Reason to. Use clipboard as I’m lazy and don’t like saving to files and selecting them