WYSIWYG/Rich Text Editor recommendations

50 görüntüleme
İlk okunmamış mesaja atla

Tim Johnson

okunmadı,
30 Nis 2019 20:18:1030.04.2019
alıcı Django ML
Using python 3.7.2 and django 2.1.5

Production is in Ubuntu 16.04 and prospective deployment is likely
to be CentOS with same python/django.

I'm a retired python developer.

I'd welcome recommendations and/or caveats regarding a stable
WYSIWIG "plugin".

Much is available on google, but it is always edifying to hear
individual comments.

I currently publish on drupal using its ckeditor plugin. My common
method is to compose articles in LibreOffice, then copy and paste
into the editor. Works well, except that it IS drupal.

I'd like to recreate the same functionality with django. I will need
to be able to include embedded images.

TIA
--
Tim
http://www.tj49.com

Joel Mathew

okunmadı,
30 Nis 2019 21:18:4730.04.2019
alıcı Django ML
Currently I'm using quill. It's easy to implement, and has all basic features.
Sincerely yours,

 Joel G Mathew



--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20190501001716.GD2404%40mail.akwebsoft.com.
For more options, visit https://groups.google.com/d/optout.

Tim Johnson

okunmadı,
30 Nis 2019 22:40:5330.04.2019
alıcı django...@googlegroups.com
* Joel Mathew <jo...@joel.su> [190430 17:29]:
> Currently I'm using quill. It's easy to implement, and has all basic
> features.

Cool. Thanks for that Joel.

> > I'd like to recreate the same functionality with django. I will need
> > to be able to include embedded images.

--
Tim Johnson
http://www.tj49.com

Lance Haig

okunmadı,
2 May 2019 04:39:462.05.2019
alıcı django...@googlegroups.com
Hi Tim,

I used django-tinymce4-lite for my app

https://github.com/lhaig/usery

It works well from my perspective and gives a light editor.

Regards

Lance

Andréas Kühne

okunmadı,
2 May 2019 09:11:302.05.2019
alıcı django...@googlegroups.com
I would second for quill - the main thing with that editor is that it doesn't store the HTML internally - this means that you can copy / paste from word for example without all of the strange html that comes with that. It is more restrictive than tinymce or the likes, but much better!

Regards,

Andréas


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

Tim Johnson

okunmadı,
4 May 2019 11:58:324.05.2019
alıcı django...@googlegroups.com
* Tim Johnson <t...@akwebsoft.com> [190430 16:27]:
> Using python 3.7.2 and django 2.1.5
>
> Production is in Ubuntu 16.04 and prospective deployment is likely
> to be CentOS with same python/django.
>
> I'm a retired python developer.
>
> I'd welcome recommendations and/or caveats regarding a stable
> WYSIWIG "plugin".
Thanks to all for the recommendations. It will just be all the
more edifying for me to try both tinymce and quill.

cheers

Swatantra Kumar

okunmadı,
4 May 2019 18:27:274.05.2019
alıcı django...@googlegroups.com
Hi Tim,

As your requirement is of a WYSIWYG editor, I often use CKEditor javascript library directly in my Django projects as I can't get any alternative which can provide features such as image/attachment upload, link pages, etc which are available with CKEditor. 
Also, check this Django CKEditor plugin https://github.com/django-ckeditor/django-ckeditor

Regards,
Swatantra

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

Tim Johnson

okunmadı,
6 May 2019 20:48:436.05.2019
alıcı django...@googlegroups.com
* Joel Mathew <jo...@joel.su> [190430 17:29]:
> Currently I'm using quill. It's easy to implement, and has all basic
> features.

Joel - perhaps you could check out another thread I started:
subject - "quill tries to import deprecated django.forms.util"

What version of django are you using?

thanks again
Tümünü yanıtla
Yazarı yanıtla
Yönlendir
0 yeni ileti