-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Mimic "Google Scholar PDF Reader" features #17921
Comments
FYI, this Google extension is based on pdf.js |
Any update/news on this pending feature? |
No news, and we have other things with higher priorities in our roadmap at the moment. |
This comment was marked as resolved.
This comment was marked as resolved.
I don't think so, since that code can end up trigger rendering a lot when just moving the mouse around which may hurt overall performance in many cases. |
Ah, fair enough. (For what it's worth, I haven't noticed any issues myself in years of usage. But obviously other people will have different usages, plus I might just be overlooking issues.) |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as off-topic.
This comment was marked as off-topic.
I've created a modified version of the Google Scholar PDF Reader extension that adds annotation capabilities while maintaining the core citation preview features: https://github.com/salcc/Scholar-PDF-Reader-with-Annotations. The extension is open source - feel free to use it or contribute! Sorry for the slight off-topic reply, but I thought many people that come here just want these features (like me a few months ago) |
Chrome has a new "Google Scholar PDF Reader" extension for academic articles. The extension allows clicking in-text citations to show, in a popup: the cited article's title, full author list, and article summary. That avoids losing your reading place every time you want to see what paper a citation corresponds to. It also avoids having to manually copy, paste, search, and find each citation online to read the abstract. The extension also automatically adds a linked table of contents for the current PDF, even for PDFs without a built-in linked table of contents.
To convey how much people like these features: the extension was only released a few months ago and already has 100k users.
Could these features be added to pdf.js? (It sounds to me like Firefox wouldn't allow these features to be implemented as a Firefox extension?)
The text was updated successfully, but these errors were encountered: