Better working post editor keyboard shortcuts :
- Ctrl + S : Update post (for drafts)
- Ctrl + M : Add yellow text background to selection (useful for custom text mark).
- Ctrl + 5 : Format Paragraph (
<p>
). - Ctrl + Space : Remove formatting on selection.
There's still some cases where the keyboard shortcuts failed to initialized.
Better notification message on template save.
There's no easy way to detect failed stats when saving template. The current workaround is to wait for certain threshold (1 second) for success notification.
Message | Condition |
---|---|
Template updated | No errors when saving template. |
Check for errors | Either it takes too long to receive the success status, or there's an error when saving the template. |