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
52 stars 7 forks source link

Use MorphMan-style UI for Extra Fields, because the dropdown-based one is dangerous and gives no benefits #95

Closed aleksejrs closed 8 months ago

aleksejrs commented 8 months ago

https://github.com/mortii/anki-morphs/issues/47#issuecomment-1828465811

In MorphMan, each auto-filled field had the same name in every note type.

289586373-9ad4a1cd-83c6-48da-a8e1-7e2680da1b01

At the screenshot of anki-morphs, each note type can have its own names for auto-filled fields, and you have to select the right fields for each note type where you want them.

mortii commented 8 months ago

#47 (comment)

In MorphMan, each auto-filled field had the same name in every note type.

  • Pros:
    • The field will be filled automatically if you added it.

Whaaaat? I always made them manually. I haven't thought about the fact that you can add fields to notes programatically... if the extra fields are always static then you would never encounter the problem of over-writing fields by accident.

That is a million times better than the current approach, thanks for pointing it out!

mortii commented 8 months ago

I've made a discussion thread for this: #99