-
- Downloads
chore: initial commit
parents
No related branches found
No related tags found
Showing
- .gitignore 8 additions, 0 deletions.gitignore
- Pipfile 9 additions, 0 deletionsPipfile
- Pipfile.lock 0 additions, 0 deletionsPipfile.lock
- README.md 5 additions, 0 deletionsREADME.md
- anki-tags.config.json 7 additions, 0 deletionsanki-tags.config.json
- create_from_scratch_with_csv.py 163 additions, 0 deletionscreate_from_scratch_with_csv.py
- jouyou-kanji.csv 0 additions, 0 deletionsjouyou-kanji.csv
- lots_of_kanji.apkg 0 additions, 0 deletionslots_of_kanji.apkg
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 21 additions, 0 deletionspackage.json
- parcel-dev.json 6 additions, 0 deletionsparcel-dev.json
- templates/hiragana/back.html 8 additions, 0 deletionstemplates/hiragana/back.html
- templates/hiragana/front.html 3 additions, 0 deletionstemplates/hiragana/front.html
- templates/kanji/animation.js 9 additions, 0 deletionstemplates/kanji/animation.js
- templates/kanji/back.html 12 additions, 0 deletionstemplates/kanji/back.html
- templates/kanji/front.html 2 additions, 0 deletionstemplates/kanji/front.html
.gitignore
0 → 100644
Pipfile
0 → 100644
Pipfile.lock
0 → 100644
This diff is collapsed.
README.md
0 → 100644
anki-tags.config.json
0 → 100644
create_from_scratch_with_csv.py
0 → 100644
jouyou-kanji.csv
0 → 100644
This diff is collapsed.
lots_of_kanji.apkg
0 → 100644
File added
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "anki-test", | |||
"version": "1.0.0", | |||
"description": "", | |||
"license": "ISC", | |||
"author": "", | |||
"type": "commonjs", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"dependencies": { | |||
"hanzi-writer": "^3.7.2" | |||
}, | |||
"devDependencies": { | |||
"parcel": "^2.14.4", | |||
"parcel-transformer-anki-tags": "^0.1.2" | |||
}, | |||
"@parcel/bundler-default": { | |||
"minBundles": 10000 | |||
} | |||
} |
parcel-dev.json
0 → 100644
templates/hiragana/back.html
0 → 100644
templates/hiragana/front.html
0 → 100644
templates/kanji/animation.js
0 → 100644
templates/kanji/back.html
0 → 100644
templates/kanji/front.html
0 → 100644
Please register or sign in to comment