Which is our fault for the changes made in the app, but really, it’s just revealed some problems that should have been fixed anyway.
You can see what I did to fix this for Safari.
Basically, you just want to go through the code and make these replacements:
NSStringPboardType → QSTextType
NSFilenamesPboardType → QSFilePathType
Don’t do it in property lists, though.
1.2.0 probably won’t be released as final for a while, so no hurry. These changes will work with the current release (because the code should have always been that way), so we can release an updated plug-in any time.
The Evernote plug-in has the same problem, but I won’t open a separate issue there.