Documentation

Keywords

Keywords match on submission titles, URLs, and comment bodies. They do not match on usernames.

Special characters will try to match literally, including spaces and punctuation.

Matches are not case-sensitive.

Matching Special Symbols

If you enter a match phrase such as `*watch`, then it will literally only match when it finds `*watch`. That is, it will not match unless an asterisk is found. It willnot match `wristwatch`, `red watch`, or even just `watch`.

This applies to all symbols. If you use commas, spaces, tabs, periods, etc, then only expect a match when those symbols are actually found.

Logical Arguments

If you enter the match phrase `peanut butter and jelly`, then it will literally only match the complete phrase `peanut butter and jelly`. It will not match `peanut butter jelly`, or `peanut butterjelly`, or any other combination.

If you enter the match phrase `peanut butter not jelly`, then it will literally only match when it finds `peanut butter not jelly`. It willnot match on `peanut butter`.

Matching Only Whole Words

If "Match whole word only?" is checked, then NotifiMe will only match on whole words. The above example matches:

Matches

  • Some thing I want.
  • That thing.
  • Thing thing.

Does Not Match

  • Something I want.
  • Those things.
  • Thingthing.

If "Whole word only?" is unchecked, then every example above matches.