You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is on purpose indeed. A way to get around this cleanly would be to modify the on_suggest method of the plugin so it populates suggestions only when user has selected Calc's = item already. It's an easy fix. Insert the following block at the beginning of the on_suggest method:
Item properties:
label: =
args: e
short_desc: = 2.718281828459045 (Press Enter to copy the result)
target: =
category: keyword (10)
args_hint: required
hit_hint: ignore
plugin: Calc.Calc
id: 12382293855684180354
e is always associated with this item
edit:
I unpacked the calc plugin it looks like this is premeditated but it still annoying so I edited this my self for now
The text was updated successfully, but these errors were encountered: