nothingislost / obsidian-dynamic-highlights

An experimental Obsidian plugin that highlights all occurrences of the word under the cursor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable "Discussions" on the repo for sharing persisted highlights

liamcain opened this issue · comments

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}"
  }
}

Good idea! Done. Thanks for sharing!