regularstuff / tildeblog

A learn-to-use Django team project
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

add some wysiwyg editor to data entry page #25

Open readytheory opened 4 months ago

readytheory commented 4 months ago

philosophy is to be quick and to the point and any fussing over offline but raw html is too raw

readytheory commented 3 months ago

try https://github.com/hvlads/django-ckeditor-5

Ckeditor 5 is a new version, it is copyleft but we wouldn't modify source, I don't think it makes rest of this project copyleft, and not worried about it. Would be good to make the wysiwig support optional but probably beyond our skill level

alternate - https://406.ch/writing/django-prose-editor-prose-editing-component-for-the-django-admin/ this is work in progress. Probably we want something more markdown-oriented for a coding site but not necessarily. For code we could embed gists