amake / orgro

An Org Mode app for iOS and Android
https://orgro.org
GNU General Public License v3.0
503 stars 23 forks source link

Support for Org-drill #87

Closed nomm-dot closed 8 months ago

nomm-dot commented 10 months ago

I do not know if this would be possible, but if you were to add the ability to use Org-drill in Orgro it would be able to compete with Anki as a mobile spaced-repetition learning tool. Ankidroid cannot sync with plaintext files like the desktop app, It uses a a remote unsecure server to sync files and setting up a self-hosted server is not well documented, and of course it's not Org. If you could pull off mobile Org-drill in Orgro it'd be a major upgrade and could become a mainstream spaced-repetition learning tool.

amake commented 10 months ago

This would require reimplementing all of org-drill in Dart/Flutter. That's basically an entire, completely different app.

I am not planning on doing this, but I would accept patches for it.