Description of the need When you have content that is quite important to keep track of changes to, you can enable revisions and turn them on by default for the content type. But there doesn't seem to be a way to 'force' editors to enter a revision message when updating content...
Proposed solution I'd like to see: - The ability to make the revision message a required field on nodes - The ability to disable/hide the 'Create new revision' checkbox (so you can't disable it)
Alternatives that have been considered Drupal has an Enforce revision log message module that sounds like what I'm envisioning. Perhaps that can be ported an merged into core...?
Recent comments
I ran into this problem again, now I understand, I can simply edit View and changing the filter option „Remember the Last Selection“. Unlike Drupal, Backdrop use Views for the Content page, I...
Incorrect filter behavior on the /admin/content page
If it's in a field or a node body, you can use the Markdown text filter in this module: https://backdropcms.org/project/markdown
Parse and render markdown
I don't think this answers your question, but it might help someone with a related question. The layout template for any given layout is stored in config and you can programmatically...
How to programmatically change layout?