Skip to content

Improve paragraph handling in Gutenberg to mimic Mastodon-style line breaks #71275

@Jiwoon-Kim

Description

@Jiwoon-Kim

Description / Suggestion:
Mastodon implements a simple yet intuitive method for paragraph separation:

  • A single Enter key press inserts a <br> tag.
  • Two consecutive Enters insert a <p> tag, automatically creating paragraphs.

Currently, in WordPress/Gutenberg, a single Enter behaves like the old-school WordPress approach, which may feel outdated for users accustomed to modern microblogging interfaces.

Proposal:
Consider adding an optional editor mode or block behavior that follows this Mastodon-style line break convention. This would improve the writing experience for short-form posts or notes, aligning Gutenberg more closely with contemporary web UX expectations.

Rationale:

  • Simplifies composition for users who expect automatic paragraph handling.
  • Bridges the gap between traditional WordPress editing and modern federated or microblogging workflows.
  • Could serve as a foundation for more frontend-friendly Fediverse interactions in the future.

Metadata

Metadata

Assignees

No one assigned

    Labels

    [Feature] Writing FlowBlock selection, navigation, splitting, merging, deletion...[Status] In discussionUsed to indicate that an issue is in the process of being discussed[Type] EnhancementA suggestion for improvement.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions