GeeksCAT / nem-per-feina

Job portal application using Django
https://nemperfeina.cat
MIT License
20 stars 19 forks source link

Add a WYSIWYG editor for description fields #199

Closed XaviTorello closed 3 years ago

XaviTorello commented 3 years ago

Is your feature request related to a problem? Please describe. So far rich content can't be defined for our offers.

Describe the solution you'd like Some kind of WYSIWYG editor should be integrated for our create/edit views.

We need to identify some way to sanitize HTML content to avoid security issues or unwanted HTML injections.

Describe alternatives you've considered TinyMCE, CKEditorWidget Bleach to clean resulting HTML

Additional context Add any other context or screenshots about the feature request here.