django-trix icon indicating copy to clipboard operation
django-trix copied to clipboard

Basecamp's Trix rich text editor widget for Django

Results 7 django-trix issues
Sort by recently updated
recently updated
newest added

Hello! This PR enables the django-trix to support Django 2.0 and above :). Also, we've update the trix to version 1.0.0. Thanks in advance. Best regards, Cícero

Was wondering the status of this project, there are a few pull requests that have been sitting for awhile and I'm currently working on attachment upload: https://github.com/chrisgrande/django-trix/ I made some...

Added trix to admin using instructions provided. Accessing the admin form with the trix field throws the following: `TypeError: render() got an unexpected keyword argument 'renderer'` - Django 2.2 -...

The editor doesn't work with new inlines in the admin that are created with javascript. If you press the "Add a new row" button, the editor shows up, but it...

Without mark_safe, the widget rendered as an escaped string. Adding mark safe actually adds the html to the page.