anki-connect
anki-connect copied to clipboard
Add card without gui
Hello!
Is it possible to add new cards to a deck without gui interaction?
I am following this question too.
I suppose addNote or addNotes should do the job?
I guess, note and card are different entities. And, by the way, addNote and addNotes don't work as expected
You can't add a card without adding a note. Cards are “a view” into a note so to say. You add cards by adding notes, and you delete cards by deleting notes.
What's the issue with addNote?
I think you guys are using guiAddCards instead of addNote or addNotes. I made the same mistake. When you use addNote it will add the front/back without a prompt. @lamartire @pgshow