Making WordPress.org

Changes between Version 1 and Version 6 of Ticket #6608


Ignore:
Timestamp:
12/02/2022 04:23:45 AM (2 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6608 – Description

    v1 v6  
    77✅ Don't show the full Kitchen Sink in the TinyMCE editor when editing existing non-block posts. [https://github.com/Automattic/blocks-everywhere/issues/44 upstream issue].
    88✅ Don't show full Block HTML in email notifications from bbPress. [https://github.com/Automattic/blocks-everywhere/issues/40 upstream issue]. Bonus: Less HTML in existing emails.
    9 🔲 Ensure that `@mention` work appropriately. Currently it lists Site Users, where it should pull from those who have interacted with the current Thread (and potentially the Plugin/Theme reps). This should NOT suggest moderators by default, or those whose replies are hidden (spammed, archived, awaiting moderation, etc).
     9✅ Ensure that `@mention` work appropriately. Currently it lists Site Users, where it should pull from those who have interacted with the current Thread. This should NOT suggest moderators by default, or those whose replies are hidden (spammed, archived, awaiting moderation, etc).
     10 - 🔲 Consider whether to always include the support reps for the current plugin/theme.
    1011🔲 Ensure that pasting logs works. The existing "wrap it in code tags" doesn't work well, and when pasting into the Block Editor it will split it into many blocks instead. This behaviour makes sense for most uses of the Block Editor, but creates a worse UX for the forums, especially when it comes to attempting to combine the logs into a singular block.
    1112🔲 Ensure that fixes we've applied for `<li>` in the past continue to work. See #20. The fix currently in place via [9601] breaks/prevents nested lists in the Block Editor.