atom-wrap-in-tag
atom-wrap-in-tag copied to clipboard
Simplest package for Atom editor that wraps HTML tag around selection
Alt+Shift+w closes my Atom.....
Every time I uninstall/disable the package, it multiplies how many different wraps are created. After trying this several times in search of a solution, it does this: `test ` Each...
After wrapping a selection and then pressing Space, the default `p` in `` disappears (i.e. we get `< >`). You might wish to have the default behavior ("_Hit spacebar key...
I'd like to see this work cleanly with multi-line elements. That is, it should change this: ``` blah blah blah ``` to: ``` blah blah blah ``` when the 3...
Not actually a bug but a required for users who have multiple keyboard layouts installed. If any other (Ukrainian for instance) layout is chosen, the wrapping doesn't work. The `W`...
Pressing ALT+W will now wrap your selection in quotation marks and allow you to type over them just as the great html tag wrap function always did.
Pressing ALT+W will now wrap your selection in quotation marks and allow you to type over them just as the great html tag wrap function always did.