stephanrauh / extended-pdf-viewer-showcase

Apache License 2.0
17 stars 29 forks source link

Add custom find override demo #941

Closed Hypercubed closed 3 months ago

Hypercubed commented 3 months ago

This PR adds a minimal example of overriding the pdfjs find controller for custom search.

image

Hypercubed commented 3 months ago

A more detailed demo would include overriding the entire find bar.

stephanrauh commented 3 months ago

I've merged your pull request with a few tiny changes: I've squashed your commits, and I've added a sentence explaining why the regex (?<=\s)([A-i]+ough) still finds though.

stephanrauh commented 3 months ago

Thank you very much!