You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Is there a better version of the WYSIWYG Editor? The current version corrupts xhtml escape encoding e.g.
If you have Microsoft® in some xhtml code loading it into the editor it becomes Microsoft®
Offline
The answer to my own question appears to be yes the is an update available at
http://premiumsoftware.net/cleditor/downloads
Offline
In all honesty, I wouldn't use a WYSIWYG if you care at all about XHTML compliance. It's easy enough to write basic HTML for descriptions and HTML pages. The link referenced above is for cleditor, which we've removed from our forthcoming version 9 software.
Offline
Okay, I'll continue to write html code by hand, when I'm getting lazy I've found Microsoft Expression Web v4 is easy to use (and free!). I then just cut and paste into the relevant documents.
Terry
Offline
I put them in media/cleditor but as Nick says, the update is not much better.
I mainly use it to just check if I have made a coding error but it does do some very silly formatting so I treat it with a great deal of caution.
I mainly use FrontPage for error checking but only have v2. I will upgrade it to v4 if it is free now.
Last edited by sdn (06-01-2015 14:08:48)
Offline
Thanks Terry
Offline
I tried FP4 but remembered that I prefer FP2. I only use for checking html is valid and do not allow it to add any of its own styles, etc. Our pages validate OK with w3C apart from the 8 errors on all product pages relating to schema data like
"itemscope" is not a member of a group specified for any attribute, etc.
Is there any fix for this?
Can you recommend any other free html editors? Although I can hand code, it is easier to get some software assistance when you have thousands of pages to do.
Last edited by sdn (06-03-2015 14:48:38)
Offline
see https://forum.kryptronic.com/viewtopic.php?id=30676 towards the end re the itemscope not validating
Offline
Could you add a syntax highlighter like one of those listed at http://www.sitepoint.com/10-jquery-syntax-highlighters/ in place of CLEditor?
It would make editing easier without the risk of corrupting the code. Code highlighting is the main reason I use FP.
If you do not wish to add it how can I add myself? I see jslib.php and formfield_textareawysiwyg.php are involved. Are there any other files I need to look at?
Last edited by sdn (06-24-2015 07:50:55)
Offline
If you do not wish to add it how can I add myself? I see jslib.php and formfield_textareawysiwyg.php are involved. Are there any other files I need to look at?
{public}/media/scripts/backend.js has a wysiwyg loader function in it as well. Between the two files you mentioned and that one, that's all of them.
Offline