browneyedsoul / remnote-plugins

A Curated List of RemNote plugins
MIT License
89 stars 19 forks source link

Remove the other powerup when adding a new powerup #59

Closed bjsi closed 1 year ago

bjsi commented 1 year ago

If a user adds the center powerup, maybe you should remove the right powerup?

Similarly, if a user adds the right powerup, maybe you should remove the center powerup?

You can use this code:

rem.removePowerup(...)

And you might need to update permissions to ReadCreateModifyDelete in the manifest.json file.

browneyedsoul commented 1 year ago

That's a good point! I didn't thought about the after tag mixing situation UX workflow! Please wait ;)