An Obsidian plugin that renders transcript notes as message app style speech bubbles, similar to Apple Messages.
- Renders transcript lines as speech bubbles
- Different colors for different speakers
- Right-aligned bubbles for the vault owner (configurable)
- Support for multiple speaker aliases
-
Format your transcript notes with lines like:
[[Speaker Name]]: Message text -
Add the
transcripttag to the note frontmatter to enable bubbles in Reading view.--- tags: [transcript] --- -
Switch to Reading view to see the bubbles.
[[John Smith]]: Hello!
[[me]]: Hi there!
[[John Smith]]: How are you doing?
[[me]]: I'm doing great, thanks for asking!- Your name: The name used in transcripts to identify you. Messages from this person will appear on the right side with blue bubbles (default: "me").
- Aliases: Other names that should also be treated as you (comma-separated).
- Enable debug logging: Logs toggle and render details to the developer console for troubleshooting.
- Open Obsidian Settings
- Go to Community Plugins and disable Safe Mode
- Click Browse and search for "Speech Bubbles"
- Install the plugin and enable it
- Download
main.js,manifest.json, andstyles.cssfrom the latest release - Create a folder called
speech-bubblesin your vault's.obsidian/plugins/directory - Copy the downloaded files into this folder
- Reload Obsidian and enable the plugin in Settings > Community Plugins
# Install dependencies
yarn install
# Build for production
yarn build
# Development mode with watch
yarn dev:watch- Food Tracker: Track calories, macros, and nutrition totals with database and inline entries.
- YouTrack Fetcher: Fetch YouTrack issues into structured notes with templates.
- Grazie Plugin: Grammar and spell checking powered by JetBrains AI Platform (in development).
MIT