feat(calc): Show calculations globally if query is a math expression
This commit is contained in:
parent
e7e6007e26
commit
b8192e1df1
2 changed files with 27 additions and 13 deletions
|
|
@ -2,9 +2,10 @@
|
|||
name: "Calculator with unit conversion (uses Qalculate! expressions)",
|
||||
description: "Syntax: = <expression>\nExample: = 10 J / (196x^2) = 4 kW/s",
|
||||
query: (
|
||||
regex: "^(=)+",
|
||||
regex: ".*[0-9].*",
|
||||
help: "= ",
|
||||
isolate: true,
|
||||
priority: High,
|
||||
isolate_with: "^(=).*",
|
||||
),
|
||||
bin: (path: "calc"),
|
||||
icon: Name("x-office-spreadsheet")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue