Hi,

Ahh, one question: Why do you go through the wiki syntax at all?
Couldn't you submit the document model as something machine-readable
like JSON or XML?

hmm, I guess when I started I assumed it would be easier converting into Pier wiki format and it allowed me to rapidly verify the parser. Also I'd have to translate from JSON into PRDocument on the server whereas the wiki -> PRDocument translator is already written. What do you see as the benefits of translating into a javascript PRDocument type structure? The one benefit I guess is there are less steps html -> PRDocument vs html -> wiki syntax -> PRDocument.

Nick