To display the console in Obsidian, you typically need to access the developer tools, which are part of the Electron framework that Obsidian is built on. Here’s how you can do it:
- Open Developer Tools:
- On Windows/Linux: Press
Ctrl + Shift + I
. - On macOS: Press
Cmd + Option + I
.
- On Windows/Linux: Press
- Access the Console:
- Once the Developer Tools are open, click on the “Console” tab. This will display the console where you can see logs, errors, and other messages.
- Using the Console:
- You can use the console to run JavaScript commands, inspect elements, and debug issues within Obsidian.