Iain Simmons
Iain Simmons
Another option would be to show the hint/tooltip on focus (and maybe active) states in addition to just hovering. That way, the outline would at least be shown around a...
@chinchang Having a button that is still focused when clicked isn't an issue in my eyes, as it's technically correct. If you want the hint to disappear you should move...
> My current workaround is to force a `blur()` on the a/button once the user has clicked on it : > > ``` > awesome action > ``` Yes, this...
If you disable/turn off "Bind enter to table navigation" and "Bind tab to table navigation" in the Advanced Tables Plugin Settings, then Obsidian will handle those itself and it will...
Apologies, I probably should have compared to the `responseRenderMethod` branch... This is my first pull request!
Part of the issue here is that there's two different names used for some language servers, and Mason's `ensure_installed` takes a different format than the ones in the [known language...
I had this issue for a while until I **_removed_** the following (which I had carried over from my macOS config): ``` config.front_end = "WebGpu" config.webgpu_power_preference = "HighPerformance" ``` Now...