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

Provide option to disable automatic Markdown link creation πŸ“ŽοΈ #382

Closed
FrancesCoronel opened this issue Feb 21, 2019 · 4 comments
Labels
Issue: Bug Res: Fixed Fix is checked in, but it might be a few weeks until a release.

Comments

@FrancesCoronel
Copy link

What is the problem?

Whenever I copy over a block of text with links in it, the extension creates a Markdown link automatically. Caused by #20.

No way to disable this specific feature so I have to disable entire extension in meantime.

How can I reproduce it?

Highlight over a body of text with a link inside of it but that you don't want to be made into a Markdown link and paste new text.

I'm on macOS Mojave so command + V causes this instead of ctrl + V.

For example, let's say I have this block of text.

<blockquote class="embedly-card"><h4><a href="https://twitter.com/fvcproductions/status/1098361334733946883">Frances Coronel on Twitter</a></h4><p>Excited that I was just accepted and will be attending my second International Women's Day Summit through Google's @WomenTechmakers on March 2nd! πŸŽ‰β € β € #IWD19β € β € https://t.co/Nhfn8KIAUR</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>

and I have this text I don't want to be made into a link

not a link

it will then turn into this even though I don't actually want that

[not a link](<blockquote class="embedly-card"><h4><a href="https://twitter.com/fvcproductions/status/1098361334733946883">Frances Coronel on Twitter</a></h4><p>Excited that I was just accepted and will be attending my second International Women's Day Summit through Google's @WomenTechmakers on March 2nd! πŸŽ‰β € β € #IWD19β € β € https://t.co/Nhfn8KIAUR</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
)

Is there any error message in the console?

Nope

@FrancesCoronel FrancesCoronel changed the title Provide option to disable link text creation Provide option to disable automatic Markdown link creation Feb 21, 2019
@FrancesCoronel FrancesCoronel changed the title Provide option to disable automatic Markdown link creation Provide option to disable automatic Markdown link creation πŸ“ŽοΈ Feb 21, 2019
@yzhang-gh
Copy link
Owner

Thanks for the report. This is a bug since obviously it should not be treated as a link.

But I am away from laptop now. A workaround it to delete the keybinding by yourself (left bottom corner>keyboard shortcuts>search for cmd+v>delete the markdown...paste one)

yzhang-gh added a commit that referenced this issue Feb 23, 2019
@yzhang-gh
Copy link
Owner

Should be fixed in the dev build now πŸ˜‰.

@fisker
Copy link

fisker commented Feb 25, 2019

when this will be released ?

@yzhang-gh
Copy link
Owner

Probably this weekend

@Lemmingh Lemmingh added the Res: Fixed Fix is checked in, but it might be a few weeks until a release. label Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Bug Res: Fixed Fix is checked in, but it might be a few weeks until a release.
Projects
None yet
Development

No branches or pull requests

4 participants