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

Move selected whitespace out of HTML tag wrapping #7

Closed mrwweb closed 9 months ago

mrwweb commented 9 months ago

e.g., if the selection is bold me (trailing space), the result would ideally be:

<b>bold me</b> (trailing space is outside the bold tags)

This is not important, but it bothers me.