ooheroism/obsidian-open-edge-tts — explained in plain English
Analysis updated 2026-05-18
Have an Obsidian note read aloud to you using Microsoft Edge's built-in Read Aloud feature.
Quickly jump from an Obsidian note into a browser window ready for text-to-speech playback.
Add a one-click ribbon button or command palette action to open notes in Edge for listening.
| ooheroism/obsidian-open-edge-tts | 00kaku/gallery-slider-block | 3rd-eden/ircb.io | |
|---|---|---|---|
| Stars | 0 | — | — |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-05-19 | 2016-11-16 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Not distributed through Obsidian's plugin marketplace, so the two plugin files must be copied into the vault's plugins folder manually.
Read in Edge is a small plugin for Obsidian, the note-taking app, that adds a quick way to have your notes read aloud to you. It does not build its own text-to-speech feature. Instead, it opens the note you are currently viewing in Microsoft Edge, so you can use Edge's own built-in Read Aloud feature to have the page spoken out loud. Once installed, a new ribbon icon appears in Obsidian, and there is also a command called Read with Edge available from the command palette. Clicking either one opens the current Markdown note in a new Edge window. From there, you press a keyboard shortcut inside Edge to start the built-in Read Aloud voice. The plugin only works on desktop, not on mobile, since it relies on launching a separate desktop browser window. Installation is done manually rather than through Obsidian's plugin marketplace: you either build the plugin from source or download the two files that make it up, main.js and manifest.json, from the project's GitHub releases page, then place them into your vault's plugins folder and turn the plugin on in Obsidian's Community plugins settings. The project is small and focused on one job rather than trying to be a full text-to-speech system on its own. By handing the actual voice work off to Edge, it avoids needing any separate audio engine, API key, or configuration inside Obsidian itself, which keeps the plugin's own code simple and easy to maintain. It is released under the MIT license, and a Chinese-language version of the README is also provided for Chinese-speaking users, suggesting the author expects at least some of its audience to come from that community.
An Obsidian plugin that opens your current note in Microsoft Edge so you can use Edge's built-in Read Aloud text-to-speech.
Mainly JavaScript. The stack also includes JavaScript, Obsidian API, Microsoft Edge.
MIT license: free to use, modify, and share, including commercially, as long as the copyright notice is kept.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.