browneyedsoul / remnote-plugins

A Curated List of RemNote plugins
MIT License
87 stars 20 forks source link

simplify commands #61

Closed bjsi closed 1 year ago

bjsi commented 1 year ago

https://github.com/browneyedsoul/RemNote-Aligner/blob/0a53fd061c146cdb75b474432f7c45747a20a26a/src/widgets/index.tsx#L24-L36

I think you can simplify this to:

const rem = await plugin.focus.getFocusedRem();
await rem?.addPowerup(CENTER)
browneyedsoul commented 1 year ago

Awesome!