Python Forum

Full Version: editor of site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello

i have question:
what is the of the editor of this site?
can i have it with django?

i mean the environment that i'm typing it right now, what is the name of it?
tnx
you mean the text editor? What do you mean specifically besides an entry box and some buttons?
I came across this editor written in Python but can't find it now. Meanwhile, look at this. It's JS.
This may help too: http://django-fluent-contents.readthedoc...index.html


I've found this too. It looks quite promising
I forgot http://ckeditor.com/Cool
(Apr-12-2017, 02:05 AM)metulburr Wrote: [ -> ]you mean the text editor? What do you mean specifically besides an entry box and some buttons?
yes my point was a text editor.

i like text editor of this site because :
The user can't upload image and he/she have to give url of image.
but now i Know i can use ckeditor thanks to wavic.


actually i change my code from this:
from ckeditor_uploader.fields import RichTextUploadingField
text = RichTextUploadingField()
to this:

from ckeditor.fields import RichTextField
text = RichTextField()
(Apr-12-2017, 02:31 PM)shahpy Wrote: [ -> ]i like text editor of this site because :
The user can't upload image and he/she have to give url of image.
You can actually upload images as attachments.
excuse me kebap

    print("i don't repeat that mistake again")