improv: Separate components & merge plugins binary with launcher service
This commit is contained in:
parent
43a4229ba7
commit
88acf0a74e
41 changed files with 219 additions and 152 deletions
11
plugins/src/calc/plugin.ron
Normal file
11
plugins/src/calc/plugin.ron
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
(
|
||||
name: "Calculator",
|
||||
description: "Math.JS calculations",
|
||||
query: (
|
||||
regex: "^(=)+",
|
||||
help: "= ",
|
||||
isolate: true,
|
||||
),
|
||||
bin: (path: "calc.js"),
|
||||
icon: Name("x-office-spreadsheet")
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue