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
That would actually be a nice usability improvement. A lot of people already build search pages with Views, so having an easier way to convert the default search results into a View would make...
[UX] Convert search to a view.
Try using caching in the View settings, set to 24 hours. This should work for anonymous site visitors. I haven't tested this in practice, so this is just a guess.
View to show a different node each day
Have you already played with Views random seed? I belief, what you try to achieve would work with that module. Show only one node and set the sort order to "Global: Random seed" with "...
View to show a different node each day