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
I'm just started with the plugin, but it is acting not as intended, and I cannot find a way to make it work.
The dropdown menu is showing the Test String with the regex (^ ... $) included, but only for my scripts (either from the settings and from a shortcut file)
If I write the correct name, then it's working (;;foo::), but if I select it from the dropdown menu, then it writes ;;^foo$:: (what I see in the dropdown), this is not working since it is not the correct pattern.
I tried in a shortcut file and also in the added scripts in the settings.
I tried scripts from the library (copy-pasted them in a note) and they are working as intended, so I don't know what I'm doing wrong.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm just started with the plugin, but it is acting not as intended, and I cannot find a way to make it work.
The dropdown menu is showing the Test String with the regex (
^
...$
) included, but only for my scripts (either from the settings and from a shortcut file)If I write the correct name, then it's working (
;;foo::
), but if I select it from the dropdown menu, then it writes;;^foo$::
(what I see in the dropdown), this is not working since it is not the correct pattern.I tried in a shortcut file and also in the added scripts in the settings.
I tried scripts from the library (copy-pasted them in a note) and they are working as intended, so I don't know what I'm doing wrong.
Here's an example of a shortcut file:
EDIT :
I just realized the About String should have been
foo - (...)
My bad!
Beta Was this translation helpful? Give feedback.
All reactions