Hello
I can't manage to write pattern for trigger. I need to recover single word from trigger patern and use it (%1) in command window. After this word can be dot or space and some text.
I've tried to set pattern to: Something something %1*.
and Something something %1{.| *.}
but it didn't works :((
Valid text which should lunch trigger are (in every example word FOO should be stored in '%1' parameter):
- Something something FOO.
- Something something FOO something.
- Something something FOO and again something.
The main problem for me was 1st example ('cos dot).
Thx in advance, Waldek