-
Notifications
You must be signed in to change notification settings - Fork 26
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
[Feature Request] Ability to highlight #10
Comments
@kyagie theoretically any feature that's supported by readium can be implemented in this library. Are you able to submit a PR? I can provide guidance. |
@jspizziri I'd appreciate if you could share your guidance for this as I might be able to find time to work on it |
@TechWilk thanks for expressing interest! The first thing I'd recommend is taking a look at the Next I suppose we'd need to decide on what the interface for this library is based on that. There's probably some basic highlight data structure/interface that we'd need to pass into readium from RN. My guess is it will take something of the following form: <ReadiumView
highlights={[some array of highlight datastructures]}
onHighlight={(highlight) => {}}
/> LMK if that makes sense or if I can provide more guidance. |
In the Readium toolkit, we use the term You can find a high-level spec for the Readium Decorator API here: https://readium.org/architecture/proposals/008-decorator-api.html And here's a concrete explanation of how to use the Swift API (we don't have user guides for the Decorator API yet): readium/swift-toolkit#17 (comment) |
Here's an example that uses Decorations that don't look like highlights: readium/kotlin-toolkit#310 |
Can highlighting be added?
The text was updated successfully, but these errors were encountered: