diff --git a/README.org b/README.org index ef4493b..8699f43 100644 --- a/README.org +++ b/README.org @@ -51,15 +51,14 @@ anki-editor -- an Emacs package that helps you create Anki cards in Org-mode ** Command Cheatsheet - | Command | Keybinding | Brief Description | - |-----------------------------------------------+------------+--------------------------------------------------------------------------------------------------------------------------| - | =anki-editor-mode= | N/A | The minor mode. Your don't have to turn it on in order to use this package, but it sets the default keybindings for you. | - | =anki-editor-submit= | C-c a s | Send notes in current buffer to Anki. | - | =anki-editor-insert-deck= | C-c a i d | Insert a deck heading with the same level as current heading. | - | =anki-editor-insert-note= | C-c a i n | Insert the skeleton of a note. | - | =anki-editor-insert-tags= | C-c a i t | Insert a tag at point with autocompletion. | - | =anki-editor-export-heading-contents-to-html= | C-c a e | Export the contents of the heading at point to HTML. | - | =anki-editor-convert-region-to-html= | N/A | Convert and replace region to HTML. | + | Command | Brief Description | + |-----------------------------------------------+---------------------------------------------------------------| + | =anki-editor-submit= | Send notes in current buffer to Anki. | + | =anki-editor-insert-deck= | Insert a deck heading with the same level as current heading. | + | =anki-editor-insert-note= | Insert the skeleton of a note. | + | =anki-editor-insert-tags= | Insert a tag at point with autocompletion. | + | =anki-editor-export-heading-contents-to-html= | Export the contents of the heading at point to HTML. | + | =anki-editor-convert-region-to-html= | Convert and replace region to HTML. | *Since I'm not a native English speaker, let me know if there's any ambiguity or grammatical mistakes.*