Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No external icon for _blank links in sidebar #3327

Closed
4 tasks done
Chocobozzz opened this issue Dec 13, 2023 · 0 comments
Closed
4 tasks done

No external icon for _blank links in sidebar #3327

Chocobozzz opened this issue Dec 13, 2023 · 0 comments
Labels
stale theme Related to the theme

Comments

@Chocobozzz
Copy link

Describe the bug

If using target: '_blank' for sidebar item, there is no icons indicating we leave the page

Reproduction

Create an external link in the sidebar:

"sidebar": {
    "/": {
      "text": "API",
      "items": [{ "text": "REST API reference", "link": "/api-rest-reference.html", "target": "_blank" }]
    }
  }

Expected behavior

Have an external link icon, like we had with pathname://...

System Info

vitepress v1.0.0-rc.31

Additional context

No response

Validations

@Chocobozzz Chocobozzz added the bug: pending triage Maybe a bug, waiting for confirmation label Dec 13, 2023
@brc-dd brc-dd added theme Related to the theme and removed bug: pending triage Maybe a bug, waiting for confirmation labels Dec 27, 2023
@github-actions github-actions bot added the stale label Feb 2, 2024
@brc-dd brc-dd closed this as completed in d08eeed Apr 28, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
stale theme Related to the theme
Projects
None yet
Development

No branches or pull requests

2 participants