Update README
This commit is contained in:
parent
473c0821a4
commit
02cd2cfe04
1 changed files with 8 additions and 9 deletions
17
README.org
17
README.org
|
@ -51,15 +51,14 @@ anki-editor -- an Emacs package that helps you create Anki cards in Org-mode
|
||||||
|
|
||||||
** Command Cheatsheet
|
** Command Cheatsheet
|
||||||
|
|
||||||
| Command | Keybinding | Brief Description |
|
| Command | 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= | Send notes in current buffer to Anki. |
|
||||||
| =anki-editor-submit= | C-c a s | 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-deck= | C-c a i d | Insert a deck heading with the same level as current heading. |
|
| =anki-editor-insert-note= | Insert the skeleton of a note. |
|
||||||
| =anki-editor-insert-note= | C-c a i n | Insert the skeleton of a note. |
|
| =anki-editor-insert-tags= | Insert a tag at point with autocompletion. |
|
||||||
| =anki-editor-insert-tags= | C-c a i t | 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-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= | Convert and replace region to HTML. |
|
||||||
| =anki-editor-convert-region-to-html= | N/A | 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.*
|
*Since I'm not a native English speaker, let me know if there's any ambiguity or grammatical mistakes.*
|
||||||
|
|
Loading…
Reference in a new issue