ecustic / obsidian-file-color

An Obsidian plugin for setting colors on folders and files in the file tree.
MIT License
122 stars 9 forks source link

Fix applying color on Obsidian v1.2.7 #13

Closed polyipseity closed 1 year ago

polyipseity commented 1 year ago

The property name changed from titleEl to selfEl. Closes #11 and closes #12.

Temporary workaround:

  1. Open main.js.
  2. Find titleEl in the file. There should be 3 occurences.
  3. Replace the last 2 occurences of titleEl with selfEl.
  4. Save the file and restart Obsidian.
ecustic commented 1 year ago

Thanks for this, I just tested it and it seems to work! 👍 I'll merge and create a new release.