Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 972 Bytes

File metadata and controls

32 lines (26 loc) · 972 Bytes
title How to copy part of a long link text
description Have you ever wanted to select and copy some part of a long link text?
cover images/cover.png
date 2021-04-08
dateUpdated Last Modified
tags
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.