Choose dictionary entry when learning new kanji #239
Replies: 4 comments 6 replies
-
I agree. It was kind of a logical step that I always intended to do. It's just kind of stuck in brainstorming stage, with my attention going to other things. So thanks for reminding me about it! It's not straightforward to implement because I can not cache this part of the page, if I show the user's selected example word. But it is solvable. What I had in mind is to display the user's selected word (whether it was selected here, or during review), below the story, even if the Dictionary is not currently opened/expanded. It's just more database queries and thinking about how to optimize this.
So that's the interesting question, which is partly why I was undecided. Dictionary selected items are called " vocab picks" in the code. There is a separate table for them, so they do not require a flashcard. They are simply a link between a unique kanji, and an entry from JMDICT. So à priori in my initial implementation "plan", it would not necessitate a flashcard -- and when the user adds a flashcard afterwards, the selected vocab remains in place. For a lot of people that don't use the SRS, it lets them basically "highlight" one dictionary word per Study page. But it doesn't do anything besides when you revisit the page. Besides the SRS I figured I could perhaps have a separate page where you can get a list of your vocab, similar to the Flashcard List page. Could be useful for studying. I haven't thought of anything else for now. So yeah to summarize it's definitely something I intended to do, but it's still kind of unclear for me how I make it fit into the site's purpose -- as I feel adding a vocab SRS is outside the scope of the site -- so I need something to make it "click" and I don't know what it is. Maybe just the ability for users to retrieve the list of their selected vocab is it,. I'm not sure. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the comments, Fabrice. It is really quite a minor matter with very small impact for me, so please don't let my post influence the priority of adding this feature. It is just a matter of habit -- the vocab picks are available when reviewing new kanjis, which is convenient enough. Overall I think the site is a great help and well thought-out. Thank you for creating it! |
Beta Was this translation helpful? Give feedback.
-
Hi! "Dictionary selected items are called " vocab picks" in the code. There is a separate table for them, so they do not require a flashcard. They are simply a link between a unique kanji, and an entry from JMDICT. So à priori in my initial implementation "plan", it would not necessitate a flashcard -- and when the user adds a flashcard afterwards, the selected vocab remains in place." I'm using another SRS app to learn vocabulary, and i would really be interested in exporting the vocabulary i've picked for kanjis. Best, |
Beta Was this translation helpful? Give feedback.
-
@fabd Hi ! Thanks for mentioning us in your post ^^ |
Beta Was this translation helpful? Give feedback.
-
Firstly, thank you so much for making this site, I've been using it on a daily basis since 2017.
When I'm in the study page learning a new kanji, I very often would like to add a dictionary entry to a kanji I am learning. Having an example word is helpful to me.
As far as I can work out, this is only possible during a review session, not while studying/browsing.
I wait until the kanji appears in the review session and then open the dictionary and assign an example word.
It would be nice if there was a way to assign an example word from the study page (I suppose it would mean that kanji gets automatically added to list of learned kanji)
Beta Was this translation helpful? Give feedback.
All reactions