_hyperscript icon indicating copy to clipboard operation
_hyperscript copied to clipboard

Allow `add` to add multiple different kinds of expressions

Open ajusa opened this issue 2 years ago • 0 comments

Right now, the add command can add classes or attribute references. It'd be nice if one could mix and match them, eg

add .secondary [@href=#]

instead of

add .secondary add [@href=#]

This may be generalized to more expressions as well, so that it could be used in remove.

ajusa avatar Dec 19 '21 15:12 ajusa