CrowdAnki comprehensive JSON representation of Anki Decks to facilitate collaboration

Hi everyone :). I like Anki, find it quite useful and use it daily. There is one thing that constantly annoyed me about it, though—the state of shared decks and of infrastructure around them.

There is a lot of topics that are of common interest for a large number of people, and there is usually some shared decks available for these topics. The problem with them is that as they are usually decks created by individuals for their own purposes and uploaded to ankiweb. So they are often incomplete/​of mediocre quality/​etc and they are rarely supported or updated.

And there is no way to collaborate on the creation or improvement of such decks, as there is no infrastructure for it and the format of the decks won’t allow you to use common collaboration infrastructure (e.g. Github). So I’ve been recently working on a plugin for Anki that will allow you to make a full-feature Import/​Export to/​from JSON. What I mean by full-feature is that it exports not just cards converted to JSON, but Notes, Decks, Models, Media etc. So you can do export, modify result, or merge changes from someone else and on Import, those changes would be reflected on your existing cards/​decks and no information/​metadata/​etc would be lost.

The point is to provide a format that will enable collaboration using mentioned common collaboration infrastructure. So using it you can easily work with multiple people to create a deck, collaborating for example, via Github, and then deck could be updated and improved by contributions from other people.

I’m looking for early adopters and for feedback :).

The ankiweb page for plugin (that’s where you can get the plugin): https://​​ankiweb.net/​​shared/​​info/​​1788670778

Github: https://​​github.com/​​Stvad/​​CrowdAnki

Some of my decks, on a Github (btw by using plugin, you can get decks directly from Github):

Git deck: https://​​github.com/​​Stvad/​​Software_Engineering__git

Regular expressions deck: https://​​github.com/​​Stvad/​​Software_Engineering__Regular_Expressions

Deck based on article Twenty rules of formulating knowledge by Piotr Wozniak:

https://​​github.com/​​Stvad/​​Learning__How-to-Formulate-Knowledge

You’re welcome to use this decks and contribute back the improvements.