I decided to add a flashcard set for the JLPT prep because there is lots of vocabulary that is not on wanikani for it. So I finally tested out Anki.
I can't really say much about the algorithm but at least the app is somewhat customizable.


I wanna find a better background later... this one is from Cookie Run.
Setup:
Card deck: https://ankiweb.net/shared/info/1196762551
Add-ons:
Enhance main window https://ankiweb.net/shared/info/877182321
Then used the styles this person made https://www.reddit.com/r/Anki/comments/ffegh2/some_themes_for_enhance_main_window/
Custom background https://ankiweb.net/shared/info/1210908941
Had to change the card markup so that the content is inside a white card and not directly on the background. I did it like this:
Front Card:
<div class=wrapper>
<div lang="ja">
{{Word}}
<div style='font-size: 20px;'>{{Sentence}}</div>
</div>
</div>
Back Card:
<div class=wrapper>
<div lang="ja">
{{furigana:Word Furigana}}
<div style='font-size: 25px; padding-bottom:20px'>{{Word Meaning}}</div>
<div style='font-size: 25px;'>{{furigana:Sentence Furigana}}</div>
<div style='font-size: 25px; padding-bottom:10px'>{{Sentence Meaning}}</div>
{{Word Audio}}
{{Sentence Audio}}
<br>
{{Picture}}
{{#Notes}}
<br>
<div style="font-size: 20px; padding-top:12px">Note: {{Notes}}</div>
{{/Notes}}
</div>
</div>
CSS (style):
body {
display: flex;
justify-content: center;
text-align: center;
}
.wrapper {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "MS UI Gothic", sans-serif;
font-size: 44px;
text-align: center;
}
.wrapper {
box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
background: white;
border-radius: 4px;
padding: 24px;
max-width: 600px;
margin: 24px;
min-width: 360px;
}
.mobile .wrapper {
min-width: auto;
}
img {
max-width: 300px;
max-height: 250px;
}
.mobile img {
max-width: 50vw;
}
/* This part defines the bold color. */
b{color: #5586cd}
css is redundant and lazy, I hate refactoring lol It works tho! (don't know on mobile tho! lol)
Wanikani
I'll continue wanikani soon! After trying out a few strategies for learning kanji for 2 months I have to admit that wanikani had the best results in the end!
I'll probably cancel my bunpro.. but I have some grammar notes there that I need to export first!