~foosoft/anki-connect

Fix empty request

Signed-off-by: Yuki <65764619+YukiNagat0@users.noreply.github.com>
Replace inaccurate guiSelectNote with guiSelectCard

`guiSelectNote` actually requires a card ID.

In order to keep supporting any users who have discovered this and already rely
on it, the old action is kept for compatibility, but left undocumented.
Fix overlooked util batches
Use generator-based batch function
6ae3d591 — Ulysse Pence 2 months ago
Batches fetching notes' cards and cards' reviews
a5d0a480 — Alex Yatskov 2 months ago
Formatting
6dd9890b — Jackson 2 months ago
typo
72c228e4 — Jackson 2 months ago
fix payload to match expected content
update README
Add SetDueDate() and update notesInfo()
Relax required anki version
Add support for flags
8bfb4049 — Philipp Matthias Schäfer 6 months ago
Replace duplicate code with call to addMediaFromNote
6eea9f9d — Philipp Matthias Schäfer 6 months ago
Fix year component of Anki version
c89dbf20 — Philipp Matthias Schäfer 6 months ago
Make string an f-string

so the directives within the string will get evaluated.
ba67c52d — Philipp Matthias Schäfer 6 months ago
Use non-deprecated snake case names of collection methods
cc027f8a — Philipp Matthias Schäfer 6 months ago
Replace calls to deprecated flush() with col.update_note/card

The changes passes skip_undo_entry to update_note/card, because the
implementation of the deprecated flush() method did so. Whether this is the
right decision for our use case was not checked/thought about.
dc96cdc7 — Philipp Matthias Schäfer 6 months ago
Switch from deprecated names of anki/utils.py functions
6a2cc2de — Philipp Matthias Schäfer 11 months ago
Remove calls to deprecated (and empty) method autosave
172d1fb2 — Philipp Matthias Schäfer 11 months ago
Require current Anki version
Next
Do not follow this link