

the Ultimate WaniKani deck(all 60 levels, updated mnemonics)
156.56MB. 12700 audio & 8 images. Updated 2019-12-02.
This item is large, and may take some time to download.
Description
Sample (from 8881 notes)
Cards are customizable!
When this deck is imported into the desktop program, cards will appear
as
the deck author has made them. If you'd like to customize what appears
on
the front and back of a card, you can do so by clicking the Edit
button, and
then clicking the Cards button.
Vocab | 妊婦 |
Vocab_Meaning | Pregnant Woman |
Reading | にんぷ |
Speech_Type | Noun and の adjective |
Context_jp | 妊婦さんのためのカウンセラーという、臨時の仕事が見つかりました。 |
Context_en | I got a temporary job as a counselor for pregnant women. |
Context_jp_2 | |
Context_en_2 | |
Context_jp_3 | |
Context_en_3 | |
Meaning_Exp | A pregnant wife is a pregnant woman. |
Reading_Exp | This is a jukugo word that uses the on'yomi readings of the kanji. You should be able to read this on your own. |
Kanji | 妊, 婦 |
Kanji_Name | Pregnant, Wife |
Audio_b | |
Audio_g | |
sort_id | 5898 |
Tags | level38 vocab |
Kanji | 庫 |
Kanji_Meaning | Storage, Warehouse |
Reading_On | こ |
Reading_Kun | くら |
Radicals | 广, 車 |
Radicals_Icons | - |
Radicals_Names | canopy, car |
Radicals_Icons_Names | |
Meaning_Mnemonic | A canopy is over your car because your car is in storage in a large warehouse. |
Meaning_Info | The canopy just protects your car from the elements as it sits in storage for long periods of time. |
Reading_Mnemonic | Your car is in this storage warehouse, just sitting there. A 子 (こ) notices this, and decides to take your car on a joyride. You won't notice, right? You never drive it. |
Reading_Info | Imagine a kid sneaking into your canopy to steal your car that's in storage. Maybe it's two 子s, one stacked on the other with a trench coat. One 子 works the pedals while the other 子 works the steering. |
sort_id | 4352 |
Tags | level28 kanji |
Kanji | 茜 |
Kanji_Meaning | Red Dye |
Reading_On | せん |
Reading_Kun | あかね |
Radicals | 艹, 西 |
Radicals_Icons | - |
Radicals_Names | flowers, west |
Radicals_Icons_Names | |
Meaning_Mnemonic | Flowers that grow in the west are colored by the sun setting so they turn bright red. That's why red flowers that grow in the west are used to make red dye. They're the closest to the actual color of the red sun, so they're prized by painters and other artists for their perfect color for dye. |
Meaning_Info | Picture yourself sitting in the west as the red sun sets, smashing those pretty red flowers into a paste to make red dye. Your fingers get dyed red too and you crush the petals into a paste. |
Reading_Mnemonic | As you're smashing the flowers into red dye, a little girl comes up to you and points at the paste. She says, "赤ね (あかね)?" (That's red, right?) You look down at the red dye on your fingers and nod. She's right, it is red. |
Reading_Info | Hear the little girl say あかね while pointing to the red dye. She's right. And the way she says it is so darn cute. |
sort_id | 8063 |
Tags | level54 kanji |
After the file is downloaded, double-click on it to open it in the desktop program.
At this time, it is not possible to add shared decks directly to your AnkiWeb account - they need to be added from the desktop then synchronized to AnkiWeb.
Reviews

Very good

Good

Good resource

Thanks for making this! I can't afford a subscription to WaniKani :')
Thanks for splitting these up so I can just use the radicals deck! Based on reviews of WaniKani it sounds like their kanji meanings can be overly simplified, so I didn't really want to waste my time on those decks. But I find their mnemonics for radicals really useful, so thanks again.
Thanks for splitting these up so I can just use the radicals deck! Based on reviews of WaniKani it sounds like their kanji meanings can be overly simplified, so I didn't really want to waste my time on those decks. But I find their mnemonics for radicals really useful, so thanks again.

good

It's really good for training can recomend

Updated version, please see https://discord.gg/gR7VuVbhXr for Wanikani Ultimate 3: Tokyo Drift

Wonderful

This is an amazing deck!! Thanks so much to the author for creating this!

Good deck but it's outdated. Get the newest version Wanikani Ultimate 3: Tokyo Drift. It was removed from Ankiweb due to copyright infringement, so you'll need to google it.

Thank you so much for your hard work!!!

It's a really good deck, I have been going through it rather slowly, about 2 months and 10% done. I'm finding it a lot of help, but I do find it a bit overwhelming to think that there are like ~15,000 cards left and ~12,000 are Kanji and vocabulary starts after that. I am still able to read a lot because of knowing the readings and meanings(from anime and games mostly) helps a lot.
To be honest the biggest help has been learning the radicals, they make it so easy to find the meaning of Kanji I don't know through dictionary and remembering Kanji as well.
To be honest the biggest help has been learning the radicals, they make it so easy to find the meaning of Kanji I don't know through dictionary and remembering Kanji as well.

Excellent deck.

Check the discord server for updates in 2022

This is ultimate!

Can anybody share ultimate 3 link?

Meow

great

Good deck

awesome deck! i used this for a little bit before i upgraded to the newer deck here https://ankiweb.net/shared/info/283056936

Decent deck, but you do realize recognition and reading mean the same thing right? Why would you only make recogniton and no production cards (english to japanese). That's where most of the memorisation comes from, from recall. Flip the reading cards and call them production/recall, then the deck is solid.

all the waikani stuff for free. thanks!

i have no money. thank you

concise

ありがとう!

Thank you SO much! I was considering buying WaniKani which would be difficult for me financially (broke student lol), and you just saved me!! Not to mention that I can actually skip kanji that I already know!!! Best deck ever!

Amazing! This helped a broke student like me a lot!

Is there any way to reverse it so it'll be English -> Japanese?
Thank you
Thank you

Love it

Good effort to make it useful!

thank you so much

Really helpful for beginner japanese learner

ありがとうございます。:)

Well formatted and very informative. Helps beginners like myself

Really nice, though quite some pictures are very American (I'm one of those stupid Europeans, right...). Anyhow, regarding the "ugly" part in the Kanji check. It's not ugly, but wrong. I'm no J-coder and don't know how to debug it, but right out of my head I changed it to this:
//this part of code below is ugly and could be improved
var means = correctAnswer.split(",");
var mean = typedAnswer.split(",");
var found = false;
for (var i = 0; i < means.length; i++) {
means[i] = means[i].trim().toUpperCase();
}
for (var i = 0; i < mean.length; i++) {
mean[i] = mean[i].trim().toUpperCase();
if (means.indexOf(mean[i]) !== -1) {
found = true;
};
}
which seemed to fix the right/wrong color for my answers.
//this part of code below is ugly and could be improved
var means = correctAnswer.split(",");
var mean = typedAnswer.split(",");
var found = false;
for (var i = 0; i < means.length; i++) {
means[i] = means[i].trim().toUpperCase();
}
for (var i = 0; i < mean.length; i++) {
mean[i] = mean[i].trim().toUpperCase();
if (means.indexOf(mean[i]) !== -1) {
found = true;
};
}
which seemed to fix the right/wrong color for my answers.

Isn’t this copyright infringement?

Yooooo, can we all just take the time to appreciate what this individual has done for us for FREE!?
Thanks a lot dude, please rest assured that you singlehandedly have helped in the education of many Japanese learners.
Thanks!
Thanks a lot dude, please rest assured that you singlehandedly have helped in the education of many Japanese learners.
Thanks!

Amazing deck.
I'm using WaniKani and this deck together.
Learn through the deck first, then my answers on WaniKani are more accurate allowing me to move ahead more quickly.
Update:
Having finished the free wanikani lessons, i actually prefer this deck as a stand alone. You control the entire process.
If the mnemonics are not easily remembered i take another from https://kanji.koohii.com/
I'm using WaniKani and this deck together.
Learn through the deck first, then my answers on WaniKani are more accurate allowing me to move ahead more quickly.
Update:
Having finished the free wanikani lessons, i actually prefer this deck as a stand alone. You control the entire process.
If the mnemonics are not easily remembered i take another from https://kanji.koohii.com/

10/10

Quite an obnoxious deck. Formatting, including colors, is horrendous. I commend all the work to include all the information here, but the set-up is not the most efficient way to learn a large volume of information quickly (speaking from a medical student perspective).

I can't overstate how good this deck is. This must have required an insane amount of work.

This is amazing! Thank you so much for your time and effort :D

Thank you for yourt time and effort!!

Thank you so much

g4d

Yea

thanks for the awesome deck!!

Nice and well sorted. I hope all radicals' meanings are updated, but if they aren't I will just update them myself.

Amazing resource. I've just finished my 3 free WaniKani levels.

The person who made this is a saint.

A lot of help! Totally recommend this deck for the people who are trying to learn kanji

one of the best deck out here

amazing set!!

What works is super helpful but there are a few cards that have broken Kanji (the Gun radical being one example). So I'm rating good because it seems like 98% of them work just fine, but those ones that don't are a real problem.

Thank you so much!

Just perfect.

It's the free version of WaniKani

Is there a way to sort the cards by level on iOS?

The best free alternative to WaniKani... a WaniKani Anki deck.

This deck has really helped me study kanji, currently the only deck I am using. I would really recommend!

Great job

Amazing resource, especially since I've just finished my 3 free WaniKani levels.

Buena

a great step for understanding more kanji in the future

IMPORTANT!!!!!!!!!! Dont forget to sort the deck by "due" (click due on the top of the chart that shows all the cards) in the browse section of anki or else you will accidentally do ALL of the radicals, then ALL of the kanji, and ALL of the vocab. The way you are supposed to do it is finish level 1 radicals then level 1 kanji and lastly level 1 vocabulary. after finishing level 1 start level 2 radicals and so on. I wish someone else mentioned this before I accidentally learned about 150 cards in the wrong order. Other than that.... this deck is amazing and is the fastest way I can learn kanji and vocab :)

You really did a fantastic job!

nice

Good

Pretty great! Is there anyway I can change the speaker's voice from Keinichi to Kyoko too?

Thank you so much. Would definitely recommend this deck for learning kanji. I can now started to be a able to read kanjis without spending a dollar on books or wanikani subscription. This deck is invaluable

Really, really helpful in studying Japanese!! Wanikani is brilliant.

Very nice

For some reason, no audio is playing. I have run a media and library check. It says that the audio files were not connected to the flashcards. Is this a Anki or a deck problem someone could help me with? I really would like to have audio on this very fine deck.

Nice

Good deck, I recommend updating to the Electric Boogaloo deck since It's updated.

Good

Helped me learn kanji.

The vocab cards look great and have a lot of information. I'm sure the kanji and radical cards are good, too, but I'm using Kanji Damage for that (colored stroke order, readings, various vocab words).

Looks awesome but I'm not sure which file to get! do I click the download button or grab the latest version at the top?

Really great! I had the Electric Boogaloo deck, but I just convinced myself to buy the £25 iPhone app and that deck doesn't work! Too much Java! So it's great that this can do the job with all the nice colours and layout haha.
Is it possible to add something that lets the input language swap from Eng to Kana automatically? (The Boogaloo deck can do this but not sure if that's part of the Java problem!)
Thanks again!
Is it possible to add something that lets the input language swap from Eng to Kana automatically? (The Boogaloo deck can do this but not sure if that's part of the Java problem!)
Thanks again!

***************************************************
THERE'S AN UPDATED VERSION OF THIS
***************************************************
To anyone reading, they upgraded the thing
***************************************************
Wanikani Ultimate 2: Electric Boogaloo
https://ankiweb.net/shared/info/1609000301
THERE'S AN UPDATED VERSION OF THIS
***************************************************
To anyone reading, they upgraded the thing
***************************************************
Wanikani Ultimate 2: Electric Boogaloo
https://ankiweb.net/shared/info/1609000301

The WaniKani substitute I was looking for! It's really good, go and check it out!
Thank you so much, Kanji became my favorite part of learning Japanese now ^^
Thank you so much, Kanji became my favorite part of learning Japanese now ^^

is good

am poor, great substitute

close to heisig's method

It is a wonderful deck, but there are some issues:
the radicals, kanji, and vocab are all unarranged . . .It goes from level 7 kanji, to level 35, then level 1 . . .what I did is download the modified deck of the commentator in the date 4/4/20, it is unarranged too like the same deck as this but he change it slightly different.To organize it, I click the browse and head to "radicals" sub deck,I click the upper portion "Filter.." and in the tags option i click the "level 1 kanji" . . . same goes with "kanji" sub deck and "vocab" sub deck, I click the filter from the upper portion of the browse,click the tag "level 1 kanji" and reposition it. Or you can merge them into one deck. . The other issue is that there are some comments regarding to the mnemonic or the meaning that is wrong or inaccurate meanings of the kanji, he says he found about 250 of them, I don't know what it is but I search them in a trusted japanese dictionary like the jisho.org ...
anyway thanks to the creator of this deck,WE highly appreciate your hard work especially for me as a student because I don't have a source of income to pay for wanikani . . .again Thank you very much !!!
the radicals, kanji, and vocab are all unarranged . . .It goes from level 7 kanji, to level 35, then level 1 . . .what I did is download the modified deck of the commentator in the date 4/4/20, it is unarranged too like the same deck as this but he change it slightly different.To organize it, I click the browse and head to "radicals" sub deck,I click the upper portion "Filter.." and in the tags option i click the "level 1 kanji" . . . same goes with "kanji" sub deck and "vocab" sub deck, I click the filter from the upper portion of the browse,click the tag "level 1 kanji" and reposition it. Or you can merge them into one deck. . The other issue is that there are some comments regarding to the mnemonic or the meaning that is wrong or inaccurate meanings of the kanji, he says he found about 250 of them, I don't know what it is but I search them in a trusted japanese dictionary like the jisho.org ...
anyway thanks to the creator of this deck,WE highly appreciate your hard work especially for me as a student because I don't have a source of income to pay for wanikani . . .again Thank you very much !!!

The perfect deck for kanji

Amazing

I think this is an updated version https://ankiweb.net/shared/info/1609000301

gud

Thank you so much for this!
Upd: Also thanks to the commentator that said about merging 3 subdecks in 1 deck, now everything is working as intended.
Upd: Also thanks to the commentator that said about merging 3 subdecks in 1 deck, now everything is working as intended.

Nice work!

Brilliant, thank you for creating this.

I have found 2 negative comments about ~ 300 wrong meaning kanji so I was frustrated about it. Has anyone tested it at 31/08/2020 ? Please let me know

Excellent deck, but what order are new cards being added? I've only just started to use it, but so far it has gone straight from Level 1 Radicals to Level 2 Radicals, missing out the Level 1 Kanji and Vocabulary. Is anyone else having the same problem? It's going to be rather frustrating if it continues like this ie going through every radical, before it starts to add any Kanji.
Update 4 Sep 2020: I realised that the problem with the setup is that there are 3 subdecks for Radicals, Kanji and Vocabulary, so if for example you have changed your setup to only add 5 new cards per day, then they will only come from the list of Radicals. The solution is to remove the 3 subdecks by moving them into the one parent deck. Then new cards will be added in the order of all the level 1 Radicals, then all the level 1 Kanji, then all the level 1 Vocab. It then moves on to level 2 in the same way. I found it was easier to start again, by deleting my existing deck, reimporting the deck, then making all the required changes BEFORE starting to study the deck (ie combine the subdecks into 1, change the formatting as per instructions provided below by a reviewer on 3 April 2020, change the default voice if required from the male to the female as explained by the creator above, change the number of cards added each day as per your own preference)
Update 4 Sep 2020: I realised that the problem with the setup is that there are 3 subdecks for Radicals, Kanji and Vocabulary, so if for example you have changed your setup to only add 5 new cards per day, then they will only come from the list of Radicals. The solution is to remove the 3 subdecks by moving them into the one parent deck. Then new cards will be added in the order of all the level 1 Radicals, then all the level 1 Kanji, then all the level 1 Vocab. It then moves on to level 2 in the same way. I found it was easier to start again, by deleting my existing deck, reimporting the deck, then making all the required changes BEFORE starting to study the deck (ie combine the subdecks into 1, change the formatting as per instructions provided below by a reviewer on 3 April 2020, change the default voice if required from the male to the female as explained by the creator above, change the number of cards added each day as per your own preference)

Very good deck! Though not exactly the same as it doesn't go through levels like the actual website but a good substitute.

awesome, it's too expensive since it's billed in US dollars, this is a life saver thanks!

I have been keeping an eye on wanikani for 5 months now as the perfect resource that I'd like to learn from, but I don't really have money... This is such a life saver, thank you very much... It has all that I need...

Beautifully made deck, extremely kind and considerate from the creator, recommended would use again

Thank you guys for work

Very very thorough, thanks for the great work!

Thank you so much for all the hard work. It's very helpful for me!

Great deck!

This is simply AMAZING! Thanks a lot for your hard work. It negates all the things that made wanikani unattractive.

Great

Very good deck w/ vocabulary to learn the kanji easier

Thanks a lot to the creator of this deck. it means so much

Good deck but for the Kanjis, can you do only meanings cards only? It takes a long time to delete all the readings card manually but I want to know if there is a way for me to remove all readings card faster.

Good deck

Thank you so much for this! It's super helpful and makes memorising a lot easier! :)

Wow! Thanks. This definitely took a lot of effort.
PS. if anyone feels a lag when using from ankidroid, remove the Japanese fonts from styling, and it will work smoothly.
PS. if anyone feels a lag when using from ankidroid, remove the Japanese fonts from styling, and it will work smoothly.

Thanks a lot man! This deck is really useful. Although many mnemonics feel like they were made for toddlers, maybe that's what we all need. You have done an awesome job

Great deck!

Goodshit

Thanks for this awesome deck!

Good deck!
Holy cow, some of those example sentences are seriously cringeworthy tho.
Holy cow, some of those example sentences are seriously cringeworthy tho.

Thanks for this. Even though most of the wanikani mnemonics are unbelievably bad, as if they were written by a child or something, this deck can be pretty useful.
On the other hand, wanikani subscription is basically a scam. They expect you to pay monthly, but then LIMIT how much you can progress each month... to keep you subscribed as long as possible. They won't let you skip kanji you already know either.
Imagine Netflix only allowing you watch two episodes per week, and not letting you to fast-forward or skip episodes that you've already seen.
On the other hand, wanikani subscription is basically a scam. They expect you to pay monthly, but then LIMIT how much you can progress each month... to keep you subscribed as long as possible. They won't let you skip kanji you already know either.
Imagine Netflix only allowing you watch two episodes per week, and not letting you to fast-forward or skip episodes that you've already seen.

40 percent of the emnonics are completely wrong.
Good thing i noticed earlier or else i would make tragic mistakes when I comprehend them .
Good thing i noticed earlier or else i would make tragic mistakes when I comprehend them .

It's a great deck and I am very glad that it was made, but I have a question. Is it possible, for the vocab, to be able to flip the cards for recall? Anki doesn't let me flip. I want to be able to recall for the vocabulary, so I get the meaning and have to enter the japanese. Is this possible to do?

Does the job so far..

Thank you.

This is a very nice deck, thank you! I do have one issue, though. Maybe you can help?
I would have thought that simply clicking on "WaniKani Ultimate" and "Study Now" would be the correct way to use this deck. I expect it to go through each card in WaniKani order, but that's not the case. For whatever reason, Anki really wants to do all of the radicals first. It won't show me any kanji or vocab.
I would have thought that simply clicking on "WaniKani Ultimate" and "Study Now" would be the correct way to use this deck. I expect it to go through each card in WaniKani order, but that's not the case. For whatever reason, Anki really wants to do all of the radicals first. It won't show me any kanji or vocab.

Great deck, with 1 major issue:
long words in the vocabulary section would only show 2 characters then overflow to the next line, so I made a fix:
For both vocab cards, change to front template to have
<div class="kanji"><span>{{Vocab}}</span></div>
for the kanji section
Also add this script to the front of both cards
<script>
var textNodes = document.getElementsByClassName("kanji");
var width = textNodes[0].offsetWidth - 20; // minus 20 for some extra padding
var height = 150;
var widthTransform = width / textNodes[0].firstChild.offsetWidth;
var heightTransform = height / textNodes[0].firstChild.offsetHeight;
var value = widthTransform < heightTransform ? widthTransform : heightTransform;
for (var i = 0; i < textNodes.length; i++) {
textNodes[i].setAttribute("style", "font-size: " + value * 10 + "px");
}
</script>
And change the `.kanji` css to this
.kanji {
font-family: "Hiragino Kaku Gothic Pro W3";
font-size: 10px;
color: white;
stroke-color: white;
background-color:#a900fd;
}
Then the vocab text gets sized down appropriately (if needed)
Edit: Maybe I didn't type in the changes correctly into the commend, but it works for me on iOS and Desktop.
I've also made a few other changes since then: better formatted Meaning/Reading/Radicals, etc for Kanji and vocab. Highlighting the reading that is used by the reading mnemonic so I don't have to scroll down to see which one. Here's a link to my modified deck this time since I didn't get the changes correctly in there the first time 😬)
Image of what mine looks like: https://imgur.com/a/wx98uXm
my modified deck: https://drive.google.com/file/d/1h96Yd9aIxHKPgaV8P8oVcadWn_xx_5U-/view?usp=sharing
long words in the vocabulary section would only show 2 characters then overflow to the next line, so I made a fix:
For both vocab cards, change to front template to have
<div class="kanji"><span>{{Vocab}}</span></div>
for the kanji section
Also add this script to the front of both cards
<script>
var textNodes = document.getElementsByClassName("kanji");
var width = textNodes[0].offsetWidth - 20; // minus 20 for some extra padding
var height = 150;
var widthTransform = width / textNodes[0].firstChild.offsetWidth;
var heightTransform = height / textNodes[0].firstChild.offsetHeight;
var value = widthTransform < heightTransform ? widthTransform : heightTransform;
for (var i = 0; i < textNodes.length; i++) {
textNodes[i].setAttribute("style", "font-size: " + value * 10 + "px");
}
</script>
And change the `.kanji` css to this
.kanji {
font-family: "Hiragino Kaku Gothic Pro W3";
font-size: 10px;
color: white;
stroke-color: white;
background-color:#a900fd;
}
Then the vocab text gets sized down appropriately (if needed)
Edit: Maybe I didn't type in the changes correctly into the commend, but it works for me on iOS and Desktop.
I've also made a few other changes since then: better formatted Meaning/Reading/Radicals, etc for Kanji and vocab. Highlighting the reading that is used by the reading mnemonic so I don't have to scroll down to see which one. Here's a link to my modified deck this time since I didn't get the changes correctly in there the first time 😬)
Image of what mine looks like: https://imgur.com/a/wx98uXm
my modified deck: https://drive.google.com/file/d/1h96Yd9aIxHKPgaV8P8oVcadWn_xx_5U-/view?usp=sharing
Comment from author before post was edited
wow! great work man! it must have taken lots of time to write that. i will try to add this in the near future, i will need to test on different versions before adding it (iphone, android, etc ...)
nice job!
edit: i will try to implement this in the next update! soon! (probably this weekend)
edit2: i tried the script and it is not working ( i also tried changing numbers and other things, it i did not work) sorry :(
nice job!
edit: i will try to implement this in the next update! soon! (probably this weekend)
edit2: i tried the script and it is not working ( i also tried changing numbers and other things, it i did not work) sorry :(

Absolutely incredible! Thank you so much to the makers of this!
Money was always an issue when considering carrying on with wanikani and I don't have this issue anymore.
Money was always an issue when considering carrying on with wanikani and I don't have this issue anymore.

The Deck is GREAT. Created perfectly, I am immensely greatful for the work the creator has put in...
...HOWEVER, I am marking down ONLY because the content (wani kani) has extremely basic, inaccurate or often downright wrong Kanji meanings - as creators of Wanikani decided to base kanji meanings using English translations of compounds...(???) Which MIGHT cause headaches down the road. Luckily I found out within only 250~ Kanji but editing many of them (in deck and in brain) was frustrating.
I do however still use this deck, but I NEVER trust the kanji meanings to be accurate so I use a addon for right-click web search straight to a trusted dictionary and amend that from the get-go, plus using my own mnemonics as I feel the writer(s) at WK are unprofessional at best and feels like they wrote the entire kanji mnemonics' the night before publishing while drunk.
I'm not completely comfortable with marking negative as, again, the deck itself I have no issue with and I appreciate that it was created as its helped immensely... I am just worried learners (like me) won't realise until its too late. Perhaps it would be easier to follow wanikani's methodology but I, myself prefer to have a solid and accurate foundation of Japanese even if I have to put a little more effort (fact checking, memorising multiple similar/different meanings of a single kanji) but such things are a breeze with basic memorisation methods!
...HOWEVER, I am marking down ONLY because the content (wani kani) has extremely basic, inaccurate or often downright wrong Kanji meanings - as creators of Wanikani decided to base kanji meanings using English translations of compounds...(???) Which MIGHT cause headaches down the road. Luckily I found out within only 250~ Kanji but editing many of them (in deck and in brain) was frustrating.
I do however still use this deck, but I NEVER trust the kanji meanings to be accurate so I use a addon for right-click web search straight to a trusted dictionary and amend that from the get-go, plus using my own mnemonics as I feel the writer(s) at WK are unprofessional at best and feels like they wrote the entire kanji mnemonics' the night before publishing while drunk.
I'm not completely comfortable with marking negative as, again, the deck itself I have no issue with and I appreciate that it was created as its helped immensely... I am just worried learners (like me) won't realise until its too late. Perhaps it would be easier to follow wanikani's methodology but I, myself prefer to have a solid and accurate foundation of Japanese even if I have to put a little more effort (fact checking, memorising multiple similar/different meanings of a single kanji) but such things are a breeze with basic memorisation methods!

Hello, thanks a lot for the great deck. By the way, that guy who made the resizing code, (he posted a comment about it on january 2nd 2020 or something). You replied that you couldn't get it working, but it does work for me where I've tested it. You may just need to move the script down to the bottom of the html? What wasn't working for you? On certain devices or just not working in general? I see it working in ankidroid and osx anki client. Let me know and I can help you debug it.

Dude you're a God. Best deck so far.
I was saving money to buy this but had to stop as I had to spend it for some urgent need. That meant I needed to start collecting money again for months. And I genuinely wanted to learn Kanji. But money was a big obstacle. Love you man for the the hardwork and generosity.
I was saving money to buy this but had to stop as I had to spend it for some urgent need. That meant I needed to start collecting money again for months. And I genuinely wanted to learn Kanji. But money was a big obstacle. Love you man for the the hardwork and generosity.

Great quality on this one. Highly recommend.
Some minor issues:
- Some (very few) radicals are missing their symbols. They show as crossed squares. I think that happens to the ones that are not actually radicals and were invented by the platform. I just edited those notes adding and image version of the symbols.
- You might want to adjust slightly the CSS for the vocab cards as depending on screen size they'll overflow. Reducing by a few points the font size will do.
Cards are also tagged by level, which is really convenient, and all text is colour coded. Good work!
(Using on Android 10)
Some minor issues:
- Some (very few) radicals are missing their symbols. They show as crossed squares. I think that happens to the ones that are not actually radicals and were invented by the platform. I just edited those notes adding and image version of the symbols.
- You might want to adjust slightly the CSS for the vocab cards as depending on screen size they'll overflow. Reducing by a few points the font size will do.
Cards are also tagged by level, which is really convenient, and all text is colour coded. Good work!
(Using on Android 10)

nice

Perfect desk, thank you for your hard work.

A great deck to beginners like me

I can't believe I didn't review this deck yet. It's epic, also author is a super nice person- I asked if there is a way to bypass a requirement to type in answers and he was kind enough to send me a modified version that works like 2k/6k and others. Sank yu senpai!

If I could only study one deck this would be it.

large vocabulary, detailed explanation.

Es uno de los recursos para aprender Kanji más completo que encontré en esta plataforma.

Thank you!

This deck is amazing!! Thank you so much!!

Great deck!!!!!!!!!!!

Perfect, thank you

This is so amazing... you are a legend.
Comment from author
thanks everyone for rating this deck :D

Thank you for your work on this.

Nice

Awesome deck. Thanks.

Very nice deck. Thank you for the effort to make this possible for us :)
Comment from author
no problem! cheers :)

Wanikani cost too much for me to afford, thank u so much for this :D
Comment from author
no problem. tbh this was the main reason i made this deck, for people who cant afford it, like you and me :)

Very good, usefull and free! You are a legend man.

It lacks information on the most important readings, which you can find on older (albeit outdated) decks. It's otherwise perfect.

Best free alternative for Wanikani!

This is by far the best deck I've found here.
Thank you for all your hard work.
Also, I don't know if it's just me but every time I do media check it says there are four audio files missing.
Thank you for all your hard work.
Also, I don't know if it's just me but every time I do media check it says there are four audio files missing.
Comment from author
no problem. about the audio, yes there is 4 files missing (only 4 out of 12700 audio files) i will try to fix it in the future. cheers!

Great quality cards!

Looks good, but whenever I try to preview the card I get this message:
"Invalid HTML on card: TypeError: Cannot read property 'childNodes' of null"
Anyone know of a fix? Cheers
Update: Talked to the creator on discord and he made a new version of the deck for me to fix the problem, super nice guy. Great deck too.
"Invalid HTML on card: TypeError: Cannot read property 'childNodes' of null"
Anyone know of a fix? Cheers
Update: Talked to the creator on discord and he made a new version of the deck for me to fix the problem, super nice guy. Great deck too.
Comment from author before post was edited
hi, i haven't seen that error before, can you please contact me on discord?
i need to know what version of anki are you using? what is your operating system? and are you using any anki add-ons?
edit: i might have an idea of what caused that error, i will try to update the deck soon, please be patient
edit2: for anyone receiving similar error: it is caused by a plugin interference, disable the plugins one by one to know which one is causing it
edit3:i have updated the deck now, if anyone got a similar error and you downloaded before18/11/2019 you should upgrade the deck (by deleting the deck then reinstalling this one) cheers
i need to know what version of anki are you using? what is your operating system? and are you using any anki add-ons?
edit: i might have an idea of what caused that error, i will try to update the deck soon, please be patient
edit2: for anyone receiving similar error: it is caused by a plugin interference, disable the plugins one by one to know which one is causing it
edit3:i have updated the deck now, if anyone got a similar error and you downloaded before18/11/2019 you should upgrade the deck (by deleting the deck then reinstalling this one) cheers

This is as comprehensive as it gets. Everything is there and updated. This is incredible. Thanks so much!
Comment from author
thanks for your kind words, these kinds of comments means a lot to me, thank you <3

Thank you very much for your effort
The only thing is that when I type in the pronunciation it is not converted into Hiragana.
Do you have any idea why this is?
I would appreciate your help
Thank you
The only thing is that when I type in the pronunciation it is not converted into Hiragana.
Do you have any idea why this is?
I would appreciate your help
Thank you
Comment from author
you have to change your keyboard language to japanese, it is really easy to do here is an article explaining how:
https://www.tofugu.com/japanese/how-to-install-japanese-keyboard/
(the article covers all operating systems)
after setting it up, you can switch between japanese and english by clicking "alt+shift" on your keyboard (if you are on pc)
https://www.tofugu.com/japanese/how-to-install-japanese-keyboard/
(the article covers all operating systems)
after setting it up, you can switch between japanese and english by clicking "alt+shift" on your keyboard (if you are on pc)

Fantastic, thank you!
I also really appreciate the step-by-step guide about manually updating the deck, it's very helpful.
I also really appreciate the step-by-step guide about manually updating the deck, it's very helpful.
Comment from author
i am really glad you liked them!

Awesome works. Thank you very much :) Btw, your invite discord link have been expired, pls update it :)
Comment from author
thanks for telling me! i have never used discord before, lol

Good work

Thank you for all the work you've done!
Comment from author
no problem, thank you for your kind words

Thank you!
Comment from author
no problem, btw i suggest you re-download the deck tomorrow because i am doing a big update soon

Thank you for this. I got it working on windows 10 with installing the ttf file that was written above. But I have the same issue with certain radicals like gun, leaf, horns on the android app. Is there any way I can get it working on there too?
Comment from author
edit: sorry, i miss-read your comment, i thought you said "radicals do not show on windows 10"
this week i will try to work on a fix to make it work on android, please be patient
edit2: i have updated the deck now, you dont have to download any fonts now!! all fonts are included in the package. and it will work perfectly on both pc and the android app.
if you downloaded before 25/10/2019 and want to upgrade you can either delete your current deck (with all your progress)then download this deck OR you can follow these steps to upgrade manually: www.reddit.com/user/adeckforanki/comments/dqlccd
this week i will try to work on a fix to make it work on android, please be patient
edit2: i have updated the deck now, you dont have to download any fonts now!! all fonts are included in the package. and it will work perfectly on both pc and the android app.
if you downloaded before 25/10/2019 and want to upgrade you can either delete your current deck (with all your progress)then download this deck OR you can follow these steps to upgrade manually: www.reddit.com/user/adeckforanki/comments/dqlccd

Very good!

Thank you so much, awesome work!

Very Useful
Comment from author
thanks for thumbs up, if you or anyone need help with anything at all, be sure to tell me

Thanks

Some images seem broken
Edit:
Thanks!
Using Windows 10 and the windows instructions did not seem to work.
However, directly installing the mentioned font did fix the issue (right click .ttf -> 'Install')
Edit:
Thanks!
Using Windows 10 and the windows instructions did not seem to work.
However, directly installing the mentioned font did fix the issue (right click .ttf -> 'Install')
Comment from author
edit: previously i wrote some steps here to download some fonts, for newer versions it is not required to download any fonts, it is all included in the pakage
i have deleted the steps i written previously to not confuse people.
i have deleted the steps i written previously to not confuse people.