-
Notifications
You must be signed in to change notification settings - Fork 6
Quick Start
Start using the tool in an instant.
Download binary release here.
For non-Windows/Linux users, only script version is available, see Installation for more information.
Keep Anki running so that the tool can work properly.
Move the AnkiLink
file to anywhere you like, and the open terminal(cmd
on Windows).
Create a temp.md
for testing in the same directory.
# Temp File Test
Question.
Answer.
In the terminal, type:
./AnkiLink-linux(or ./AnkiLink-win.exe) temp.md
Check your Export
deck in Anki, where the card should have shown.
You can also try to drag the temp.md
file to AnkiLink in your file manager and see what will happen.
On windows, this method is equal to execute ./AnkiLink.exe temp.md
in the terminal.
For more usage, see Config.
Here is how you should write your notes.
A quick example:
This is a question.
This is an answer.
Single line question.
Multiple line answer.
The first line of this block is recognized as the question.
Multiple line question is <br> possible somehow.
too hacky maybe.
markdown rendering is supported.
- use a list!
- or something like that.
Clozes are **easy** to **create** too.
For detailed information, see NoteStructure.