crowdfavorite / wp-capsule

The developer's code journal (built on WordPress)
https://crowdfavorite.com/capsule/
GNU General Public License v2.0
172 stars 27 forks source link

Add an actual save button to the editor screen? #30

Closed georgestephanis closed 11 years ago

georgestephanis commented 11 years ago

Possibly change the • on the .dirty-indicator to _e('Save'), and let a click on it trigger the save, just like the keyboard shortcut does currently?

The thing about keyboard shortcuts (imho) is that they're meant to be shortcuts to something. By having the keyboard shortcut be the only way to manually trigger a save, it's kinda defeating the point, and is a bit more difficult for folks who haven't taken the time to learn the keyboard shortcuts yet.

alexkingorg commented 11 years ago

We believe in the auto-save model over an explicit save action. You're welcome to create a plugin, submit a pull request if you need any hooks.