Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zapthedingbat/obsidian-keyboard-context-menu-fix-plugin
Obsidian plugin that fixes keyboard navigation of editor context menu.
https://github.com/zapthedingbat/obsidian-keyboard-context-menu-fix-plugin
obsidian-md obsidian-plugin
Last synced: 26 days ago
JSON representation
Obsidian plugin that fixes keyboard navigation of editor context menu.
- Host: GitHub
- URL: https://github.com/zapthedingbat/obsidian-keyboard-context-menu-fix-plugin
- Owner: zapthedingbat
- License: mit
- Created: 2021-07-15T09:05:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:25:41.000Z (about 1 year ago)
- Last Synced: 2024-10-14T07:33:00.096Z (2 months ago)
- Topics: obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Obsidian plugin that fixes keyboard navigation of spelling suggestion context menu.
This is a plugin for Obsidian (https://obsidian.md).
While Obsidian is a good note taking application, it's still under active development and some features are still a little buggy. This includes much of the keyboard navigation functionality.
If you're used to writing quickly on a keyboard, breaking away from the keyboard to use the mouse can be disruptive. My typing and spelling is far from perfect so I rely heavily on spellcheck to correct errors as I go. Unfortunately Obsidian's spellchecking suggestions are only available through a mouse interaction (right click)
Obsidian is a closed source project so I wasn't able to contribute to fix this, instead I've written this plugin to work around the limitation until the keyboard navigation features have been fixed.