sijad/flarum-ext-github-autolink

This package is abandoned and no longer maintained. The author suggests using the fof/github-autolink package instead.

Autolink github Issues and commits

Installs: 706

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 2

Forks: 1

Open Issues: 3

Type:flarum-extension

0.1.1-beta.1 2016-04-22 08:36 UTC

This package is auto-updated.

Last update: 2019-11-05 07:28:43 UTC


README

Convert references to Github issues and commits automatically into links.

github-autolink

it also convert both Username/Repository# and Username/Repository@SHA to Github link

Supported Links

Currently supported type of string that will be converted to links are:

  • https://github.com/{user or organisation name}/{repository}/issues/{issue number}
  • {user or organisation name}/{repository}#{issue number}
  • https://github.com/{user or organisation name}/{repository}/commit/{commit SHA1}
  • {user or organisation name}/{repository}@{commit SHA1}

How To Install

Run follow command via ssh while you're in Flarum root folder:

composer require sijad/flarum-ext-github-autolink

then enable the extension from Flarum admin Extension page.

TODO

  • Retrieve links details form Github (e.g. title).