mortii / anki-morphs

A MorphMan fork rebuilt from the ground up with a focus on simplicity, performance, and a codebase with minimal technical debt.
https://mortii.github.io/anki-morphs/
Mozilla Public License 2.0
58 stars 9 forks source link

Shortcut to mark word as proper noun instead of known #177

Open knoebelja opened 7 months ago

knoebelja commented 7 months ago

Is your feature request related to a problem? Please describe. Im marking proper nouns as known words and it affects my word count. Id like to be able to mark them as names or something so I can add them to morphs without affecting word count.

Thanks for fixing the syncing bug!

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

mortii commented 7 months ago

There is already a feature for that: https://mortii.github.io/anki-morphs/user_guide/setup/names.html

select/highlight the proper noun -> right click -> Mark as name

Correct me if you meant something else :)

knoebelja commented 7 months ago

I meant a short cut for when you are doing your actual new cards. So when it shows you something that it recognized as a new word, you can do like ctrl+P instead of ctrl+k and it marks that llema as a name instead of known.

knoebelja commented 7 months ago

But that works! Thank you

mortii commented 7 months ago

I meant a short cut for when you are doing your actual new cards. So when it shows you something that it recognized as a new word, you can do like ctrl+P instead of ctrl+k and it marks that llema as a name instead of known.

That's reasonable, we could probably extend the "mark as name" feature to do its thing when you press a keyboard shortcut.

Note to self: