emmet icon indicating copy to clipboard operation
emmet copied to clipboard

request: an action to strip attributes

Open cjaoude opened this issue 5 years ago • 0 comments

I see there are actions like split and join. I'd be great to be able to strip away an elements attributes with a command, or even specific attributes, eg just style or class. Instead of manually selecting, deleting, etc. Even better if it can be done over multiple elements, a block of html.

<div class="foo" yada yada> -> strip - > <div>

cjaoude avatar Mar 08 '19 15:03 cjaoude