shortcut-links

Link shortcuts for use in text markup

http://github.com/aelve/shortcut-links

Version on this page:0.4.2.0
LTS Haskell 18.28:0.5.1.1
Stackage Nightly 2021-06-14:0.5.1.1
Latest on Hackage:0.5.1.1

See all snapshots shortcut-links appears in

BSD-3-Clause licensed by Artyom
Maintained by Artyom
This version can be pinned in stack with:shortcut-links-0.4.2.0@sha256:02767cdcc81b5088b9c973adc1ece34194f14d5819e07351c298a22aa9aebb2c,1213

Module documentation for 0.4.2.0

Depends on 2 packages(full list with versions):

shortcut-links

This package is a database of link shortcuts. A Markdown example: [Google](@w) turns into http://en.wikipedia.org/wiki/Google.

It’s intended to be used in wikis and text markup converters (such as Pandoc) and anywhere else where humans may be entering links.

Changes

0.4.2.0

  • Added useShortcutFrom.
  • @ is now allowed in Github/Gitlab/Bitbucket nicks.

0.4.1.0

  • Exported useShortcut (gee).

0.4.0.0

  • Exported Shortcut.
  • Renamed “brabraumeisterumeister” to “brew” (it still uses Braumeister, but this can change in the future).

0.3.0.0

  • Added shortcut names to their descriptions.

0.2.0.0

  • Descriptions of shortcuts look much better now.
  • “sublime” was renamed to “sublimepc”, since it’s possible that some other package manager for Sublime Text would emerge in the future.
  • Shortcut “tvt” for TV Tropes was removed – it’s just “tvtropes” now.
  • “facebook” can link to profiles by their ID.
  • “tvtropes” properly capitalises names of categories (if given as an option) – previously you needed to write e.g. “SugarWiki”, now “sugar wiki” works too.

0.1.0.0

First release.