2.164 emacsvox-markdown

Speech-enables markdown-mode with smart heading and structure navigation. Instead of hearing "three pounds space", users hear "heading level 3".

Provides ‘emacsvox-markdown-reading-mode’, a minor mode that strips markup syntax when reading content, so you hear "car" instead of "star star car star star" for **car**.

Reading mode handles: images, links, task lists, code fences, tables, footnotes, horizontal rules, HTML comments, and escaped characters.

Keybindings (active in markdown-mode): - C-c C-s h: Speak current heading with level - C-c C-s r: Toggle reading mode

2.164.1 Emacsvox-Markdown Commands

2.164.1.1 emacsvox-markdown-reading-mode

Command: emacsvox-markdown-reading-mode (&optional arg)
Toggle reading mode that strips markup syntax from speech.
ARG enables the mode when positive, disables it otherwise, and toggles it
when it is the symbol ‘toggle’.
When enabled, voice personalities still indicate emphasis, headings, etc.,
but you won’t hear the literal markup characters.

(fn &optional ARG)

2.164.1.2 emacsvox-markdown-speak-heading

Command: emacsvox-markdown-speak-heading
Speak the current heading with level information.

2.164.2 emacsvox-markdown Options

Variable: User Option emacsvox-markdown-auto-reading-mode
When non-nil, automatically enable reading mode in markdown buffers.

Default Value:

nil