Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 14 days ago
JSON representation

A plugin for https://obsidian.md/ that makes opening the Developer Tool Console more flexible and customizable.

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.

![изображение](https://github.com/user-attachments/assets/44ff4196-5129-40a6-bc73-f825c49b3536)

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

![изображение](https://github.com/user-attachments/assets/780a7d0d-39a6-45aa-ad38-fb27d0f81561)

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

![изображение](https://github.com/user-attachments/assets/3dc0df71-a8e0-4e1a-94c2-77a451cb3d77)

#### 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/)