Skip to content

New WYSIWYG editor changes for July 2025 #5731

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 26, 2025
Merged

Conversation

ssddanbrown
Copy link
Member

@ssddanbrown ssddanbrown commented Jul 24, 2025

Related to #5631

Changes

  • Fixed text highlight action & updated label.
  • Fixed unstable table cell background colors.
  • Fixed incorrect header levels used via format shortcuts.
  • Fixed UI menu not reflecting block format changes.
  • Fixed URLs not allowing any protocol as per old editor.
  • Updated source code popup with larger input.
  • Updated source code generation with newlines between top-level blocks.
  • Added ability to insert new paragraph on click under certain last hard-to-escape blocks (tables, drawings etc...).

@ssddanbrown ssddanbrown added this to the Next Feature Release milestone Jul 24, 2025
@ssddanbrown ssddanbrown self-assigned this Jul 24, 2025
- Updated table cell background color setting to be stable by
  specifically using the background property over the general styles.
- Updated format shorcuts to be correct header levels as per old editor
  and format menu.
- Updated format changes to properly update UI afterwards.
- Increased default source code view size.
- Updated HTML generation to output each top-level block on its own
  line.
- Removed URL protocol allow-list to allow any as per old editor.
- Added mouse handling, so that clicks below many last hard-to-escape
  block types will add an empty new paragraph for easy escaping &
  editing.
@ssddanbrown ssddanbrown merged commit c8cfec9 into development Jul 26, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant