datitisev matteocontrini Now tagged with beta 8 support. Also supports pull request links and comments. Though I didn't look at the bug before answering - my bad. Yeah, that seems like a bug with the new version, so I'll try to fix it now.
datitisev 0.1.1 Fix mentions that no longer resolve being converted into GitHub links (eg: Simdol) Updating composer require fof/github-autolink
tolgaaaltas Can we make this for internal links? For example i paste this URL in text area https://discuss.flarum.org/d/21856-friendsofflarum-github-autolink/8 and an extension convert to FriendsOfFlarum GitHub Autolink/#8 (or 21856/#8) would be awesome!
datitisev tolgaaaltas 🤔 that's an idea, though it'd require more work than just shortening existing text.
datitisev 0.1.2 Add support for links to commits with diffs (selected file or line(s)) Updating composer require fof/github-autolink
clarkwinkelmann Did something change recently ? All links to issues seem to show "(comment)" after them, even if they don't reference a comment. Example: https://github.com/flarum/core/issues/1356 flarum/core#1356 The preview doesn't show (example), but once posted it does.
matteocontrini clarkwinkelmann I think the problem is the isset() call at line 35. I'm no PHP expert but I think the variable is always set even if there is no match, and it's instead empty. Those lines should really be commented anyway, it's hard to understand what they're doing 🙂
datitisev 0.1.3 Fix issue with most links showing (comment) and/or (diff) when they don't have either Fix potential issues when posting because of out of range match indexes Updating composer require fof/github-autolink php flarum cache:clear
ianm 0.1.5 Updated meta ready for beta 15 (no code/functionality change) Compatible with beta 14 and up Updating composer require fof/github-autolink
ianm 0.1.6 Updated composer to core beta 16 (so that Extiverse marks as compatible) No code/functionality change Updating composer require fof/github-autolink:"*"
ianm 1.0.0 Updated composer to core 1.0 (so that Extiverse marks as compatible) No code/functionality change