You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the ability to resize the AI writing assistant dialog. The default height is set to 300 px, allowing users to view more of the generated text without excessive scrolling.
Introduced a dedicated theme for the WProofreader plugin for TinyMCE v6–7 to ensure a more seamless and native-looking UI integration.
🛠️ Improvements
Implemented an improved autocomplete mechanism that triggers suggestions on space key press, replacing the previous printableKeydownPressed + 300 ms delay logic. This enhances performance and relevance of suggestions during typing.
Suppressed the “No suggestions” message for style guide and grammar errors if a description is available. The message remains visible in all other cases.
Set disableOptionsStorage: ['all'] as the default to prevent saving user preferences in local storage, ensuring that configuration options set programmatically take priority.