Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Extract phrases and emoticons [PT-188319600] [PT-188319636] #10

Merged
merged 1 commit into from
Oct 2, 2024

Commits on Oct 1, 2024

  1. feat: Extract phrases and emoticons [PT-188319600] [PT-188319636]

    This updates the plugin to pass the full trimmed text when pattern matching text and then changes the word boundary metacharacters in the pattern to be optional if the text begins/ends with non-word characters.
    
    This also adds a missing escape of any regex characters in the free form text and changes spaces to match multiple spaces and expands quotes to "smart" quotes.
    
    Finally this also disables the word highlighting as this doesn't work for phrases or existing word list features.
    dougmartin committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a5eea05 View commit details
    Browse the repository at this point in the history