spotter-application/spotter

Can't complete simple calculations

Opened this issue · 1 comments

The older versions of spotter seemed to support simple math:

9*9
152/12

etc.

Is there a way to add math support to the newer version's of Spotter? (I'm on 2.0.0-beta.20)

Does anyone know how plugins work in 2.0.0 version? The older versions looked to use Javascript plugins, but in 2.0.0 the plugins appear to be compiled into executables. I'm interested in making a calculator plugin if I can find some details on how to integrate with Spotter app.