-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a recommended workflow for deleting a card (or set of cards)? #104
Comments
Hi, what you describe is the only way to do it with this version of anki-editor. Note that there is a toggle next to the search field in the Anki browser which allows you to toggle on browsing by notes (instead of cards); with this it might be a bit easier. However, in my fork of anki-editor, github.com/orgtre/anki-editor, I've added a To make the process of managing notes from Org mode a bit easier, I've also created a transient interface which includes the delete note command. It would be great if more people tried it out! Finally, to find the note you want to delete, you can of course use any of the Emacs search commands that you'd otherwise use to find stuff. However, if you want a custom search just for Anki notes, you could use my Org custom completions package, github.com/orgtre/org-cc. In that repos example section I explain how one can set it up to work with anki-editor notes. Please let me know if you encounter any problems! |
Oh gosh. Yes, sure I now use straight.el. It looks very clever. Thanks for the nudge.
I have installed the transient editor (straight.el really is nice) and it seems to work well! I will keep playing with it. It seems like such an obvious thing to have now that I see it. I'm yet to get my head around org-cc. I think that perhaps it is a different way to think about what I was imagining more as an Thank you so much! |
As my card writing skills improve, I'm realising that I would like to delete some cards out of my Emacs/Anki system. I see lots written about card creation. What is the recommended method for deleting a card?
Do I Browse my Anki deck and use the
Sort Field
to find all versions (eg clozes) of that card. Delete those and then delete the corresponding entry in my Emacs org-mode files?Is there a cleaner way that I'm missing, perhaps all done from Emacs?
The text was updated successfully, but these errors were encountered: