Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frangio/discourse-github-link-formatter
Automatically format GitHub links in Discourse
https://github.com/frangio/discourse-github-link-formatter
Last synced: about 1 month ago
JSON representation
Automatically format GitHub links in Discourse
- Host: GitHub
- URL: https://github.com/frangio/discourse-github-link-formatter
- Owner: frangio
- License: mit
- Created: 2019-01-18T04:45:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T18:35:14.000Z (over 5 years ago)
- Last Synced: 2024-10-16T10:21:28.237Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Link Formatter for Discourse
This is a Discourse plugin that will convert links to GitHub into the short format that developers are familiar with on GitHub itself.
For example, if a user types:
> This was reported in https://github.com/user/repo/issues/1234.it will display as:
> This was reported in [user/repo#1234](https://github.com/user/repo/pull/1234).This works for the following kinds of links, with what their short format looks like on the right.
- **Repositories:** `user/repo`
- **Issues:** `user/repo#1234`
- **Pull Requests:** `user/repo#1234`
- **Commits:** `user/repo@8af46d3`