Supercharged Links & Style Settings

What I’m trying to do

I am trying to get Supercharged links and Style Settings to work as they used to do. At some point they stopped working, and I see that ere is an error in Style Settings that I can not get rid of. Maybe someone has seen this error before…

Things I have tried

it may be some badly formed meta data somewhere in my vault… but how to find it?

It also may have to do with Ozan’s Image in Editor which does not seem to be available anymore, (was used by Excalidraw
… but is still in my .obsidian/plugins/oz-image-plugin although it does not appear in the list of community plugins in the settings.

I removed it from the .obsidian folder, but this made Obsidian open with no plugins. It would not read those in /.obsidian. I put the plugin files back into /.obsidian and Obsidian works again as it did, although it does not show up in the Community plugins setting, so I can not remove it form the menu.

If the Style Settings syntax is malformed, you’ll see an error like that.

Style Settings will scan for these comments in all CSS loaded by Obsidian from the snippets , themes , and plugins directories under your vault’s configuration directory (%yourVault%/.obsidian/ ).


Do you have a plugin or css snippet called “Customizable Page Header and Title bar”?

  • If a plugin, these Style Settings will be in .obsidian/<plugin-name>/styles.css.
  • If a snippet, in a .obsidian/snippets/<snippet>.css file.
  • If a theme, in .obsidian/themes/<theme-name>/theme.css (in a theme seems unlikely, but it’s possible).

Once you find that “Customizable Page Header and Title bar” section, you’ll need to fix the formatting so that Style Settings doesn’t complain (or remove it).

Thanks; When I turned “OFF” the plugin “Customizable Page Header and Title Bar” the error in Style Settings disappeared after reloading Obsidian.