Closed smutch closed 8 years ago
What browser are you using? It works correctly for me in both w3m and Firefox 46.
I've tried the most recent versions of both Chrome and Safari. Both showed the same problem for me, but w3m seems to work fine...
Ah then I suspect the problem is this: Webkit browsers don't follow file links. So it wasn't the removal of the URI fragment that made the page load for you in those browsers, but rather it was the fact that you manually submitted a file URL to those browsers that made the difference. :neckbeard:
Ah. That make sense. 😃 My apologies for not noticing that in the documentation.
Thanks for the quick follow up and the great tool!
I installed dasht through homebrew, however, I find that the dasht-server links do nothing. For example, the link for
numpy.add
points tofile:///Users/myusername/.local/share/dasht/docsets/NumPy.docset/Contents/Resources/Documents/doc/reference/generated/numpy.add.html#//apple_ref/Method/numpy.add
. If I manually remove everything after and including the#
from this then I am sent to the correct page.