lukeprog comments on Anki on Mac in 60 seconds - Less Wrong

5 Post author: lukeprog 19 March 2011 06:53AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (17)

You are viewing a single comment's thread. Show more comments above.

Comment author: lukeprog 19 March 2011 05:59:53PM 0 points [-]

Please do.

Comment author: arundelo 24 March 2011 05:22:48AM *  0 points [-]

How can I create my own deck programmatically? In other words, if I decide to make my own multiplication table deck, I want to do it with for loops rather than typing all 100 multiplication facts into Anki itself. I was unable to answer this question myself with a bit of searching, although it looks like .anki files are SQLite databases, so I could reverse-engineer it.

(Your post, by the way, did provoke me into getting around to installing Anki, even though I run Linux not a Mac.)

Edit: I just noticed that "File" > "Import" has a "Text separated by tabs or semicolons" setting that will probably do the trick.

Edit 2: The Anki documentation gives the details of how the imported file should be formatted.