You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
<blockquoteclass="embedly-card"><h4><ahref="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>
<scriptasyncsrc="//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](<blockquoteclass="embedly-card"><h4><ahref="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>
<scriptasyncsrc="//cdn.embedly.com/widgets/platform.js"charset="UTF-8"></script>
)
Is there any error message in the console?
Nope
The text was updated successfully, but these errors were encountered:
FrancesCoronel
changed the title
Provide option to disable link text creation
Provide option to disable automatic Markdown link creation
Feb 21, 2019
FrancesCoronel
changed the title
Provide option to disable automatic Markdown link creation
Provide option to disable automatic Markdown link creation ποΈ
Feb 21, 2019
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)
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.
and I have this text I don't want to be made into a link
it will then turn into this even though I don't actually want that
Is there any error message in the console?
Nope
The text was updated successfully, but these errors were encountered: