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

Enable "Discussions" on the repo for sharing persisted highlights #40

Closed liamcain closed 2 years ago

liamcain commented 2 years ago

Wanted a good place to share my inline dataview highlight:

{
  "inline-property-name": {
    "class": "inline-property-name",
    "color": "#00000000",
    "regex": true,
    "query": "^[\\w ]+::",
    "mark": [
      "match"
    ],
    "css": ".inline-property-name {\n  color: var(--text-faint);\n  font-size: 0.8em;\n}"
  }
}
nothingislost commented 2 years ago

Good idea! Done. Thanks for sharing!