MrJackphil

Results 56 comments of MrJackphil

Issue known. Can't come up with an idea how to better fix this.

I thought to research more about it when I'll put my hands on the plugin 😀

@danrthompson Hi! There is no integration with neovim plugin. It started as a quick way to open links using keyboard. And on top of that was born another "jump to"...

@ksi try now, hints shouldn't be hidden when you press `Ctrl`, `Shift`, `Scroll Lock` or `Caps Lock` keys which should be useful in your case. While it might be better...

@ksi As far as I remember (didn't code for a while) KeyboardEvent.code in JS depends on V8 engine and not your OS. So, as we use the same Electron app,...

@ksi You can help me to debug this. You can: 1. Open Developer Tools (Ctrl+Shift+I) 2. Open `Console` tab 3. Run code `document.addEventListener("keydown", console.log)` 4. Try to replicate the issue....

I had a problem with iOS ![image](https://user-images.githubusercontent.com/16895902/90386474-4b815880-e08d-11ea-909d-44b7ce480b2e.png) I fixed the issue specify library versions: [email protected] [email protected]

@jonathan-s Hi! I think it's more appropriate to place that functionality as part of the [text expand plugin](https://github.com/mrjackphil/obsidian-text-expand). But I'll think more about it.

> > > I'm struggling to find any release notes on this feature. Would you be able to link to where obsidian have said they're planning on implementing this? @danwlsn...