-
Notifications
You must be signed in to change notification settings - Fork 7
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
Dictionary support #9
Comments
Hi Sajan, Unfortunately we don't yet support custom dictionaries and have no plan to implement it in the foreseeable future. However, we want to make sure that it's possible for reading apps to implement it themselves without modifying Readium's codebase. So let us know if you have any issue implementing this with the current toolkit, and how we could help you there. |
Hi Mickael, |
To be fair I'm quite new on the Kotlin side of Readium, and haven't played much with the navigators yet. But |
Make sense! I will try and if have any more questions I will get back to you... |
I'm transferring this issue to |
Apple devices have native support for dictionaries, with a number of built-in dictionaries. Is this extensible in a way that allows user and/or app developers to register their own dictionaries? On Android, I'm not aware of any native API for that. Is there a de-facto standard used as an alternative? An API? A file format? IMO, providing a Dictionary API could make sense for Readium Mobile. It could be a wrapper on top of these native features and/or convention, but also provide additional abilities such as support for EPUB dictionaries or the ability for integrators to register their own dictionaries (through a service for example). A Dictionary API could also work hand in hand with the Decorator API to automatically highlight that specific words have a definition available. We tend to think about trade publishing first in the EPUB world, but this feels like a very important feature for scholarly publishing and reference works. @brenojac is this something that you're interested in? |
AFAIK we can't extend the native iOS dictionaries.
Not really, I think you can call individual apps like ColorDict with a custom
I agree that having a well rounded dictionary API (as a new Readium module) supporting web services and local files would be super useful.
This is more in the realm of app logic IMHO. |
Dear,
You are doing great job!, I appreciate your effort. I have one question though:
Do you have custom dictionary support. I mean lets say I have a custom dictionary in stardict format, can I call it to lookup for words I want to while I read book in epub mode??
I have dictionary in my native language ("punjabi").
I can also help you if you like to build this feature, although I am new to app development...
Thank you in advance
Sajan
The text was updated successfully, but these errors were encountered: