Sublime Text 3 plugin to send notes to Anki
This tool provide you with a convenient way to take notes and make Anki Cards. One of the biggest reasons many students embrace Anki is because of the powerful spaced repetition system.
Note: this plugin hasn't been submitted to the Package Control .
So download this repository and unzip to the sublime package file would be another temporary chioce.
Use the Package Control Satisefy Denpendency to Check, the dependency will be automatically installed
You need to have the following application installed:
- Anki , Windows or Mac would be fine.
- AnkiConnect,this is a Anki(decktop) plugin that provides API for external application to manipulate Anki's local database.
To get started, Please make sure to run Anki as well as the plugin, AnkiConnect first.
Your notes are recommended to be taken in Markdown file, for the anki models are converted into an easy-to-read Markdown format.
In a Markdown file, open the Command Palette (ctrl </kbd> ) and choose one of the Ankideck that you are going to place the note in. Then select one of the model as well.
In a Markdown file, simply select all the notes that you would like to memorize. Right click at the select area and chose 'SendtoAnki' in the menu. Then each of the notes will be sent to specific deck in Anki, separately.
You can also set up a keyboard shortcut to run the command by opening up "Preferences → Key Bindings - User" and adding your shortcut with the insert_note_field_by_syntax command.
Example:
[
{
"keys": ["Command + \"],
"command" : "insert_note_field_by_syntax"
}
]MIT ©
