cloax said...I was wondering though if there's a way I can get other info, particularly parts of speech, for the vocab list? I'm looking for a way to properly sift and sort my list and I think this is key. I hope you can help me...
If what you want is returned in the examples on that page, then yes it can get included.
For your example https://www.wanikani.com/api/#vocabulary-list I can't see anything like that being returned. Things like audio are not included in the api. Parts of speech are probably too.
You could always use http://jisho.org/ to look up words returned by WaniKani to Anki Exporter.
cloax said...
Hi! I've used the site and was able to get my kanji and vocab list without any problems :D I'm not well versed with scripts so having a website that can easily allow me to download the list is beyond awesome! Thanks so much for this! I don't mind that it's in plain text too. It makes it easier for me to make flashcards (printed on paper :P) since I'm not really into anki...
I was wondering though if there's a way I can get other info, particularly parts of speech, for the vocab list? I'm looking for a way to properly sift and sort my list and I think this is key. I hope you can help me...
Thanks again!!
"Part of speech" isn't accessible in the WK API, however I'll do what I can? Send me an email to fi_kaimera892@outlook.com
and I'll send you a couple things (no nasty things obv. >_<).
cloax said...I was wondering though if there's a way I can get other info, particularly parts of speech, for the vocab list? I'm looking for a way to properly sift and sort my list and I think this is key. I hope you can help me...
If what you want is returned in the examples on that page, then yes it can get included.
For your example https://www.wanikani.com/api/#vocabulary-list I can't see anything like that being returned. Things like audio are not included in the api. Parts of speech are probably too.
You could always use http://jisho.org/ to look up words returned by WaniKani to Anki Exporter.
Thanks baerrach! I'll try to figure this out. If it doesn't, maybe I can do it manually.
Kaimera said...
cloax said...
Hi! I've used the site and was able to get my kanji and vocab list without any problems :D I'm not well versed with scripts so having a website that can easily allow me to download the list is beyond awesome! Thanks so much for this! I don't mind that it's in plain text too. It makes it easier for me to make flashcards (printed on paper :P) since I'm not really into anki...
I was wondering though if there's a way I can get other info, particularly parts of speech, for the vocab list? I'm looking for a way to properly sift and sort my list and I think this is key. I hope you can help me...
Thanks again!!
"Part of speech" isn't accessible in the WK API, however I'll do what I can? Send me an email to fi_kaimera892@outlook.com
and I'll send you a couple things (no nasty things obv. >_<).
It’s dependent on that you use the card type they’ve provided you, bigloubeats, or you could create your own as long as you have the appropriate number of fields - and you may need to modify the card type to embed those fields correctly. Any extra text in a field you may need to search/replace out, otherwise you’re best scripting access to your API data yourself if you know any code (python, javascript esp).
Hey bigloubeats, if you haven’t seen it yet, check out the docs that baerrach wrote up. That will hopefully explain better how to use the exported files.
dennmart said...
Hey bigloubeats, if you haven't seen it yet, check out the docs that baerrach wrote up. That will hopefully explain better how to use the exported files.
And please those docs are very raw. I wrote them up to help myself on the steps needed to import into Anki. But re-reading them now they are a bit technical and could use some improvements from people using them for the first time.
If you don’t know what you are doing, then you can still help! The raw file is in slim template format and is available at app/views/docs/_how_to_install_into_anki.slim. The good news is this is mostly a plain text file that should be supereasy to read. There is even an “edit” button (see the github docs) that will allow you to edit the files in a web browser and when you save the changes it does the magic behind the scences to send Dennis the changes (you will need to create a github account).
So how can you help improve the docs?
More screenshots! I think a few more screenshots might make it a bit easier to read
Simplify and improve the wording used to walk the user through importing into Anki
If you want to help out more I wrote out all the feature requests from this thread into a Feature Requests document. Pick one and implement it.
I’m having an issue. The only thing that isn’t showing up on the cards is the Kanji. I installed Japanese support and have followed all the directions on the website. The front card is completely blank, while the back card has the reading, meaning, etc. How can I fix this? By the way, I’m only talking about vocabulary words here.
Jakestein21 said...
I'm having an issue. The only thing that isn't showing up on the cards is the Kanji. I installed Japanese support and have followed all the directions on the website. The front card is completely blank, while the back card has the reading, meaning, etc. How can I fix this? By the way, I'm only talking about vocabulary words here.
Pressing "e" to edit the card, while it's on screen, do you see the Kanji? If you copied it to one of the meaning/reading fields temporarily, does it still display? If so, your card type isn't setup correctly to display the Kanji field. It's also case sensitive.
dennmart said...
Hey bigloubeats, if you haven't seen it yet, check out the docs that baerrach wrote up. That will hopefully explain better how to use the exported files.
baerrach said...
And please those docs are very raw. I wrote them up to help myself on the steps needed to import into Anki. But re-reading them now they are a bit technical and could use some improvements from people using them for the first time.
If you don't know what you are doing, then you can still help! The raw file is in slim template format and is available at app/views/docs/_how_to_install_into_anki.slim. The good news is this is mostly a plain text file that should be *super* easy to read. There is even an "edit" button (see the github docs) that will allow you to edit the files in a web browser and when you save the changes it does the magic behind the scences to send Dennis the changes (you will need to create a github account).
So how can you help improve the docs?
More screenshots! I think a few more screenshots might make it a bit easier to read
Simplify and improve the wording used to walk the user through importing into Anki
If you want to help out more I wrote out all the feature requests from this thread into a Feature Requests document. Pick one and implement it.
Thanks, though, if possible, it should be in the post #1, aka the topic post.