https://github.com/krusty84/obsidian-dev-console-plugin
A plugin for https://obsidian.md/ that makes opening the Developer Tool Console more flexible and customizable.
https://github.com/krusty84/obsidian-dev-console-plugin
devtools obsidian-md obsidian-notes obsidian-plugin
Last synced: 4 months ago
JSON representation
A plugin for https://obsidian.md/ that makes opening the Developer Tool Console more flexible and customizable.
- Host: GitHub
- URL: https://github.com/krusty84/obsidian-dev-console-plugin
- Owner: Krusty84
- License: mit
- Created: 2024-10-21T20:46:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T19:17:15.000Z (over 1 year ago)
- Last Synced: 2025-08-20T22:47:42.429Z (10 months ago)
- Topics: devtools, obsidian-md, obsidian-notes, obsidian-plugin
- Language: TypeScript
- Homepage: https://obsidian.md
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Devtools console enabler Plugin: highlighting word occurrences
### Why another plugin?
I ran into an issue where the key combination: Ctrl+Shift+I doesn't open the Developer Tool Console on one of my Windows workstations :(
So I decided to create a simple plugin that will allow users to open the Developer Tool Console by clicking a button on the toolbar,
running a command, or using a custom keyboard shortcut.
I hope this plugin can help other users as well.
### Features
- Just click on the icon with a crossed-out bug on the toolbar.

- Or, press the key combination Ctrl (Cmd) + P and enter the command: Devtools or Show/Hide DevTools.

- And finally, you can set a custom key combination (different from Ctrl+Shift+I) to open the Developer Tool Console.

#### Installing the plugin
- Open Obsidian settings
- Go to Community Plugins
- Select Browse and search for Devtools console enabler Plugin
- Install the plugin
- Look through "Installed plugins" and enable Devtools console enabler (toggle)
#### Manually installing the plugin
- Copy over `main.js` and `manifest.json` to your vault `/path/to/your/vault/.obsidian/plugins/obsidian-dev-console-plugin/`.
- Enable plugins in Obsidian settings
- Enable Devtools console enabler Plugin in the Community Plugins tab
#### License
[MIT](https://choosealicense.com/licenses/mit/)
#### Author
[Alexey Sedoykin](https://www.linkedin.com/in/sedoykin/)