I was just comparing the CKEditor configuration form in Drupal, as part of assisting @quicksketch with various issues with the work being done over in https://github.com/quicksketch/ckeditor5/issues to move #4122 forward. I noticed that the help text in the respective form in Drupal has the following help text:
Move a button into the Active toolbar to enable it, or into the list of Available buttons to disable it. Buttons may be moved with the mouse or keyboard arrow keys.
I have tested this, and it works quite nicely/intuitively! Once you have tabbed your way to the first toolbar button in the list of available ones, you can: - press the key down button on the keyboard to move the currently selected button from the available to the active ones (it is moved to the end of the other buttons in the active toolbar) - press the left/right keys to reorder the button - press tab or shift+tab to select the next/previous button to the currently selected button - press the up key to move the selected button back to the disabled/available list
Here's a screencast of that in action:
The current plan is to add CKEditor 5 as an additional core module and have that be the default for new sites, while keeping v4 for existing sites and allowing them to move to v5 when ready. While we are supporting both CKEditor 4 and 5 (and I appreciate the fact that v4 will become EoL by the end of the year), we should aim to add keyboard navigation to both versions.
Recent comments
It is an admin theme that's based upon the bootstrap 3. Maybe it's missing a piece to act as an admin theme?
Add blocks filtering problem
Thank you, Martin and Olaf! I had a feeling that there might be something out there already :) I will check all three options (I will look at porting modules) and report back which one...
Filter by text in "message" in /admin/reports/dblog
The Views Watchdog module for Backdrop "extends the Views module and allows to create custom lists of log entries". On Github, there is also a Wiki page with information about available fields,...
Filter by text in "message" in /admin/reports/dblog