Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
title description cover date dateUpdated tags
How to copy part of a long link text
Have you ever wanted to select and copy some part of a long link text?
images/cover.png
2021-04-08
Last Modified
browser
chunk

{% import "macros.njk" as macros with context %}

Have you ever wanted to select and copy some part of a long link text? Not the full text, just a specific part in the middle.

{{ macros.video('./images/select-fail@1000', 1000, 640, true, true) }} It’s a real pain.

Did you know that you can hold an Alt ( for macOS) to make you happy with it?

{{ macros.video('./images/select-success@1000', 1000, 640, true, true) }} Just hold an Alt / ⌥ and select the needed part of a link text.

Works in Chrome (Edge, Opera, Yandex Browser) and Firefox.