Great tool. though I did notice a size restriction when using mod_php to show a large body of text with Jquery dropdowns. I could only do somewhat in the area of 56,000 characters in one module. Any more than that (even though I could paste the entire text into the content field) would be cut off when I pushed the save button. I solved the problem by dividing up the text in 4 modules which was awkward.
Owner's replyYou can save the text in a file and use PHP's include() function to include it, though it is a bit inconvenient.
Good to know what the limit is. Unfortunately it can't be helped since it is probably the browser limit on url encoded POST parameters or the limit on the server for receiving url encoded POSTs.