Awesome
Keyboard Analyzer
<details><summary>📽️ Features walktrough video</summary> <br> <video src="https://user-images.githubusercontent.com/50235526/185812119-392b895c-ebd5-48df-accf-98933ef8a234.mp4" controls></video> </details>
About
With this plugin you will be able to:
- see and analyze all your assigned hotkeys in Obsidian on visual keyboard layout
- search by key combination
- see custom hotkeys
- see duplicate hotkeys
- highlight featured hotkeys
How to use
- To open plugin you can click on keyboard icon in status bar (to open in a new
pane use
Ctrl + Click
) - To open plugin run command
Keyboard Analyzer: Open Shortcuts View
The plugin is poorly tested on operating systems other than Windows, I would be grateful for any help with testing support.
Installation
As plugin is not yet published in community plugins library, you will need to install it manually or with help of BRAT plugin for beta testing.
Manual Installation
Download release files main.js
, styles.css
and manifest.json
from the
releases and
place this files inside
[YOUR_OBSIDIAN_FOLDER]/.obsidian/.plugins/obsidian-keyboard-analyzer/
.
Beta Testing - BRAT
- Install BRAT plugin
- Run command in obsidian:
Obsidian42 - BRATPlugins: add a beta plugin for testing
- Paste this repository URL:
https://github.com/cogscides/obsidian-keyboard-analyzer
- Enable
Keyboard Analyzer
plugin in plugins list
P.S. This is my first public code in my life - would be happy to get feedback or a donation which will help me to continue creating this and other plugins for obsidian.
Great thanks to the obsidian community:
- @SkepticMystic and @HEmile for their awesome contribution to Svelte codebase of Graph Analysis plugin which help me a lot in implementing typescript and code structure in my plugin
- @pjeby for code inspiration dealing with obsidian hotkeys
- @Fevol for help with implementing hotkey scoping and friendly support
- davfive#5786 guy from discord for directing me on the way how to deal with obsidian hotkeys