Skip to content

Commit 24c1183

Browse files
committed
update(README): added post editor shortcuts
1 parent 9fac871 commit 24c1183

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,20 @@ Blog post (early release) : https://xmlexpr.blogspot.com/2024/01/blogger-dashboa
99
3. Click **Load unpacked**, pick the folder where you put this repository files on point 1.
1010

1111
# Features
12-
1. Notification on template HTML update. Auto close in 2 seconds.
13-
2. Display widget ID below gadget item in Layout editor.
12+
1. Post editor keyboard shortcuts.
13+
2. Notification on template HTML update. Auto close in 2 seconds.
14+
3. Display widget ID below gadget item in Layout editor.
1415

15-
# WIP
16-
- Keyboard shortcuts for post editor.
16+
## Post Editor Keyboard Shortcuts
17+
- Ctrl + S : Update post (for drafts)
18+
- Ctrl + M : Add yellow text background to selection (useful for custom text mark).
19+
- Ctrl + 5 : Format Paragraph (`<p>`).
20+
- Ctrl + Space : Remove formatting on selection.
21+
22+
## Template Save Status Notification
23+
The current notification is somewhat of a workaround. Can't find easy way to detect failed status when saving template.
24+
25+
Message | Condition
26+
--- | ---
27+
Template updated | No errors when saving template.
28+
Check for errors | Either it takes too long to receive the success status, or there's an error when saving the template.

0 commit comments

Comments
 (0)