The Chatty plugin adds text-to-speech capabilities to your notes by leveraging your system's built-in voices through the browser's speech synthesis API. Without relying on any external services or internet connection, it allows you to listen to selected text via a right-click menu or a configurable hotkey. It's especially useful for auditory learners or for proofreading notes by ear. Voice and language preferences can be adjusted in the plugin settings, provided your operating system has the required language packs installed. It has been tested on Windows, where new voices can be added through language settings.
System language pack installed for the desired voice (e.g., via Windows Settings > Time & Language > Language)
Changes requested by reviewer as per the following PR review
https://github.com/obsidianmd/obsidian-releases/pull/7303#issuecomment-3395650754
- renamed generic CSS clash to prevent possible conflicts
- used sentence case for the UI where applicable
- used Obsidian's getLanguage() function and simplified typings
- used Obsidian's setHeading() function
- removed any time with PluginManifest