Skip to content
New issue

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

Add Anki export file type support #6

Open
ImplyingICheck opened this issue May 10, 2023 · 0 comments
Open

Add Anki export file type support #6

ImplyingICheck opened this issue May 10, 2023 · 0 comments

Comments

@ImplyingICheck
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant