nothingislost / obsidian-dynamic-highlights

An experimental Obsidian plugin that highlights all occurrences of the word under the cursor
MIT License
132 stars 7 forks source link

documentation claims there is a regex switch but there is not #60

Open wealthychef1 opened 2 years ago

wealthychef1 commented 2 years ago

From the README:

Search queries can be written using regular expressions as long as you toggle the regex option for the query.

But in fact there is no "regex option" that I can see for queries. There is a "matches" toggle which is unexplained... is that it? Or is "capture groups" the regex toggle? Thanks!

wealthychef1 commented 2 years ago

I see that in fact "matches" should be relabeled "matches regex" or something clearer. Turning "matches" off disables regular expressions.