mrwweb / plans-editor-toolbar

Adds formatting and shortcut buttons and shortcuts to the GrinnellPlans editor. Also transforms the editor on mobile for easier editing.
GNU General Public License v3.0
0 stars 0 forks source link

dont apply magic link pasting if selection includes markdown link chars #32

Open mrwweb opened 7 months ago

mrwweb commented 7 months ago

Ran into a weird bug today where I accidentally selected a pipe char (on phone) and so pasting a URL made a link in a link.

I think it would be good to just make the behavior a little more conservative. Maybe including:

This issue is much less of a problem if I implement #2 with a link builder.