You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a proposal for the known words deck search configuration. It already works for me, so if you are Ok, I will make a PR.
Instead of hardcoded heuristic we can move it to the configuration to the config file. There will be an array of search conditions, each of those conditions containing:
a set of decks to search
a set of fields to search in these decks
search query to limit search
an additional search query to exclude (it can be a little overhead but it looks like it is needed for difficult configurations)
For example, we include seen words from two main study decks (with different fields in each) without suspended ones:
I have a proposal for the known words deck search configuration. It already works for me, so if you are Ok, I will make a PR.
Instead of hardcoded heuristic we can move it to the configuration to the config file. There will be an array of search conditions, each of those conditions containing:
For example, we include seen words from two main study decks (with different fields in each) without suspended ones:
And also add "known" all words, that are hidden in another deck (suspended, active,... all):
Yes, it could be a little hard for ordinary user, but it is easy to implement and gives more than enough configurability.
Another possible option would be to borrow idea, UI (and code?) from anki-morph plugin
The text was updated successfully, but these errors were encountered: