FooSoft / yomichan

Japanese pop-up dictionary extension for Chrome and Firefox.
https://foosoft.net/projects/yomichan
Other
1.06k stars 222 forks source link

Counter function to measure amount of lookups #374

Open ghost opened 4 years ago

ghost commented 4 years ago

Hello. A function where a user can manually add a tally to an already added word in Anki would be appreciated eg. A field called counter is incremented by one each time the user presses a specified button on a lookup. Rationale. Ability to prioritize which words to learn first I saw the related #285 #93 issues but they are more along the lines of intrinsic tracking. I'd appreciate the same in Anki so as to streamline the learning process.

siikamiika commented 4 years ago

This seems to be supported by AnkiConnect using the updateNoteFields action. What happens when the field doesn't exist in a note? Would it be better if you could specify editing functions on a per field basis and they included stuff like increment, decrement and free text edit?

ghost commented 4 years ago

Having it as a toggle-able option would solve the first option. And yes that would definitely be more useful.