An add-on for the NVDA screen reader that enables standard browse mode (virtual buffer) and quick navigation within Markdown documents edited in Microsoft Notepad.
- NVDA Version: 2019.3 and beyond
- Windows Notepad: Compatible with both legacy versions (using the
Editcontrol class) and modern Windows 11 releases (using theRichEditD2DPTcontrol class).
For users running recent builds of Windows 11 Notepad with native Markdown support: You must set the view mode to Syntax for the browse mode commands to work properly.
- Open a document with a .md extension (the Markdown menu option only appears when a
.mdfile is open). - Go to the menu bar: View > Markdown.
- Select and check Syntax.
With modern builds of Windows 11 Notepad, browse mode elements cannot be parsed or navigated if Notepad remains in formatted view or standard raw text view.
When browse mode is enabled, you can interact with the document using single-key quick navigation:
- H / Shift+H | Move to next / previous heading (any level);
- 1 to 6 / Shift+1 to 6 | Move to next / previous heading at specified level (1 through 6);
- K / Shift+K | Move to next / previous link;
- Q / Shift+Q | Move to next / previous block quote;
- L / Shift+L | Move to next / previous list;
- I / Shift+I | Move to next / previous list item.
Press NVDA+F7 while in browse mode to open the Elements List dialog. This allows you to inspect and jump directly to:
- Headings
- Links
- Block quotes
- Lists