{"id":13656743,"url":"https://github.com/krmanik/Anki-Chinese-Grammar-Practice","last_synced_at":"2025-04-23T22:31:22.310Z","repository":{"id":117575346,"uuid":"255127619","full_name":"krmanik/Anki-Chinese-Grammar-Practice","owner":"krmanik","description":"Practice Chinese language grammar ","archived":false,"fork":false,"pushed_at":"2021-10-19T16:23:57.000Z","size":2067,"stargazers_count":17,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T04:15:22.673Z","etag":null,"topics":["chinese-grammar","chinese-language"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krmanik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-04-12T16:48:15.000Z","updated_at":"2025-03-23T20:55:50.000Z","dependencies_parsed_at":"2024-01-17T03:15:40.536Z","dependency_job_id":"9599b23d-7a78-43ab-9d19-e9e6df5344ea","html_url":"https://github.com/krmanik/Anki-Chinese-Grammar-Practice","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmanik%2FAnki-Chinese-Grammar-Practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmanik%2FAnki-Chinese-Grammar-Practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmanik%2FAnki-Chinese-Grammar-Practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmanik%2FAnki-Chinese-Grammar-Practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krmanik","download_url":"https://codeload.github.com/krmanik/Anki-Chinese-Grammar-Practice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250526699,"owners_count":21445224,"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":["chinese-grammar","chinese-language"],"created_at":"2024-08-02T05:00:31.686Z","updated_at":"2025-04-23T22:31:21.973Z","avatar_url":"https://github.com/krmanik.png","language":"HTML","funding_links":[],"categories":["Example Projects"],"sub_categories":["Other Datasets"],"readme":"# Anki-Chinese-Grammar-Practice\nPractice Chinese language grammar.\n\nCards contain example sentence from AllSet Learning's Chinese Grammar Wiki. I used existing anki deck [Visit](https://ankiweb.net/shared/info/782551504). It contains A1 to C1 (HSK1 to HSK5).\n\n### Note: The deck will updated regularly.\n\n## Quick start\nDownload Anki deck from ankiweb and import it in Anki or Ankidroid.\n\n[Chinese Grammar Practice](https://ankiweb.net/shared/info/86203928)\n\n## Disclaimer\nI used existing [deck](https://ankiweb.net/shared/info/782551504) data for developing this. I have removed and edited some sentences.\nThere is no audio file.\n\nSome sentences may be correct but due to order in sentences it may show incorrect.\n\n## For adding sentences to deck\nCards have following fields\n```\n{{中文}}\n{{Pinyin}}\n{{English}}\n...\n{{Splitted}} //--\u003e it store chinese sentence with space between characters. It is generated using [jieba] (https://github.com/fxsjy/jieba).\n```\nAdd value to respective fields but it should be noted, {{Splitted}} field must contain sentences with spaces between characters.\nFor ex:-\n\u003cbr\u003e用 手机 学习 汉语 。\n\n# To Change size of characters in sentences.\n### question button\nChange this,\n```\nfont-size: 1rem;\n```\n\u003cb\u003ein following\u003c/b\u003e\n```css\n.btn-q {\n    background-color: var(--white);\n    border: 2px solid var(--gray);\n    border-bottom: 5px solid var(--gray);\n    border-radius: 9px;\n    font-size: 2rem;\n    padding: 0.25rem 0.35rem;\n    margin: 0.2rem;\n    display:inline-block;\n  }\n```\n\n### answer button\nChange this,\n```\nfont-size: 1rem;\n```\n\u003cb\u003ein following\u003c/b\u003e\n```css\n.btn-a {\n    background-color: var(--white);\n    border: 2px solid var(--gray);\n    border-bottom: 5px solid var(--gray);\n    border-radius: 9px;\n    font-size: 1rem;\n    padding: 0.25rem 0.35rem;\n    margin: 0.2rem;\n    display:inline-block;\n  }\n```\n\n# Images\n![Image 1](https://raw.githubusercontent.com/infinyte7/Chinese-Grammar/master/Images/anki_desktop.png)\n\n## Please report any issues.\n### Any contribution will be appreciated\n\n### Similar Anki Decks with HSK level and audio to each sentences \n[Chinese Grammar](https://github.com/infinyte7/Chinese-Grammar)\n\u003cbr\u003e[AnkiWeb Link](https://ankiweb.net/shared/info/551486109)\n\n## My other anki decks\n[Anki Decks](https://ankiweb.net/shared/byauthor/119943820)\n\n\n# License\n\u003cb\u003e[Chinese Grammar Wiki Study Deck](https://ankiweb.net/shared/info/782551504)\u003c/b\u003e\n\u003cbr\u003eChris Dodge\n\u003cbr\u003e[CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/)\n\n\u003cb\u003e[Chinese Grammar Wiki ©2011-2020 AllSet Learning](https://resources.allsetlearning.com/chinese/grammar/Chinese%20Grammar%20Wiki:Copyrights)\u003c/b\u003e\n\u003cbr\u003e[CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/)\n\n\u003cb\u003eAnki-Chinese-Grammar-Practice\u003c/b\u003e\n\u003cbr\u003eMani (Infinyte7)\n\u003cbr\u003e[CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrmanik%2FAnki-Chinese-Grammar-Practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrmanik%2FAnki-Chinese-Grammar-Practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrmanik%2FAnki-Chinese-Grammar-Practice/lists"}