Hello is there a way to fix “wanikani reorder ultimate” ? I’m getting this error “Failed to update UIDs”.
I would be grateful.
This is such a good idea, Once you get past level 10 or 12 they no longer have a “simple sentence” that is restricted to only the kanji you have learned. After that they are just basically useless sentences to get context for your kanji from because they have so many kanji that you don’t know yet in them. Probably the most disappointing thing about wanikani so far was the disappearance of those simple sentences.
Apparently, the WK’s team already spoke about this recently. They’ll release 3 sentences per vocab where you’ll be able to read the Kanji on 2 (something like that) 
Good to hear!
[Edit: Nevermind… it’s a different problem.]
Is there anyone that could make a mistake delay like this one, but just one that works.
^^^ New version:
I don’t know how this would be possible but I’d really like a script that makes some people’s messages on the forums invisible. Maybe something that you could toggle on an off. Just for those times when you’re annoyed with a certain person but don’t want to cause drama. It’d be cool to just be able to hide them for a while so you don’t have to see their messages. 
Maybe something like this:
var blockedUsernames = ['user1', 'user2'];
setInterval(() => {
$('div.topic-post div.topic-meta-data span.username a').each((index, item) => {
if ($.inArray(item.dataset.userCard, blockedUsernames) > -1) {
$(item).parents('.topic-post').remove();
}
});
}, 1000);
You’ll need to add username to blockedUsernames array. This currently doesn’t support toggling though.
Hats off to your amazing script creation speed!
Would a script that made you enter all the given (by WK) readings for a kanji be a good idea? I always try to fit the other readings into my mnemonic if they haven’t been mentioned and alternate which ones I answer with (because I feel like they’re missing out on reinforcement if they’re not being tested on), but is this something that will sort itself out once you get to vocabulary that actually uses the other readings? (Although I’d rather avoid another 日 = じつ wait what I don’t even remember having a mnemonic for that situation.)
I couldn’t find anything like this other than the script to enter multiple answers, but that doesn’t tell you if you missed any, which would make me baulk at quickly moving on.
Well, if we just learn a few associated vocab, then we already become familiar with other possible readings. So maybe not really required?
P. S: i also try to include all the readings in my mnemonics.
Given the recent ongoing updates to the context sentences accompanying the vocabulary, it would be nice to get an update of this script:
https://greasyfork.org/en/scripts/26868-wanikani-context-sentences-in-reviews
Choosing which sentence to show, hover translate, etc.
The parent topic is here, btw: [Request Granted as Userscript] Auto-show context sentence when answered right
Thanks, I wasn’t able to find it. On second thought, the script works pretty well as is, and I managed to edit which sentence it shows… so now I’m left wondering what I thought would be a significant update.
Edit: I figure I might as well share the changes I’ve made to the script if anyone’s interested:
https://greasyfork.org/en/scripts/34349-wanikani-choose-context-sentences-in-reviews
The only feature that can easily be tweaked is whether the sentences show up on ‘meaning’ questions. By default, they only show up during ‘reading’ questions (the way I prefer). I didn’t make the new code compatible with older features because my own use is very narrow in scope.
The one thing it adds: switching between all the sentences for the given vocabulary with little arrows above the sentence.
What about a 24h summary?
Normally, WK offers us the summary from our last review, but that itself doesn’t really allows to know how we’re doing in the short-term. A 24h summary tab (reviews done in the last 24h) would be cool to fix this problem.
Just a suggestion 
How about available review notification during lesson session. I usually spend some time on my lessons and sometimes a review becomes available during this and I miss it.
Anyone willing to make this happen? 
In case I wasn’t clear, my idea was about adding the Kanji that one is looking at in the “Visually Similar Kanji”. I think this would make it easier to compare the Kanji.
I don’t know if this exists, but can someone make a script that will show what level the radicals are if you get a kanji wrong, or the level of the kanji if you get a vocab wrong? It would help immensely for knowing what kanji/radicals to unburn.

