Obsidian++ Cookbook - π - YouTube
While tinkering with Obsidian a common thing to want to do is create hotkeys. For this it can be useful to a βmeta hotkeyβ a hotkey to create new hotkeys.
This is relatively to easy to do with plugin-repl. Though, I did add some specific features for this!
If you add the following code to your repl.md file (so it runs when you open obsidian) and evaluate it (to use it straight away).
newCommand(function open_hotkeys(){
openSetting("Hotkeys")
})
You can then define a hot key for the βopen hotkeysβ command (I use Alt-H) and then you can start creating new hotkeys with a single keypress.