That would be really nice to have. I'm trying to automate adding new cards to anki. Right now I'm manually importing plain card entries from "txt" file and clicking "sync". For me it's easier to maintain entries in single file and whenever I found new word, append it to end of the file.
I was looking for some alternatives and I found:
CrowdAnki plugin, but it's just import&export to JSON
I wouldn't advise adding such a feature directly into AnkiConnect itself. Rather, write your own script that parses the files and calls AnkiConnect's addNote or addNotes.
That would be really nice to have. I'm trying to automate adding new cards to anki. Right now I'm manually importing plain card entries from "txt" file and clicking "sync". For me it's easier to maintain entries in single file and whenever I found new word, append it to end of the file.
I was looking for some alternatives and I found: