{"id":15023058,"url":"https://github.com/clouder0/ankiin","last_synced_at":"2025-10-25T11:31:14.790Z","repository":{"id":48397334,"uuid":"382338051","full_name":"Clouder0/AnkiIn","owner":"Clouder0","description":"A python importer lib for Anki.","archived":false,"fork":false,"pushed_at":"2022-12-25T17:07:07.000Z","size":56,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-07T11:54:10.092Z","etag":null,"topics":["anki","anki-cards","anki-flashcards","anki21"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Clouder0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-02T12:22:05.000Z","updated_at":"2023-04-04T02:09:33.000Z","dependencies_parsed_at":"2023-01-30T22:32:07.198Z","dependency_job_id":null,"html_url":"https://github.com/Clouder0/AnkiIn","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clouder0%2FAnkiIn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clouder0%2FAnkiIn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clouder0%2FAnkiIn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clouder0%2FAnkiIn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Clouder0","download_url":"https://codeload.github.com/Clouder0/AnkiIn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238128545,"owners_count":19421053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anki","anki-cards","anki-flashcards","anki21"],"created_at":"2024-09-24T19:58:41.419Z","updated_at":"2025-10-25T11:31:14.422Z","avatar_url":"https://github.com/Clouder0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnkiIn\n\n[![Release][release-shield]][release-url]\n[![MIT License][license-shield]][license-url]\n[![Issues][issues-shield]][issues-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Forks][forks-shield]][forks-url]\n[![Contributors][contributors-shield]][contributors-url]\n[![CodeFactor][codefactor-shield]][codefactor-url]\n\nSee [AnkiLink Project](https://github.com/users/Clouder0/projects/1) for future plans.\n\n## Introduction\n\nAnkiIn is a Python Package that enables you to generate Anki cards from markdown text.  \nIt is easy to use and powerful.\n\n**ATTENTION! This repo is for developers, so if you just want to use an Anki Importer, please check [AnkiLink](https://github.com/Clouder0/AnkiLink)**\n\nFeatures:\n\n- Directly Import into Anki via anki-connect\n- Directly Export to `apkg` file with Anki offline via genanki\n- Inline Configuration\n- Human-Friendly Syntax\n- Markdown Rendering Support\n- Html Support\n- Cross-Platform\n- Many Useful built-in Note Types:\n  - Q\u0026A\n  - Cloze\n  - Choices\n  - ListCloze\n  - TableCloze\n- Easy to Extend\n\n---\n\nTo use this lib, you are not required to sacrifice your note readability for compatibility with Anki.\n\nHere is a quick example:\n\n```markdown\nThis is a question.\nThis is an answer.\n\nSingle line question.\nMultiple line answer.\nThe first line of this block is recognized as the question.\n\nMultiple line question is \u003cbr\u003e possible somehow.\ntoo hacky maybe.\n\nmarkdown rendering is supported.\n- use a list!\n    - or something like that.\n\nClozes are **easy** to **create** too.\n```\n\n## Installation\n\nYou can install by pip:\n\n```bash\npip install AnkiIn\n```\n\n### install Anki Connect\n\nTo use the lib, you need to install [AnkiConnect](https://github.com/FooSoft/anki-connect) extension.  \nCode:`2055492159`  \nFor detailed installation guide, please visit the [anki-connect repo](https://github.com/FooSoft/anki-connect).\n\n## Usage\n\nYou can review [AnkiLink](https://github.com/Clouder0/AnkiLink) to understand how this works.\n\nAlso, [AnkiIn Wiki](https://github.com/Clouder0/AnkiIn/wiki) is under construction.\n\nFor more syntax examples, see [tests](https://github.com/Clouder0/AnkiIn/tree/main/tests).\n\n## Applications\n\nI'd like to list some applications using AnkiIn here.  \nIf you want to add yours, please create an issue/pull request.\n\n- [AnkiLink](https://github.com/Clouder0/AnkiLink)\n\n## Credit\n\n- [anki](https://github.com/ankitects/anki)\n- [anki-connect](https://github.com/FooSoft/anki-connect)\n- [genanki](https://github.com/kerrickstaley/genanki)\n- [markdown2](https://github.com/trentm/python-markdown2)\n\n## License\n\nThe source code is licensed under MIT.\nLicense is available [here](https://github.com/Clouder0/AnkiIn/blob/main/LICENSE).\n\n[contributors-shield]: https://img.shields.io/github/contributors/Clouder0/AnkiIn.svg\n[contributors-url]: https://github.com/Clouder0/AnkiIn/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/Clouder0/AnkiIn.svg\n[forks-url]: https://github.com/Clouder0/AnkiIn/network/members\n[stars-shield]: https://img.shields.io/github/stars/Clouder0/AnkiIn.svg\n[stars-url]: https://github.com/Clouder0/AnkiIn/stargazers\n[issues-shield]: https://img.shields.io/github/issues/Clouder0/AnkiIn.svg\n[issues-url]: https://github.com/Clouder0/AnkiIn/issues\n[license-shield]: https://img.shields.io/github/license/Clouder0/AnkiIn.svg\n[license-url]: https://github.com/Clouder0/AnkiIn/blob/main/LICENSE\n[release-shield]: https://img.shields.io/github/release/Clouder0/AnkiIn.svg\n[release-url]: https://github.com/Clouder0/AnkiIn/releases\n[codefactor-shield]: https://www.codefactor.io/repository/github/clouder0/AnkiIn/badge/main\n[codefactor-url]: https://www.codefactor.io/repository/github/clouder0/AnkiIn/overview/main\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclouder0%2Fankiin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclouder0%2Fankiin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclouder0%2Fankiin/lists"}