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
Since many pitch accent dictionaries and databases (Wadoku included) contain multiple pitch accent patterns for some words, it would be useful to have an option to display all of them via this addon. It seems like currently it only generates the first pattern in the column.
Making multiple fields doesn't seem like a working solution due to Anki's limitations, so the optimal one is probably compiling multiple graphs into one SVG vertically. Something similar to how Yomichan resolves multiple pitches (though these are actually separate ones 😐):
The text was updated successfully, but these errors were encountered:
The add-on indeed currently just takes the first pitch pattern listed.
I think supporting multiple patterns would at least require:
The possibility so set preferences (currently the add-on has no notion of user preferences stored somewhere)
Adaption of the function to manually set a pattern
Should it be possible to manually set multiple patterns?
Should it be possible to manually edit a single pattern when multiple ones are set?
Adaption of the bulk remove functionality
If a card has both automatically generated and manually set pitch patterns, what would be the expected behavior of bulk remove? (Feels like an argument for implementing it such that each pattern is in its own svg tag, such that they can be handled individually)
Unfortunately I don't see myself finding the time to address all this in the near future. But I'll keep the notes here just in case.
Since many pitch accent dictionaries and databases (Wadoku included) contain multiple pitch accent patterns for some words, it would be useful to have an option to display all of them via this addon. It seems like currently it only generates the first pattern in the column.
Making multiple fields doesn't seem like a working solution due to Anki's limitations, so the optimal one is probably compiling multiple graphs into one SVG vertically. Something similar to how Yomichan resolves multiple pitches (though these are actually separate ones 😐):
The text was updated successfully, but these errors were encountered: