I'm doing a lot of work where I use sublime to code and then need to copy the contents to a web based "editor" that really sucks. I would like the contents of this textbox/editor to be automatically populated with the contents of a text file that I chose.
I don't control the web page that I'm copying code to so can't inject an applet or similar.
What I'm hoping to do is to create a plugin (I'm using chrome) with which I can select an element as target, select a text file on the hard drive (or maybe the contents of a url pointing to localhost if that's easier) and have the plugin scan for changes and update.
Any idea as to how to go about this? Maybe there's already something similar done? I googled but can't seem to find the right terms if there already is something.