We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Collection currently only parses TSV files. Ideally, this program should also support .apkg and .colpkg as implemented by Anki.
Reference: Importing files: https://docs.ankiweb.net/importing.html Exporting files: https://docs.ankiweb.net/exporting.html
Relevant function: [#1]
[ankideckconstructor] collection.py (Lines 32-33)
def parse_anki_export(self, exported_file):
Open in IDE
Created from JetBrains using CodeStream
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Collection currently only parses TSV files. Ideally, this program should also support .apkg and .colpkg as implemented by Anki.
Reference:
Importing files: https://docs.ankiweb.net/importing.html
Exporting files: https://docs.ankiweb.net/exporting.html
Relevant function:
[#1]
[ankideckconstructor] collection.py (Lines 32-33)
Open in IDE
Created from JetBrains using CodeStream
The text was updated successfully, but these errors were encountered: