Replies: 1 comment
-
An overview: TriggerQueryHandler:
GlobalQueryHandler
QueryHandler
IndexQueryHandler (not exposed to python yet)
the above overview should sort out the question why.
try QueryHandler. you need to score the items though.
is this question really about actions (hold alt, see #499) or result items? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is an example:
When triggering the emoji plugin, I often use the thumb_up emoji (:+1: ), but the plugin keeps putting this emoji below in the list.
Concretely, the plugin does not rely on frequency/frecency to sort entries.
How one could achieve that? Does Albert provide a way to let the plugin provide "Actions" and Albert would sort them in the appropriate order?
Beta Was this translation helpful? Give feedback.
All reactions