jetzt icon indicating copy to clipboard operation
jetzt copied to clipboard

Indicate blockquote sections

Open nomicode opened this issue 11 years ago • 4 comments

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.

nomicode avatar Mar 17 '14 14:03 nomicode

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

ds300 avatar Mar 17 '14 15:03 ds300

Am I okay to work on this one?

nomicode avatar Mar 18 '14 15:03 nomicode

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 :)

ds300 avatar Mar 18 '14 15:03 ds300

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

nomicode avatar Mar 18 '14 15:03 nomicode