wysiwyg in django

I’m at the point in my site where I’d like the ability for users to add/edit blog posts with this ability.

I see a number of options for 3rd party libraries - but honestly, I don’t have the time or energy to research them all fully, with the respect they deserve.

What is the most popular approach?

Apologies if answered elsewhere on the net, but I do notice that was is the “gold standard” one year, in terms of Django, as it’s moving pretty fast, might not be the gold-standard this year.

Give this package a look over and let me know what you think:

It’s extremely easy to setup and integrate into your project :slight_smile:

2 Likes

Looks pretty sweet, I’ll give it a nudge and let you know how things get on - won’t be today…but over next few days, probably.

Yep, thanks, good call. Finally got around to it, took me about 30 minutes to have it all up and running (if that).

Works nicely.

There is one thing ( sigh) this might not be related. But for some reason my VS Code is giving
unresolved import ‘ckeditor.fields’

from ckeditor.fields import RichTextField

BUT - it still works when I fire up the server.