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 like being able to quickly navigate to fragments via ge, but I often simply want to link someone to the section of the page that I'm currently looking at, which may have a div[id] (or similar) instead of an a[id].
I've been trying to implement this on my own, but I'm stuck.
The closest I can get is:
map ye LinkHints.activateCopyLinkUrl match="[id]" access="id"
...but this ends up copying http://example.com/foo/bar/fragment instead of http://example.com/foo/bar#fragment
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I like being able to quickly navigate to fragments via
ge
, but I often simply want to link someone to the section of the page that I'm currently looking at, which may have adiv[id]
(or similar) instead of ana[id]
.I've been trying to implement this on my own, but I'm stuck.
The closest I can get is:
...but this ends up copying
http://example.com/foo/bar/fragment
instead ofhttp://example.com/foo/bar#fragment
Beta Was this translation helpful? Give feedback.
All reactions