

► Django book for beginners:
How to use CKEditor in Django forms with CodeSnippet, Highlightjs and Youtube embedding.
Blog:
Samuli Natri is a programmer who is familiar with several programming languages and technologies including C/C++, OpenGL, Django, Drupal, Python, JavaScript, HTML and CSS. He attended Helsinki University of Technology (Computer Science) and Helsinki University (Social Sciences).
Website:
Github:
Twitter:
Facebook:
source
In django special config i can't set width pls slove this problem sir
It's amazing!
feels like im watching a documentary…. amazing voice! ^^
YOU ARE AMAZING! I LOVE YOU!
thanks man
Awesome.Thank you so much
If you are using Django v3 you will find problems where in some cases the text field may desappear. So try to add a "re_path" method in the """"MAIN URL"" like this:
from django.urls import path, include, re_path
urlpatterns = [
path('admin/', admin.site.urls),
path('blog/', include(('blog.urls', 'blog'), namespace='blog')),
re_path(r'^ckeditor/', include('ckeditor_uploader.urls')),
]
Good luck
Awesome tutorial!
what about flask-ckeditor for code snippet?
thanks but how to configure youtube_width and height?
Beautiful voice
@Samuli, how did u make the text editor appear in the UI, could you please elaborate?
I ve been finding this for days. I Tried to lear wagtail also but this wil work for me. Cz i love classical Django. Thanks for the tutorial
Is there any way to delete the image from the server too if the object is deleted? django-cleanup doesn't work here, or am I doing something wrong? Any help is appreciated.
Kojima: What took you so long!!!
CKEditor:
Un buenisimo video, Gracias por el aporte.
Thanks Samuli Natri for the tutorial.
How to add formulas tool..? Please help me.
Really this video saved my day.. Thank you so much.. Keep posting..
bhai to insaan nhi h bhagwan h bhagwan
Awesome information. Keep posting such videos.
I try to create a form using Jasper Report that I need to print out a CKeditor contents. May I know how to do that ?.
Great tutorial.
Someone helped me check, I did something wrong. Thanks !!!
https://stackoverflow.com/q/56994677/11549379
Thank you very much for this. I've been struggling with TinyMCE for days until I decided to switch to CKEditor. My advise to you all is to not use TinyMCE as it doesn't quite seamlessly work with Django as CKEditor does.
Great tutorial man. Thanks !
If you are unable to see codesnippet option in browser don't forget to add it in your toolbar config
{'name': 'basicstyles', 'items': ['Bold', 'Italic', 'Underline', 'CodeSnippet', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat', ]},
Hey Samuli, great tutorial. I have one question: I followed your link to github, but which one is the code you used in this tutorial?
Thanks for the tutorial.
Can I know how to set a default maximum width size for the images that are being uploaded, so they wont go outside my html container.
Thank you so much!
Why am I getting this … <strong>The API</strong>… instead of a bolded text? What am I missing ? Thank you in advance!
Hey i managed it but the ckeditor doesnt have a list function or numbered list and i wanted to list some stuff
Awesome! Thanks for this, it was very helpful!
What's /static/base/js/main.js ? You missed this part
please some should help me. my youtube plugin is not displaying youtube video instead it displays Iframe
Dear Samuli Natri, thank you for everything here, I added ckeditor to django project along with youtube plugin, on youtube plugin page there is couple of interesting configs (like making youtube videos responsive), I tried to configure it in django without luck, do You do it in CKEDITOR_CONFIGS in settings.py?
On a scale of 1 to 10 how difficult is it, in terms of django ? I can make little more advanced blog with pagination and all. Am I at 4 in a scale of 1 to 10 or below that.
Is that still valid for ckeditor 5?
how to display certain portion of the post if i am using ckeditor
you are awesome