django_tiptap icon indicating copy to clipboard operation
django_tiptap copied to clipboard

TipTap Editor in Django

Results 3 django_tiptap issues
Sort by recently updated
recently updated
newest added

I wanted to try this out, so I created a new Django v3.2.13 project and created a single model: class Story(models.Model): title = models.CharField(max_length=255) contents = TipTapTextField() When I try...

Can you add the function of upload pictures? The picture comes from the clipboard, or a local picture, or a picture URL

cdn hardcoded paths is not ideal. Perhaps make it a variable so we can work-towards using a the site's static path.

enhancement