CrowdAnki
CrowdAnki copied to clipboard
Integration with org_to_anki?
I admittedly haven't tested this tool yet, but org_to_anki (a python module) has a nice syntax which is probably easier to edit than json.
I think that this might be a better fit as an extra front-end for brain-brew, at least for the time being.
(FWIW I've been long thinking about using pandoc to convert Org mode files into CrowdAnki's JSON or (better) BrainBrew's YAML Deck Parts, since pandoc already has a nice Org parser (and generator — to allow conversions both ways!), but haven't yet gotten around to this. org_to_anki's parser might be a better fit, though, since it's in python and hence wouldn't require an external binary and/or haskell integration.)
In the long run, if Org files prove to be a useful front-end and there's willingness here, then it might perhaps be nice to integrate this directly into CrowdAnki, but I'd argue that this would be far in the future.