KevinBatdorf / obsidian-raycast

Raycast extension with commands for the note taking app Obsidian.
MIT License
106 stars 19 forks source link

[BUG] Inline tags on first line of note won't be recognized #29

Closed marcjulianschwarz closed 2 years ago

marcjulianschwarz commented 2 years ago

Steps to reproduce

  1. Write inline tag on first line of note (e.g. #todo)
  2. Open Raycast Search and use the dropdown cmd + p to search for tags
  3. Tag #todo won't appear if there is no other file with that tag
  4. OR when selecting tag, note will not show up in the filtered list

What could be a fix?

marcjulianschwarz commented 2 years ago

Removed parts of regex pattern. Now working.