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
anki-editor – Emacs minor mode for making Anki cards with Org
I'd like to have two Cloze deletions:
{{c1::anki-editor::what mode}} – {{c2::Emacs minor mode for making Anki cards with Org::what does it do}}
Currently anki-editor-cloze-region and anki-editor-cloze-dwimcommands insert c1 deletions by default. So we can:
Create two deletions with either command and then manually change the ID of the second deletion from c1 to c2.
Use optional argument before invoking a command to set a particular ID.
The problem with both approaches is that they're error prone and quite laborious, if we have more deletions.
It would be nice to have a way to insert consecutively numbered deletions automatically.
I think (but don't have any proofs) it's more common to have deletions with different, not identical, IDs. So maybe it'd be nice to change the default behavior to automatic numbering.
P.S. Thank you for anki-editor! It's an amazing tool. It makes Anki note management a much more pleasant experience.
The text was updated successfully, but these errors were encountered:
If we have the next note:
I'd like to have two Cloze deletions:
Currently
anki-editor-cloze-region
andanki-editor-cloze-dwim
commands insertc1
deletions by default. So we can:c1
toc2
.The problem with both approaches is that they're error prone and quite laborious, if we have more deletions.
It would be nice to have a way to insert consecutively numbered deletions automatically.
I think (but don't have any proofs) it's more common to have deletions with different, not identical, IDs. So maybe it'd be nice to change the default behavior to automatic numbering.
P.S. Thank you for anki-editor! It's an amazing tool. It makes Anki note management a much more pleasant experience.
The text was updated successfully, but these errors were encountered: