mattermost-plugin-remind icon indicating copy to clipboard operation
mattermost-plugin-remind copied to clipboard

parse failed (quotes vs non-quotes issue)

Open scottleedavis opened this issue 5 years ago • 2 comments

  • /remind me to Use quotes on and at in and around every thing in 1 minute
    

To get around this situation, quotes can be used

  • /remind me" to Use quotes on and at in and around every thing" in 1 minute
    

Slack can parse it without quotes.

scottleedavis avatar Apr 13 '19 04:04 scottleedavis

Slack really gets this right, but I haven't determined how their algorithm fully works. More work is needed in research of what slack does, and then determination on how we accomplish this for the plugin.

scottleedavis avatar May 02 '20 18:05 scottleedavis

Slack really gets this right, but I haven't determined how their algorithm fully works. More work is needed in research of what slack does, and then determination on how we accomplish this for the plugin.

Maybe by parsing the last "in" in the line?

DDorch avatar Apr 13 '22 08:04 DDorch