Thursday, June 15, 2017

Re: django WYSIWYG editor

On 06/15/2017 04:16 PM, ADEWALE ADISA wrote:
>
> Pls, I need a recommendation for the best easy to implement editor
> that non technical user can use to add image, table to document in
> django admin textarea.
> I want my users to be using django admin as there backend when
> creating blog content and they needed the following functionality:
>
> 1. inserting table to article
> 2. insering images
> 3. adding color to the table background
>
> All this functions without user editing html
>
> Thanks.
>
>

Hello,

You can try django-tinymce (check
https://github.com/aljosa/django-tinymce for documentation and example).
It is quite easy to use, you've use only a "HTMLField()" in your model,
instead of Textarea etc.

Karol

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@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/06ff56d4-82ac-39c1-3f29-0bcb79329eeb%40fossilgroup.net.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment