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

Drag & Drop links not working #435

Open
4 tasks done
andresantosjor opened this issue May 15, 2024 · 0 comments
Open
4 tasks done

Drag & Drop links not working #435

andresantosjor opened this issue May 15, 2024 · 0 comments
Labels
🗄 area/interface This affects the public interface 🤞 phase/open Post is being triaged manually 🦋 type/enhancement This is great to have

Comments

@andresantosjor
Copy link

Initial checklist

Affected packages and versions

v1.8.5 / VsCode 1.81.1

Link to runnable example

No response

Steps to reproduce

  1. Create two .MDX files
  2. Drag one of the files into the other, holding shift.
  3. It will place file://c%3A/Users/<your.user>/<full-path>/<the-file>.mdx
  4. If you click the link it will take you to the file.

Expected behavior

If you try the same steps with .MD files, it produces [text](<the-file>) with a clickable link taking you to the linked file.

Actual behavior

The extension produces a garbled full path to the file, with no markdown syntax.

Runtime

Node v20

Package manager

npm v10

OS

Windows

Build and bundle tools

Rollup

@github-actions github-actions bot added 👋 phase/new Post is being triaged automatically 🤞 phase/open Post is being triaged manually and removed 👋 phase/new Post is being triaged automatically labels May 15, 2024
@remcohaszing remcohaszing added 🦋 type/enhancement This is great to have 🗄 area/interface This affects the public interface labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗄 area/interface This affects the public interface 🤞 phase/open Post is being triaged manually 🦋 type/enhancement This is great to have
Development

No branches or pull requests

2 participants