Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Yomitan redirections for search keys with trivial kana differences #103

Closed
stephenmk opened this issue Sep 16, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@stephenmk
Copy link
Owner

Related issue: #78

When scanning 黒ヤギ, Yomitan automatically converts to hiragana and searches for both "黒ヤギ" and "黒やぎ". This causes an undesirable "redirected from 黒やぎ" message to appear under the heading for "黒ヤギ" even though no such redirection was actually intended.

I need to remove these automatic redirections for these sorts of trivial conversions that are already handled by Yomitan.

kuroyagi

@stephenmk stephenmk added the bug Something isn't working label Sep 16, 2024
@stephenmk stephenmk self-assigned this Sep 16, 2024
@stephenmk
Copy link
Owner Author

This will more-or-less be fixed in the next version of jitendex. I've disabled the redirects for the trivial all-hiragana and all-katakana conversions. There are probably some not-so-trivial conversions I could also disable since Yomitan is able to automatically redirect something like くせー to 臭い. But I guess this is good enough for now.

This will also prevent the ugly bug described here from occurring for queries like ホシ.

kuroyagi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant