Dear all of you
I'm very happy to try this WYSIWYM editor : the only usable one in the world I think... all others beeing based on Java, which is heavy, heavy, heavy So many thanks for this one just using JavaScript (although it is still a bit slow on my Pentium 133 ).
I would like to use it as an XML editor for my XML document format (I mean not only using it as an XHTML editor), and thus, would like to make some customisations, like allowing some predefined tags for used in my document format, and allowing edition of attributes (the latter is very important).
I have a look at the code, modifying a few dirty things to try to add a « truc » tag (a dummy name in french). But I failed to get good results.
So now, I'm looking for a document which will describe the implementation, in order to understand it (I don't like guessing how an application works, by just reading the code, this is a very-very bad practice).
Does such a document exist ? And where can I find it ?
By the way, there's another question : do you know a way to record a file on hard drive using JavaScript ? It seem obvious this is normaly not possible for security reasons, but perhaps there's a workaround in some circumstance ? (any way, if I can transform WYMEditor in a full XML editor, I will be motivated for writing a custom local HTTP server which will be able to handle a save-on-disk request... this will be a good solution I think)
Many thanks