remarkjs / remark-github

remark plugin to link references to commits, issues, pull-requests, and users, like on GitHub
https://remark.js.org
MIT License
179 stars 22 forks source link

[Feature Request] Support repo url. #43

Closed JiangWeixian closed 2 years ago

JiangWeixian commented 2 years ago

Initial checklist

Problem

In README, plugin currently only support issues, commits, comments, users...

It looks like https://github.com/remarkjs/remark-github will not render to remarkjs/remark-github. Would like support it in the future? thx

Solution

https://github.com/remarkjs/remark-github -> remarkjs/remark-github

Alternatives

Write a custom remark plugin

wooorm commented 2 years ago

GitHub does not do that:

alpha https://github.com/remarkjs/remark-github bravo

alpha https://github.com/remarkjs/remark-github bravo

…so I don’t think it makes sense in this project. You can write an external plugin.

github-actions[bot] commented 2 years ago

Hi! This was closed. Team: If this was fixed, please add phase/solved. Otherwise, please add one of the no/* labels.

github-actions[bot] commented 2 years ago

Hi team! Could you describe why this has been marked as external?

Thanks, — bb

wooorm commented 2 years ago

Note: Refined GitHub does do this: https://github.com/refined-github/refined-github. That’s not a core part of GitHub though.

JiangWeixian commented 2 years ago

A quick implement: https://github.com/JiangWeixian/remark-plugin-refined-github

Happy coding