Maurice Kindermann

Results 4 comments of Maurice Kindermann

This saved my life. I was banging my head against the wall trying to figure out how on earth I could work around the reIndex() issue when using a couple...

**Request:** `filterType: delete (default) / hidden`, where hidden does a `display:none;` I'd love this option - when dealing with complex list items (mulitple forms, long selects, other libraries, etc), it...

+1, I'd love a way to natively remove ` ` when pasting. I use some pretty agressive cleanTags and cleanAttrs options, which works really well, but if you're copying and pasting...

I figured out a simple function that does exaclty what I want, sharing incase it's useful for others ` paste: { cleanReplacements: [ [new RegExp(/^( |)+/), ''], ], }, `