-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
[Feature] Writing FlowBlock selection, navigation, splitting, merging, deletion...Block selection, navigation, splitting, merging, deletion...[Status] In discussionUsed to indicate that an issue is in the process of being discussedUsed to indicate that an issue is in the process of being discussed[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
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
Labels
[Feature] Writing FlowBlock selection, navigation, splitting, merging, deletion...Block selection, navigation, splitting, merging, deletion...[Status] In discussionUsed to indicate that an issue is in the process of being discussedUsed to indicate that an issue is in the process of being discussed[Type] EnhancementA suggestion for improvement.A suggestion for improvement.