OctoLinker / OctoLinker

OctoLinker — Links together, what belongs together

Home Page:https://octolinker.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Links aren't inserted when using extensions to show whitespace

xt0rted opened this issue · comments

Extensions such as Refined GitHub and Render Whitespace on GitHub replaces whitespace with <span> inside of dependency names/paths. Because of this Octolinker doesn't match the text and insert a link for them.

ref: #836 (comment)

This must be what broke Octolinker for me recently. Links haven't been showing up for me since I set up this new machine. Maybe in this new setup, Refined Github is getting to modify the DOM before Octolinker gets to it?

It's really messing up my workflow, I leaned on Octolinker pretty heavily to navigate repositories 😅

Sorry for getting you hooked on OctoLinker 😄

Are all links broken or just paths containing a whitespace as mentioned in #836 (comment)?

All links, across all public or private projects since I set up this new computer. (More context: I basically only browse JS files)

Mhhh, I use Refined GitHub as well and it's working fine for me. Can you confirm that disabling Refined GitHub and any other GitHub related extension will fix it? Which browser are you using?

welp, I tried disabling all extensions except for OctoLinker, and the issue persists :-x

I'm on Firefox 94.

The issue @TehShrike is having is a bug in Firefox. See #1414 for two ways to fix this.

@TehShrike it took a while, but a fixed has just been published to the Mozilla store. Watch out for v6.10.1. Props to @xt0rted for the fix