Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MawKKe/23e9f30c8a9b25d4a05676c8a071e652 to your computer and use it in GitHub Desktop.
Save MawKKe/23e9f30c8a9b25d4a05676c8a071e652 to your computer and use it in GitHub Desktop.
Obsidian stuck on blank screen at startup

Topic

Problem launching Obsidian.md note taking app

2025-06-15

Problem / observation

Start Obsidian, but instead of getting the usual app view, the window gets stuck in blank screen.

Nothing else happens, no errors or anything.

Investigation

Googling the issue, people in various forums suggest the problem is in one or more buggy community plugins.

So: I need to disable community plugin(s) somehow.

Fix

I stumbled upon this "fix" accidentally:

  • Close Obsidian
  • Find the following file: <vault-folder>/.obsidian/community-plugins.json
  • Open it in a text editor. You should see a JSON array on with tokens, like ["plugin-name1", "plugin-name2", ...]
  • Remove all of the elements in the JSON object. You should be be left with []
  • Save the file.
  • Re-open Obsidian

now the app should open normally.

Closing thoughts

The edit above merely disabled the plugins. You can re-enable them from the settings. But you problably want to upgrade all of the versions and try to relaunch. If you hit problems, you know how to disable the plugins again. And through process of elimination, perhaps you can isolate the problematic plugin and get rid of it completely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment