Skip to content

Add django-prose-editor for Post editing#904

Merged
pablodiegoss merged 4 commits intodevelopfrom
rich-text-django-prose
Apr 2, 2026
Merged

Add django-prose-editor for Post editing#904
pablodiegoss merged 4 commits intodevelopfrom
rich-text-django-prose

Conversation

@pablodiegoss
Copy link
Copy Markdown
Member

Description

Following #903, tested tinymce, ckeditor and prose. The django-prose-editor was the only one that enabled handling images in a friendly way. Found in the community someone that created the button we needed for the editor to include images using links.

Resolves (Issues)

resolves: #903

General tasks performed

  • Updated the PostImage admin page
  • Added Rich Text editing to Post model
  • Renamed Post.body to Post.excerpt to keep post previews working
  • Created a new Post.formatted_body field, based on the content of Post.excerpt with rich text editing

Have you confirmed the application builds locally without error? See here.

  • Yes

@pablodiegoss pablodiegoss force-pushed the rich-text-django-prose branch from d121dc7 to 60535d0 Compare April 2, 2026 15:45
@pablodiegoss pablodiegoss force-pushed the rich-text-django-prose branch from 60535d0 to 40b9f76 Compare April 2, 2026 15:46
@pablodiegoss pablodiegoss merged commit c96af74 into develop Apr 2, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a Rich Text Editor for Blog Posts

1 participant