ds300 / jetzt

Speed reader extension for chrome
Other
485 stars 124 forks source link

Indicate blockquote sections #91

Open nomicode opened 10 years ago

nomicode commented 10 years ago

When in a <blockquote> section, jetzt should indicate it using the side indicators. Perhaps ">" on the left, and nothing on the right? Or maybe "<" on the right.

ds300 commented 10 years ago

My current thought is to do this with single-quote wraps. It relies on the new parsing stuff, so hopefully soon!

nomicode commented 10 years ago

Am I okay to work on this one?

ds300 commented 10 years ago

Sure. it should be as simple as adding a clause to the switch-statment in the parseDom() function in parse.js. Be aware that it will be obsoleted by the new parsing stuff, which does things entirely differently and isn't ready to be hacked on by others yet, so don't be offended when I nuke that code :)

nomicode commented 10 years ago

Ah, I see. Misunderstood the situation. Well, I'm in no rush. Will wait.