Invisinote
My first dip into the NVDA addon rabbit hole.
Virtually browse notes from configured folders with the following gestures:
- NVDA+ALT+P: open path
- NVDA+ALT+E: cycle note encoding
- NVDA+ALT+SHIFT+E: cycle note encoding backwards
- NVDA+ALT+[: previous folder
- NVDA+ALT+]: next folder
- NVDA+ALT+N: load notes
- NVDA+ALT+U: previous note
- NVDA+ALT+O: next note
- NVDA+ALT+I: previous line
- NVDA+ALT+K: next line
- NVDA+ALT+J: previous word
- NVDA+ALT+L: next word
- NVDA+ALT+,: previous character
- NVDA+ALT+.: next character
- NVDA+ALT+H: start of line
- NVDA+ALT+': end of line
- NVDA+ALT+SHIFT+A: read note
- NVDA+ALT+Space: render note as markdown
- NVDA+ALT+A: copy note
- NVDA+ALT+;: copy line
- NVDA+ALT+F9: set selection start
- NVDA+ALT+F10: set selection end, twice to copy
- NVDA+ALT+BACKSPACE: clear markers
Settings are configured in NVDA's Settings dialog (NVDA+CTRL+S) under the Invisinote category.
Update