Hello, I have an idea for a potentially useful feature:
Using org-mode's PROPERTIES drawer to specify custom (optional) fields in Anki.
This could be useful for information one doesn't want to see at every review, like hints, or in my case bibliography. The syntax should be something like
`* front
:PROPERTIES:
:ANKI_NOTE_ID: xxx
:ADDITIONAL_FIELDS: bibliography / hints etc
:END PROPERTIES:
back`
I guess the clean way to do this would be to specify a list of PROPERTIES names in org-anki's settings, and then look for these properties when exporting a card (and leave the field empty if they aren't there).
Cheers
Hello, I have an idea for a potentially useful feature:
Using org-mode's PROPERTIES drawer to specify custom (optional) fields in Anki.
This could be useful for information one doesn't want to see at every review, like hints, or in my case bibliography. The syntax should be something like
`* front
:PROPERTIES:
:ANKI_NOTE_ID: xxx
:ADDITIONAL_FIELDS: bibliography / hints etc
:END PROPERTIES:
back`
I guess the clean way to do this would be to specify a list of PROPERTIES names in org-anki's settings, and then look for these properties when exporting a card (and leave the field empty if they aren't there).
Cheers