question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.md getting appended while using alias

See original GitHub issue

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)

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
vergilcwcommented, Aug 17, 2022

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!

1reaction
trusktrcommented, Aug 11, 2022

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git alias appending parameters to end
Git aliases that execute shell commands do substitute the $n variables, but they also append any arguments you pass them to the end...
Read more >
Use Aliases to Redirect Old URLs - Igor Baiborodine
This article provides a quick guide to using Hugo aliases to redirect old URLs when reworking already published content.
Read more >
URL Management - Hugo
Aliases can be used to create redirects to your page from other URLs. Aliases comes in two forms: Starting with a / meaning...
Read more >
Instead of creating aliases in Obsidian is it possible to do ...
However, it was done on per link basis and didn't come up in the search when you added a link. The YAML solution...
Read more >
Failure to migrate from fastpages to quarto - nbdev
Hi, I have a fastpages blog hosted on Github and with a custom domain. ... and when I try the nbdev_migrate --path posts...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found