File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,20 @@ Blog post (early release) : https://xmlexpr.blogspot.com/2024/01/blogger-dashboa
9
9
3 . Click ** Load unpacked** , pick the folder where you put this repository files on point 1.
10
10
11
11
# 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.
14
15
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.
You can’t perform that action at this time.
0 commit comments