Hm, still bugs -- when I enable RTF and press Insert Quote on a post visible below, I get the error:
Uncaught TypeError: Cannot read properties of null (reading 'pasteHTML')
at smc_Editor.insertText (editor.js?fin20:625:15)
at onDocReceived (?action=post;num_replies=13:570:381)
at oMyDoc.onreadystatechange (script.js?fin20:88:19)
Oh nice, editor.js is well formatted and even uses Hungarian notation.
Oh, go figure, registerDefaultShortcuts only works on Firefox ("
if (is_ff) {..." (lines 1180-1190); the
is_* globals appear to be binary flags for browser version, see
script.js?fin20), that's why ALT+S doesn't work.

I don't see a reference to
pasteHTML anywhere though... is it just completely not implemented??
Edit: also, it mangles the code tag when toggling modes.. doesn't look at all like the picture on the link?
Tim