in reply to Re: graphicsmagick perl shrink image to size
in thread graphicsmagick perl shrink image to size

You may find "What shortcuts can I use for linking to other information?" useful

Thanks for the reminder Ken,
I'd forgotten quite a few of the links and they will save a lot of time linking to CPAN modules!

  • Comment on Re^2: graphicsmagick perl shrink image to size

Replies are listed 'Best First'.
Re^3: graphicsmagick perl shrink image to size
by kcott (Archbishop) on Nov 02, 2021 at 13:16 UTC

    G'day Bod,

    You're welcome.

    To be honest, except for links within this site (e.g. [id://11123653|Bod] above; and [id://43036] for the shortcuts links I posted), and very basic external URLs (e.g. [URL]), I rarely use those shortcuts.

    I normally check the webpage and section first; my guesses are generally good but I'm not infallible. When writing up my post, I'll type "["; Alt-Tab to the webpage and copy the address bar; Alt-Tab again and paste; type "|"; Alt-Tab again and copy the title; Alt-Tab again and paste; type "]" and I'm done.

    This potentially seems like a lot of work but, with over a decade of muscle memory at my fingertips, this is a two second task. Furthermore, I'll never provide a link to splice labelled split, or vice versa, again.

    — Ken

      Hi kscott,

      I always post links by opening the site in another window, switching between them with Alt+Tab. But then I type in the HTML a tag with the appropriate href. In the case of links to Perl modules, muscle memory makes it easy as I paste the URL then Ctrl+Shift left arrow to grab the module name before closing the tag.

      It's quick enough but I shall give the [cpan://Module::Name] syntax a go as that's got to be quicker still...