Obsidian 0.11.1 no longer recognizes and applies changes to CSS snippet files

I have a handful of custom CSS snippets that I like to activate and deactivate with keyboard shortcuts. As far as I can tell, Obsidian’s CSS snippets in the Appearance settings are currently either enabled or disabled, with no way to quickly toggle them without manually navigating to the settings.

The way I’ve gotten around this is to permanently enable the relevant CSS snippets, but edit the content of the relevant CSS files in the background. So, when I want to toggle the styling in one of my CSS snippets:

  • I type a keyboard shortcut.
  • This shortcut triggers a macro that writes or deletes CSS from the corresponding CSS snippet file. (This automation runs outside of Obsidian.)
  • Obsidian recognizes that the CSS snippet file has changed, and automatically reads and applies the new styling, achieving the outcome I want.

I just installed 0.11.1, and this trick no longer seems to work. I can make whatever changes I like to the CSS files for enabled CSS snippets in Obsidian and nothing happens. This worked for me for versions of Obsidian <= 0.11.0.

Steps to reproduce

  • Enable a CSS snippet in the Appearance settings.

  • Find the corresponding CSS file and open it in an external text editor.

  • Enter the following CSS:

    .status-bar {
    display: none;
    }

  • Save the file.

Expected result

The status bar should disappear in the Obsidian window.

Actual result

No change to the Obsidian window.

Environment

  • Operating system: macOS 11.2.1
  • Obsidian version: 0.11.1

Additional information

Currently, I’m using the legacy “Apply custom CSS” setting as a workaround. Obsidian 0.11.1 still automatically recognizes and applies changes to the legacy obsidian.css file.

You could also frame this bug report as a feature request: I’d love for a built-in way to enable and disable individual CSS snippets via keyboard shortcuts.

will be fixed 0.11.2

Confirmed that this is fixed for me in 0.11.2. Thank you!

I still have this problem. Every snippet I applied does not work at all. No change in appearance.

My Obsidian is:
스크린샷 2021-04-13 오전 9.26.02

macOS big sur
MacBook Pro 2015

My CSS file is recognized, and I also reloaded it.

Can you please help me fix this?

1 Like

Adding that I am also experiencing this issue in Obsidian v0.12.12 on Ubuntu.