astoff / devdocs.el

Emacs viewer for DevDocs
279 stars 16 forks source link

fix: URL decodes path fragements, if needed #33

Closed niontrix closed 4 months ago

niontrix commented 5 months ago

Why?:

This change addresses the need by:

Honestly, I'm not too sure if this is the right way to do it, but if the fragment or path fragment is not URL encoded it shouldn't do any harm (at least in the tests I did). I also don't know if it might not be better to URL decode the path fragments when installing a document. I'm open for suggestions.

niontrix commented 5 months ago

Hi @astoff , could you please take a look at my PR and possibly merge it? Thanks in advance! KR, niontrix

astoff commented 4 months ago

This makes sense. Thanks, and sorry for the delay to reply!