-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Do not paste URL as formatted when pasting inside a word #186289
Comments
@MeghanKulkarni It's likely too late to try working on this in the current iteration, but consider how you might do so in the future and how you would make sure the feature is future proofed In this case, in the future we may be able to make this feature smarter but some users may still want the existing behavior where pasting a link always (and predictably) inserts a link One idea would to use an enum value for
For now we'd only ship with the |
I like that idea Matt. +1 on making smart the default once we are happy with it. |
I believe this has been fixed/implemented. With |
Testing #186236
Imagine that I am a user that is unaware of the cool new feature that we have. I just wrote the following
[Microsoft](*)
, and the cursor is at the * location and I now want to pastehttps://microsoft.com
. What I will get is[Microsoft]([Title](https://www.microsoft.com/))
Can we be a bit smarter to handle this case? Some heuristics we could potentially apply:
The text was updated successfully, but these errors were encountered: