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

[Feature Request] Custom Right Click Menu for Bookmarks #1035

Closed
sabieber opened this issue Nov 14, 2023 · 1 comment
Closed

[Feature Request] Custom Right Click Menu for Bookmarks #1035

sabieber opened this issue Nov 14, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@sabieber
Copy link
Contributor

sabieber commented Nov 14, 2023

Is your feature request related to a problem? Please describe.

We would like to offer users some options when they right-click on bookmark entries in the table of contents. These include printing the range of pages a bookmark "encapsulates" (the page of the bookmark until the next bookmark on the same level starts) or passing that range to some other functionality.

Example use case:

TOC of document:

  • English (1)
    • Chapter 1 (1)
    • Chapter 2 (12)
    • Chapter 3 (19)
  • German (25)
    • Chapter 1 (25)
    • Chapter 2 (36)
    • Chapter 3 (43)

User right clicks the english bookmark and selects print -> print modals opens with the range to print pre-filled with 1 - 24 (clickedChapter & nextChapter - 1)

Describe the solution you'd like

Two ways this could be implemented:

  1. An event thats triggered when a user right clicks a bookmark. This could then be used to call the new way of creating and positioning a popup mentioned here to display a popup with the desired options. When an option is clicked the bookmark-range could be calculated by us and passed to the print modal or other functions.

  2. A custom API that allows to provide popup options for the right click menu of bookmarks that gets passed the calculated bookmark range when clicked.

Why is this feature important to your users?

Its a highly requested feature by some of our customers that use the table of contents quite extensively, e. g. when combining multiple languages into one document.
Also they miss this feature from working with Adobe Acrobat on their desktop, where this is possible.

@bollain
Copy link
Collaborator

bollain commented Dec 22, 2023

Hi @sabieber,

Apologies for the delayed response on this one. We added this feature to our backlog - I have chatted with my colleague who got your ticket via freshdesk and we synched up on this one. In terms of feasibility this is definitely doable.

I will close this issue; you will receive updates via freshdesk on the status of this as it makes its way through our dev cycle. Apologies again for the delay, and don't hesitate to reach out if you have any other ideas or issues.

Happy holidays

@bollain bollain closed this as completed Dec 22, 2023
@bollain bollain added the enhancement New feature or request label Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants