@Kuuuube: I'm wondering how you feel about an /addAnkiNote endpoint. Feels like it would be useful (i.e., would allow API consumers to depend on the user's already configured Deck / note / mappings, etc.) but I'm curious if that feels out of scope? Consumers can handle this right now themselves by using the ankiFields endpoint + connecting to AnkiConnect, so it would be more for convenience and simplicity for some apps.
I could see it taking params like {text, type='term', entryIndex=0, cardFormatIndex, sentence} for example.
Anyway, let me know if there's interest. I'm happy to put together a PR.
@Kuuuube: I'm wondering how you feel about an
/addAnkiNoteendpoint. Feels like it would be useful (i.e., would allow API consumers to depend on the user's already configured Deck / note / mappings, etc.) but I'm curious if that feels out of scope? Consumers can handle this right now themselves by using the ankiFields endpoint + connecting to AnkiConnect, so it would be more for convenience and simplicity for some apps.I could see it taking params like
{text, type='term', entryIndex=0, cardFormatIndex, sentence}for example.Anyway, let me know if there's interest. I'm happy to put together a PR.