-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Angular Material Rich Text Editor #8487
Comments
+1 |
A pull request would be welcome. And we will contact the SummerNote author to see if he would be interested in making an Angular Material native version. @topherfangio - FYI. |
There are several rich text editors available, all with their own benefits and disadvantages. No single editor will be the best for every problem. I think this is best left to the individual architect to chose the right editor for their situation. |
There is an official angular directive for summernote already, maybe is a good option to start. |
I should also add that an Angular Material-native RichText Editor would be best added to an extension library (eg |
ngWig would be a good fit for my project because it has no dependency on JQuery or twitter-bootstrap as Summernote does. Unfortunately it has compatibility issues with angular-material. While I agree with @timbrown81 that different editors will suit different projects, it would be good to have a choice of editors that actually work with angular-material. I have been finding that a challenge. |
I have been experimenting with several different rich text editors for my project on Angular Material. In doing so, I've taken made CodePens for 5 different WSYWSG editors. So far I am leaning towards Froala simply because it's native look and feel is implemented with Material Design. Disadvantage is that it requires JQuery. So I am also looking at CKEditor, it will take some skinning to follow MD, but has no dependencies and has a rich ecosystem of plugins. Let me know if there are any other editors you'd like to have my include. |
What about http://textangular.com? |
Certainly ngWig. Once the bug is fixed in a-m I think it will be ideal. On Tue, 31 May 2016, 19:47 stunaz [email protected] wrote:
|
@timbrown81 |
@stunaz Here is textAngular: http://codepen.io/timbrown81/pen/JKoGMr |
Here is ngWig: http://codepen.io/timbrown81/pen/QEwQqd |
And here is Medium using angular-medium-editor http://codepen.io/timbrown81/pen/xObYeB |
@timbrown81 great thx! |
@timbrown81 not sure to understand what your pens do. Seems to me that you just included external lib, so nothing new. |
@timbrown81 Just to be clear, I understand that all of these editors suffer from the same angular-material bug (#5937) on mobile devices. Is that right? I checked medium-editor and confirm that it and ng-wig do. |
This issue is closed as part of our ‘Surge Focus on Material 2' efforts. |
I'm surprised that Quill isn't mentioned here. It looks awesome and more in line with Angular Material philosophy than summernote. Also, it doesn't have any external dependencies on Bootstrap or Jquery: http://quilljs.com/ |
hm... anything for angular and not angularJS? |
I use quilljs (but still with angularjs...) It looks like there is at least one wrapper for angular versions > 2... not sure it if is any good... https://github.com/KillerCodeMonkey/ngx-quill |
I just discover https://github.com/Sibiraj-S/ngx-editor |
updated ngx-wig that should work for both Angular 4 and Angular 5 |
Wanted to ask whether there is going to be a rich text editor which will be added to angular material
Some thing like summernote
The text was updated successfully, but these errors were encountered: