Skip to content
 
 

Repository files navigation

sublime-sendtoAnki

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.

Quick Show


Install

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.

Dependency

Package Control Dependency

Use the Package Control Satisefy Denpendency to Check, the dependency will be automatically installed

Anki Plugin

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.

Getting started

To get started, Please make sure to run Anki as well as the plugin, AnkiConnect first.

Creat New Note

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.

Send to Anki

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.

Keyboard shortcut

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"
    }
]

License

MIT ©

About

Sublime plugine that export note to Anki.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages