You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a have a general question on the synchronization of changes between Anki DB and my Org files.
I generally create new notes within a file and push them to Anki using =anki-editor-push-notes=. After that successfully pushed notes get an =ANKI_NOTE_ID=.
If I make corrections to such notes in my files I'm (mostly) able to repush them and see the changes within Anki.
Is the other way supported as well? I'm stuggling to get my modifications from Anki back into my files.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
use anki-editor as a once-off way to create new notes, optionally keeping the Org subtree afterwards only for posterity.
use anki-editor as the sole way to edit notes and decline editing them in Anki.
For this, it'd be easier if anki-editor was instructed to add a file link to every card. Teleotortium has some code for this that uses org-protocol.
Instead of org-protocol, it could be a simple file path openable with the Anki addon https://ankiweb.net/shared/info/879473266, which you'd configure to call emacsclient.
Bidirectional sync would be amazing, but I'm told sync is in general a fragile thing to program -- it's better if pushes only happen in one direction. I'd love if org-drill/org-fc/pamparam could work well on the phone. They already do work with a Bluetooth keyboard so I guess we just need a few "last mile" hacks... that will turn out to be not so last mile.
@louietan ,
a have a general question on the synchronization of changes between Anki DB and my Org files.
I generally create new notes within a file and push them to Anki using =anki-editor-push-notes=. After that successfully pushed notes get an =ANKI_NOTE_ID=.
If I make corrections to such notes in my files I'm (mostly) able to repush them and see the changes within Anki.
Is the other way supported as well? I'm stuggling to get my modifications from Anki back into my files.
Thank you in advance!
The text was updated successfully, but these errors were encountered: