18 Commits

Author SHA1 Message Date
55d30993d5 better primitves formatting, hints up to 736 formatted 2020-12-14 12:30:04 +01:00
a88f6c7221 primitives more obviously primitves, more hints 2020-12-10 11:41:58 +01:00
2e0d42a013 better browse mode fonts, more formatted hints 2020-12-08 12:58:40 +01:00
8dea54fc1e hint formatting up to 668, more compounds 2020-12-07 13:01:12 +01:00
7cc76a9e9e added readings 2020-12-02 13:13:33 +01:00
79a6bd0d68 smaller adjustments, new colors 2020-12-01 13:44:07 +01:00
ae6fe54387 colors for styling as variables & misc. additions 2020-11-29 13:00:43 +01:00
5f73d72312 formatting good up to no.540, more compounds 2020-11-24 15:05:09 +01:00
a71f670d69 explanation formatting good up to no.526 2020-11-23 10:47:23 +01:00
49b7b6d523 explanation formatting good up to no.400 2020-11-22 17:05:49 +01:00
2d7b6ca5cb added expl. up to no. 300 2020-11-22 00:32:47 +01:00
b8b4df7bf9 added stroke counts for all primitives 2020-11-21 23:38:50 +01:00
2ea9e20b99 More clickable kanjis/meanings. 200 first expl. 2020-11-21 21:47:33 +01:00
e6678caf81 english meaning available on click, misc. improv. 2020-11-21 19:59:31 +01:00
4244db1ee3 stroke counts, english meaning, & explanations 2020-11-21 19:25:17 +01:00
4deb0b6432 AnkiDroid css improved to prevent scroll 2020-11-21 14:56:44 +01:00
1d9a0669b2 primitive_correction better, smarter layout 2020-11-21 14:48:27 +01:00
fbfdbb066e primitives have now seperate sort fields 2020-11-21 14:20:40 +01:00
2 changed files with 17107 additions and 5149 deletions

View File

@ -6,7 +6,10 @@
This is my personal vocab list to learn the Japanese Kanji which is using J.W. Heisig/R. Rauther's [__"Die Kanji - lernen und behalten 1"__](https://www.amazon.de/Bedeutung-Schreibweise-japanischen-Schriftzeichen-behalten/dp/3465041577/ref=sr_1_2?crid=2LX7RDRS8FEGW&dchild=1&keywords=die+kanji+lernen+und+behalten&qid=1595191168&sprefix=Die+kanji+lern%2Caps%2C154&sr=8-2) This is my personal vocab list to learn the Japanese Kanji which is using J.W. Heisig/R. Rauther's [__"Die Kanji - lernen und behalten 1"__](https://www.amazon.de/Bedeutung-Schreibweise-japanischen-Schriftzeichen-behalten/dp/3465041577/ref=sr_1_2?crid=2LX7RDRS8FEGW&dchild=1&keywords=die+kanji+lernen+und+behalten&qid=1595191168&sprefix=Die+kanji+lern%2Caps%2C154&sr=8-2)
Since I'm using the German version of the book (and my native language is German) the cards are Japanese-German. Since I'm using the German version of the book (and my native language is German) the cards are Japanese-German.
I'm following the guide of the book, only implementing hints if I have troubles with memorizing the words. Most of the hints I have gotten from [another Deck for the same book](https://ankiweb.net/shared/info/1354129669) (probably should have looked for something like this earlier).
A big thanks to the contributors of that deck for sharing their work.
These have not yet been formatted corrected (i.e. bold for the word in question and italics for components of the kanji).
Feel free to base your vocab list off of mine via a fork, that's probably the best way to go ahead. Feel free to base your vocab list off of mine via a fork, that's probably the best way to go ahead.
## Import ## Import
@ -49,6 +52,11 @@ Both of these strategies are not optimal and I'm currently looking into other op
Composites are added to the last kanji learned to completely understand the composite. Composites are added to the last kanji learned to completely understand the composite.
E.g. "週末" (Wochenende) is added at "週" (no. 340), not "末" (no. 230). E.g. "週末" (Wochenende) is added at "週" (no. 340), not "末" (no. 230).
## Readings
I've pulled all available On- Kun- and Nanori-readings from http://nihongo.monash.edu/ using a script.
These readings are not yet displayed on the cards themselves but are listed in the notes.
If you want to see my awful coding practices for such one off stuff which just needs to generate a file once, look into the other branches of this git repository.
## Fonts ## Fonts
For Kanjis I'm using the IPAGothic font, for the stroke order I'm using Timothy Eyre's (or is it Ulrich Apel's? It's not quite clear to me.) great font I found on [his website](https://www.nihilist.org.uk/). For Kanjis I'm using the IPAGothic font, for the stroke order I'm using Timothy Eyre's (or is it Ulrich Apel's? It's not quite clear to me.) great font I found on [his website](https://www.nihilist.org.uk/).
The licenses for these fonts can also be found in the `licenses` folder of this git repository. The licenses for these fonts can also be found in the `licenses` folder of this git repository.

22244
deck.json

File diff suppressed because one or more lines are too long