Apkcore298 downloadsText-to-speech plugin with browser TTS and EdgeTTS support.
A text-to-speech plugin for Obsidian that supports both browser native TTS and Microsoft Edge TTS.
Read Selected Text: Select text and use one of the following methods:
Ctrl+R (customizable)Read Entire Document: Without selecting text, use the same methods to read the full document
Stop Reading:
Ctrl+Shift+S (customizable)Pause/Resume:
Ctrl+P (customizable)Switch TTS Engine: Use "Switch TTS Engine" command to toggle between Browser TTS and Edge TTS
Open Settings → Apkcore TTS to configure:
main.js, manifest.json, and styles.css from the latest releaseYourVault/.obsidian/plugins/apkcore-tts/# Install dependencies
npm install
# Build for production
npm run build
# Build for development (watch mode)
npm run dev
If you encounter any issues or have suggestions, please open an issue.
MIT