Skip to content

Debugging

Chris Gurney edited this page Mar 31, 2026 · 12 revisions

Enable debugging

  1. In Note Toolbar's settings, enable Other → Debugging.
  2. Open the developer console (via Obsidian's menu: View → Toggle Developer Tools).
  3. Take a screenshot or video that includes the developer console.
    • Before reproducing your issue and taking a screenshot, make sure you're in the Console (1), and clear the console (2) first:
    • A video showing both Obsidian and the console at the same time is always super helpful.

Clearing the console:

Logging an issue

If you've run into something that looks like a bug, and you haven't already done so, please log an issue ↗.

You can use this Google form ↗ if you don't have a GitHub account.

When finished debugging

Close the Developer Tools window, and disable the Other → Debugging setting.

Clone this wiki locally