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
use case: in currently, if I have sentence like this comment with the word and want to deleting, when with | it will also trigger rule and convert to w/ . As the rule 'with |' -x 'w/ |' is mainly purpose to undo 'w/ |' -> 'with |' rule, it should avoid to trigger rule when w/ | didn't active before.
In case of --> and →, when I want to delete →, I need to press 4 backspaces instead of just 1 backspace.
This feature should be, 'w/ |' -> 'with |' -x 'w/ |', type w/ , trigger with and listen, if pressing backspace, trigger w/ else execute -x 'w/ |' rule. When have with and press backspace, nothing happen cause -x 'w/ |' need 'w/ |' -> 'with |' to trigger before.
add prompt popup alert when press "reload" button (reset to default rules), for accident pressing
find and alerts duplicate rules (or interupt rule), suppose that no one want this happen and might helper to find out for someone who have long rules
example: when having
'dpx|' -> 'abcd|'and'dpx|' -> 'dpxls|'add sequence rule
example:
'w/ |' -> 'with |' -x 'w/ |'instead of seperate 2 rule,'w/ |' -> 'with |'and'with |' -x 'w/ |'use case: in currently, if I have sentence like
this comment with the wordand want to deleting, whenwith |it will also trigger rule and convert tow/. As the rule'with |' -x 'w/ |'is mainly purpose to undo'w/ |' -> 'with |'rule, it should avoid to trigger rule whenw/ |didn't active before.In case of
-->and→, when I want to delete→, I need to press 4 backspaces instead of just 1 backspace.This feature should be,
'w/ |' -> 'with |' -x 'w/ |', typew/, triggerwithand listen, if pressingbackspace, triggerw/else execute-x 'w/ |'rule. When havewithand pressbackspace, nothing happen cause-x 'w/ |'need'w/ |' -> 'with |'to trigger before.