glushchenko / fsnotes

Notes manager for macOS/iOS
https://fsnot.es
MIT License
6.32k stars 466 forks source link

[REQ] Tags With Spaces and Leading Special Characters, e.g., periods `.` #746

Open stephencweiss opened 4 years ago

stephencweiss commented 4 years ago

I'd like to see the following rules applied to tags Tag rules:

  1. A tag should be opened with #
  2. A tag should close at the presence of a new line, another # or a space character -- note, however, that if there's a closing tag, we do not check for the space
  3. Any characters can be in a tag (including .)

Additional context Preferably this is applied to both MacOS and iOS.

Screen Shot 2019-11-21 at 8 48 13 PM
stephencweiss commented 4 years ago

Would also like case-insensitivity to tags. Screen Shot 2019-11-22 at 11 55 40 AM