nothingislost / obsidian-dynamic-highlights

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

split `cm-matched-string` into two css classes #13

Closed chrisgrieser closed 2 years ago

chrisgrieser commented 2 years ago

with the latest update, matches to the current string + matches to the current selection both get cm-matched-string class. this makes it impossible to style them separately, even though it would be useful to use more subtle styling for current-string-matches and more emphasized styling for current-selection-matches.

nothingislost commented 2 years ago

Added back cm-matched-word and cm-current-word in 0.1.1

chrisgrieser commented 2 years ago

thanks :)