Are you notoriously hitting "CTRL+S" to save page changes in Wolf CMS and the ugly browser "Save page as..." window pops up? To avoid this annoyance I made a simple plugin. When you press ctrl+s it prevents default browser behaviour and instead submits page editing form by virtually clicking "Save and continue editing".

All this simple plugin does is just handling Ctrl+S keystroke to save a form and continue editing in:

  • Page editing,
  • Snippet editing,
  • Layout editing

This plugin uses simple jQuery code to traverse DOM tree in order to find a "Save and continue editing" button and simulate clicking it.

Remeber to put the plugin into [CMS_ROOT]/wolf/plugins/ctrl_save and enable it

Wolf CMS repository: none

Git repository: https://github.com/marekmurawski/ctrl_save