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

Enable extra fields only for some note types #104

Closed aleksejrs closed 8 months ago

aleksejrs commented 8 months ago

Is your feature request related to a problem? Please describe. Some people use "Incremental reading", which means cards containing lots of text. anki-morphs as discussed in #102 adds extra fields either to no note type, or to all note types. That means, if I want to add am-unknowns to my small cards, it will also be added to my big cards, making them even bigger.

Describe the solution you'd like Checkboxes in the table where dropdowns were.

Vilhelm-Ian commented 8 months ago

I actually prefer the current implementation it's so much simpler than anything previous

mortii commented 8 months ago

@aleksejrs I agree that a more granular approach would be better, but I can't think of a way of displaying it nicely. The table view approach I tried in #99 is hideous beyond belief:

image

A tree view would probably be better, but that could get really ugly as well, so I'm not sure.

If you have a specific suggestion or example of how to display it in a good way, then please present it and I'll gladly implement it.

Edit: I might have exaggerated, if the checkboxes are centered and there is no text then it might look fine.

Let's continue the discussion in #99

mortii commented 8 months ago

released in v.0.12, thanks for the suggestion!