You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think what this would require is assigning each number an id, and then you could just use the <URI>#<id> format.
Possibly a duplicate of #148, though all I'm really wanting to do is be able to link to a line number to more easily convey the position I want someone to look at. At present the lines are only separated by <br> elements so there's no divs to assign IDs to.
Example: https://hastebin.com/tiasdowavu#L39 would lead the scroll to line 39
The text was updated successfully, but these errors were encountered:
I like the approach of tackling the overall problem in pieces, starting with this which would be easy to implement and solve a majority of the cases people would like.
I think what this would require is assigning each number an id, and then you could just use the
<URI>#<id>
format.Possibly a duplicate of #148, though all I'm really wanting to do is be able to link to a line number to more easily convey the position I want someone to look at. At present the lines are only separated by
<br>
elements so there's no divs to assign IDs to.Example:
https://hastebin.com/tiasdowavu#L39
would lead the scroll to line39
The text was updated successfully, but these errors were encountered: