Skip to content

Feature request: […] for stripped code #21

@aardrian

Description

@aardrian

When I manually gut code from a sample, I like to leave a placeholder for it. For example, if I stumble across the following offensiveness

<div data-monkey="code" style="width:42px" aria-label="wrong" ng-poop="yup">
  Foo
</div>

I might convert it to:

<div […] aria-label="wrong" […]>
  Foo
</div>

Because in that scenario I am calling out the wrong thing, and care little for the just plain stupid things. I also do not add […] for every single thing I yank, just for contiguous things I yank.

I would like the ability to replace everything I might otherwise strip. The replacement could be a pre-filled configurable value such as […].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions