Trigger macro by name action : how to search for Time of Day triggered macros?

t:(Time of Day) does not give any results
t:Time of Day includes macros triggered by CRON
thank you

You're searching for "any macro that has a trigger matching this string", not a type of trigger (see "Search Strings"). And because you have a space after "Time", you are only looking for "triggers that contain the word time in their descriptions":


and

...which is both of the above.

So you could do "contains time but not cron":

t:time -t:cron
2 Likes

it's now crystal clear. Thanks very much