Metus comments on Open Thread April 16 - April 22, 2014 - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (190)
Does anyone know of a way to collaboratively manage a flashcard deck in Anki or Mnemosyne? Barring that, what are my options so far as making it so?
Even if only two people are working on the same deck, the network effects of sharing cards makes the card-making process much cheaper. Each can edit the cards made by the other, they can divide the effort between the two of them, and they reap the benefit of insightful cards they might not have made themselves.
If the deck format is some kind of text like XML you could look into using git for distribution and a simple text editor for editing.
Exactly the right avenue. Unfortunately, Anki typically uses its own idiosyncratic data format that's not very handy for this kind of thing, but it's possible to export and import decks to text, as it turns out.
The issue with this is that if you're months into studying a deck and you'd like to merge edits from other contributors, I'm not certain that you simultaneously import the edits and keep all of your progress.
Even so, the text deck route has the most promise as far as I can tell.
Anki itself stores it"s data in SQLlite databases.
I think there a good chance that Anki itself will get better over time at collaborative deck editing. I think it's one of the reason why Damien made the integrating with the web interface on of the priorities in Anki 2