slipshow icon indicating copy to clipboard operation
slipshow copied to clipboard

Warn on unknown attributes

Open meithecatte opened this issue 11 months ago • 2 comments

For example:

> {pause exec-at-pause}
> ```slip-script
> ...
> ```

This will not work, because exec-at-unpause got typo'ed as exec-at-pause.

Of course, some attributes might still be used by user code. I'd suggest adopting the data-* namespace for this usecase.

meithecatte avatar Mar 22 '25 20:03 meithecatte