brian-girko / multiple-highlight

Color-coded highlighter extension to find queries
https://add0n.com/multiple-highlight.html
23 stars 4 forks source link

Request. Allow search of letters and single digit numbers #33

Open 09s23jf038 opened 7 months ago

09s23jf038 commented 7 months ago

Is there a way we can implement number search (for example highlight instances of number 5 when type 5) along with a single letter (example type just letter B it shows all instances where letter B appears).

tanja-and-pets commented 2 months ago

As workaround you can use REGEX. For example my settings: Split by = [;] Search document = r:i{1} ; r:3{1}

This will highlight all single "i" and all single "3"