Describe your issue or idea
There are several interfaces in core where we allow people to choose a display mode to view (for example: in the Views UI, soon: reference field formatters, soon: node previews). In these places non-viewable view modes like RSS, Search-index, and Search result highlighting input appear as options, and they should not.
We need a way to filter them out so that these user interfaces contain only options that can actually be viewed.
Steps to reproduce (if reporting a bug)
- build a view of posts
Actual behavior (if reporting a bug)
- see the "Search index" display mode
Expected behavior (if reporting a bug)
- the "Search index" display mode should not be visible here
Recent comments
It's not difficult to write JS code in an admin theme (without a module) that would save text from CKEditor to LocalStorage every X minutes and add a button to restore the text from LocalStorage...
Implementing autosave in Ckeditor 5
Another contrib module came to my mind: Save & Edit. Of course, that's also not what you had in mind - it saves to the server. But it can be helpful when the network the author's...
Implementing autosave in Ckeditor 5
... Autosave module that you mentioned, but it saves to the database I thought, that's what you're after. I am looking for is to save to localStorage...
Implementing autosave in Ckeditor 5