mrdomino / jsprettify

Automatically exported from code.google.com/p/jsprettify
Apache License 2.0
1 stars 1 forks source link

Bookmarklet doesn't work with Google Docs #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The bookmarklet currently just replaces text in textareas and input fields. 
This doesn't work in rich edit fields like Google Docs. We might need to use 
jsprettify.prettifyHtml instead, and examine the rich editing forms to see 
what they're doing.

Original issue reported on code.google.com by mrdomino on 4 Mar 2010 at 7:32

GoogleCodeExporter commented 9 years ago
This depends on 6 since Google Documents exist in iframes.

Original comment by mrdomino on 4 Mar 2010 at 11:25

GoogleCodeExporter commented 9 years ago
Google Docs now has a (somewhat primitive) quote matcher. This might still be 
worth 
investigating, but is now lower-priority.

(Incidentally, Docs still doesn't do anything about dashes or ellipses.)

Original comment by mrdomino on 26 May 2010 at 5:56