So there’s already a script that shows you the total items of each type (radicals, kanji, vocab) in your lessons, but if you’re still finishing a level while the new level has already been unlocked, it bunches them all together. I specifically want to see how many vocab items I have left on the level I’m still on. Is there a script that does this? I’m not tech savvy enough to write a script on my own.
I can’t think of a script with that explicit purpose. I imagine you can set up the Item Inspector to show you the items, though. @prouleau?
If I understand what you’re asking, when I get to a new level I go to the vocab page and look at the list of vocab for each level. It will give you a count of how many are unlocked for lessons based on the kanji you already know. If you start a new lesson I’m pretty sure it’ll by default have the stats in the top corner of “R, K, V”. If you subtract the number of unlocked vocab from the new level from the number after V it should show you how many vocab is still from the previous level. So for example when I just hit level 7 I had 46 vocab lessons left. I checked the vocab list and it said I had only unlocked 30 vocab from level 7, so I knew I had 16 level 6 vocab lessons left before I got to the level 7 radicals.
EDIT: obviously this won’t work for determining how many older level vocabs you haven’t guru’d, but I think there is a script for that. Would this userscript work for you? You can edit it slightly to make it display if you have ANY unguru’d items from older levels, rather than just if it’s under 90%. It won’t give you a list, though, just numeric value. You’ll have to edit the script slightly with a fix that’s near the bottom of the thread to get it to work after an old dashboard update, but the script itself still works. I fiddled around with it too to try to get it to also display the current dashboard details of the current level items, since by default it’ll replace those individual item progress markers with just the bar charts. (I would share that in a DM but I don’t really feel confident enough in my js to share the changes publicly since they might break other things).
Item Inspector doesn’t count totals like OP wants but it can somehow help. It is possible to show which items are still locked and which have or not passed guru, broken down by levels. I think if OP exports this data to a spreadsheet it should possible to set it up to calculate the required totals. Item Inspector can export the data to a spreadsheet.
Just realized you’re right. I can just go look at the vocab for the level I’m still working on, and count up the ones that have lines through them, and that’s how many I still have left. Doy! Thanks!
Edit: Actually, even better, on the vocab page where it shows all the items for each level, right under the heading for the level, there’s a progress bar with a label showing how many you have unlocked/completed out of how many total there are. Looks like I just didn’t look hard enough. Thanks anyway! Haha
Maybe this could also work