Hi, any suggestion for free rich text editor?
Now am using Froala editor and it's really good one,but my license has expired and can't afford to renew. So I'm looking for a free one. Please suggest. I want to use it in Angular2 application.
For me the most awesome text editor is Atom. Loving the packages system and the fact that Github is behind it. Plus the fact that last week Github featuring Facebook launched the atom-ide package, which basically transforms it from a text editor to a (almost complete) IDE. Feel free to tell me why you do (or don't) like Atom. Woah, I almost forgot that its icon looks gorgeous.
Visual Studio Code for sure. There are many options out there but VSC is quickly puting them to shame. Why?
For javascript I suggest Visual Studio Code. I used VS Code with VIM plugin.
for now I would recommend looking at slate.js or prosemirror because those have first class data models with nesting, they also have issues but I have more faith these issues can be resolved,.... avoid Quill.js, because it looks good on paper, but the devs are misleading users and they systematically delete issues instead of addressing them, like to paint a pretty picture... if you want to extend it's document model in any meaningful way you will get very stuck... there have been some really bad design decisions that have made upgrades almost impossible, it does not support blocks within blocks, and the delta format doesn't support nesting... a div within it's default p tag is not possible, so tables are not possible, a simple div is not possible even break handling is very very hard, br tags are wrapped in P tags which are blocks... you will find if you dig into the user extensions, they're all half baked because there are uncontrollable/uncurable issues with the basic structure on which bigger things can be built...perhaps it'll sort itself out with a rewrite in version 2.0. ... also consider CKEditor 5 when it hits.
Thanks for your valuable responses. I am implementing Quill editor. Which is working for my purpose.
I'm good with just Atom or Visual Studio Code .. still have my handy Sublime Text around sometimes even .. (mainly when I need to touch files in three different languages, for the different color scheme for each one) ..
Take a look at pell github.com/jaredreich/pell it's a 1kB, no dependencies WYSIWYG text editor.
I like and use Medium Editor. As the name implies, it was designed after the editor on medium.com
It's Word cleansing (meaning, removing Word formatting when copying and pasting in) is kinda crappy and I've been doing additional processing on my own on the backend to try to remove as much as I can; but it works well for me otherwise.
Not the best out there but you can try and see if Summernote works for you.
Oh, boy... Froala, in my opinion, is one of the best WYSIWYG editors out there, thus the price. Going to something else will be a downgrade, I think. That said, I personally use CKEditor in my application. It does a fairly decent job. I use it as a letter editor and convert the HTML it produces into Microsoft Word documents.
By "rich text editor" I'm assuming you mean "code editor". If that's true, than 100% and without any regret will I suggest Visual Studio Code.
Tom Boutell
All the asynchronous things
Germán Cutraro
germancutraro
Atom andVisual Studio Code are my favourites!