docsify icon indicating copy to clipboard operation
docsify copied to clipboard

.md getting appended while using alias

Open SumithChandran opened this issue 2 years ago • 5 comments

Bug Report

Steps to reproduce

Hi I am trying to use alias to resolve the files in other repo. While doing that I need to add to token to get access. '/changlog':'https://some/raw/url/README.md?token=Mytoken,

When I try to have the above alias, the value is getting resolved to https://some/raw/url/README.md?token= Mytoken.md.

The result is suffixing with ".md" . Please help me resolve this issue.

What is current behaviour

https://some/raw/url/README.md?token= Mytoken.md .md gets appended at the end of token url while using alias

What is the expected behaviour

https://some/raw/url/README.md?token= Mytoken

Other relevant information

  • [ ] Bug does still occur when all/other plugins are disabled?

  • Your OS:

  • Node.js version:

  • npm/yarn version:

  • Browser version:

  • Docsify version:

  • Docsify plugins:

Please create a reproducible sandbox

Here are files to reproduce the issue test with vs code

Mention the docsify version in which this bug was not present (if any)

SumithChandran avatar Aug 11 '22 11:08 SumithChandran

Does '/changlog.md': 'https://some/raw/url/README.md?token=Mytoken work?

trusktr avatar Aug 11 '22 16:08 trusktr

Does '/changlog.md': 'https://some/raw/url/README.md?token=Mytoken work?

No its not working. image

.md is appending.

SumithChandran avatar Aug 11 '22 16:08 SumithChandran

Looks like a bug. Do you have a link we can use to debug?

trusktr avatar Aug 11 '22 16:08 trusktr

I have attached all the files I used to test in this bug report. https://github.com/docsifyjs/docsify/files/9308204/ezyzip.zip

I have used raw link from my on repo for testing.

SumithChandran avatar Aug 11 '22 17:08 SumithChandran

Hi @trusktr and @sy-records, I have the same issue as the OP. Merging this PR would be a big help, thanks for taking a look!

vergilcw avatar Aug 17 '22 17:08 vergilcw