anki-editor/README.org
2018-01-05 00:10:23 +08:00

990 B
Raw Blame History

anki-editor an Emacs package that helps you create Anki cards in Org-mode

Requirements

  • anki-connect, an Anki add-on which is required for this package to interact with Anki.
  • curl

Usage

  1. Download it and put it into your Emacs' load-path
  2. (require 'anki-editor)
  3. Write notes in org syntax, e.g. examples.org

    • Headings of deck are tagged with deck
    • Headings of note are tagged with note
    • Custom properties of a note heading can be used to specify note type and tags
    • Subheadings of a note heading are field names
    • The content of a field heading is the text of this field
  4. Have a look at the commands listed below, they might be helpful on note creation/editing

    anki-editor-submit
    Send notes in current buffer to Anki
    anki-editor-setup-default-keybindings
    Setup default keybindings (all keys are prefixed with C-c a)

Demo

/elisp/anki-editor/media/commit/196800efaaa91bf98cfc30a00c5be7725eff0cf0/demo.gif