Is there a browser-based HTML WYSIWYG editor that doesn't destroy HTML code?
seeking a fully open-source, free, wysiwyg editor that is easy to customize and extend
Online WYSIWYG editor that doesnt expire?
I made a post similar to this just a few weeks ago. Ultimately I found Macromedia Dreamweaver 8. It is a full-featured (for its time) WYSIWYG HTML editor program. I downloaded it for free from a site called olderversion. If you need more info for activation, feel free to dm me.
Clarifying: This is not an online editor but I like it better than all the online editors I tried. It is easy to hook it up, via ftp, to your website(s) so your changes go live on web instantly.
What is your goto WYSIWYG Editor?
Why is HTML5 Editor the easiest to use?
Does this editor support live preview?
Can I use the HTML5 Editor on mobile devices?
I'm just looking for a basic editor that I can paste copied HTML so the backend can run some transforms on it.
So far, every editor I've tried absolutely destroys the HTML, removing attributes and even elements. In some cases, even altering table structures.
Is there a basic javscript-based HTML editor that isn't opinionated?
Here is the text edtior I have for now, snap: https://imgur.com/ANWN16v
I want to keep these cools wysiwyg editors like tinymce or ckeditor. But the thing is they are for API, not fully open source. Really hard to write plugin or modify.
Do you guys have any suggestion? Other than these, fully open source.
I have tried editorjs but that's block editor. I am looking for something out of the box solution, so that I can add my plugin or extension easily.