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

What if you want to select the nth occurrence of text? #9

Closed
dead-claudia opened this issue Feb 15, 2019 · 2 comments
Closed

What if you want to select the nth occurrence of text? #9

dead-claudia opened this issue Feb 15, 2019 · 2 comments

Comments

@dead-claudia
Copy link

If the page has more than one instance of text, it might be useful to select a particular occurrence of text. For example, you might have a page structure like this (pretend each of these are headers, where indentation signifies hierarchy):

  • Product 1
    • Description
    • Parts included
    • Reviews
  • Product 2
    • Description
    • Parts included
    • Reviews
  • Product 3
    • Description
    • Parts included
    • Reviews

Now suppose you want to link the parts included within Product 2 to someone. How would you do that, rather than accidentally linking "Parts included" for Product 1?

@dwhly
Copy link

dwhly commented Feb 17, 2019

This issue and possible solutions are being discussed here: https://github.com/bokand/ScrollToTextFragment/issues/4

@bokand
Copy link
Collaborator

bokand commented Feb 26, 2019

Agreed, I think the proposals in #4 are promising so closing in favour of that.

@bokand bokand closed this as completed Feb 26, 2019
nickburris pushed a commit that referenced this issue Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants