AI Transcriber

by Musashino Software
5
4
3
2
1
Score: 50/100

Description

The AI Transcriber plugin converts audio and video files into text using OpenAI's GPT-4o and Whisper APIs. Upload files in formats like mp3, m4a, wav, mp4 or mov, and the plugin extracts audio tracks from video files automatically. Choose between GPT-4o Transcribe for highest quality, GPT-4o Mini for speed or the traditional Whisper model. Optional post processing enhances accuracy through word correction. A custom dictionary feature lets you register commonly mistranscribed words or proper nouns across multiple languages. The plugin supports local or server side voice activity detection and saves transcriptions to your specified folder. Multi language support with automatic detection.

Reviews

No reviews yet.

Stats

4
stars
1,060
downloads
0
forks
107
days
98
days
103
days
20
total PRs
0
open PRs
1
closed PRs
19
merged PRs
19
total issues
0
open issues
19
closed issues
0
commits

RequirementsExperimental

  • OpenAI API key and account

README file from

Github

AI Transcriber

A powerful speech-to-text transcription plugin for Obsidian that uses OpenAI's GPT-4o Transcribe / GPT-4o Mini Transcribe and Whisper APIs.

Features

  • File Transcription: Transcribe existing audio and video files (see supported formats below)
  • Post-Processing: Optional word correction to improve transcription accuracy
  • Multi-Language: Supports multiple languages with automatic detection

Screenshots

Transcription dialog File picker Settings panel

Supported file formats

Supported extensions:

  • Audio: mp3, m4a, wav, flac, ogg, aac
  • Video: mp4, m4v, mov, avi, mkv, webm

Notes:

  • Video files are processed by extracting the audio track. Support depends on the file codec/DRM and your environment; if it fails, convert to an audio format (e.g., m4a, wav, mp3).
  • The external file picker currently supports up to 500MB per file. Files already in your vault have no explicit size limit, but very large files may take longer and use more memory, which can affect performance; consider splitting if needed.

Requirements

  • Obsidian v1.8.0 or higher (Desktop only)
  • OpenAI API account with API key
  • Internet connection for API calls

Installation

From Obsidian Community Plugins

  1. Open Obsidian Settings
  2. Navigate to "Community plugins"
  3. Click "Browse" and search for "AI Transcriber"
  4. Click "Install"
  5. Enable the plugin

Manual Installation

  1. Download the latest release from the GitHub releases page
  2. Extract the files to your vault's plugins folder: <vault>/.obsidian/plugins/ai-transcriber/
  3. Reload Obsidian
  4. Enable the plugin in Settings → Community plugins

Setup

Getting an OpenAI API Key

  1. Visit OpenAI Platform
  2. Sign up or log in to your account
  3. Navigate to API keys section
  4. Create a new API key
  5. Copy the key (you won't be able to see it again!)

Important: OpenAI API is a paid service. You will be charged based on usage. Please check OpenAI's pricing page for current rates.

Configuring the Plugin

  1. Open Obsidian Settings → AI Transcriber
  2. Enter your OpenAI API key
  3. Choose your preferred transcription model:
    • GPT-4o Transcribe (gpt-4o-transcribe): Highest quality transcription (recommended)
    • GPT-4o Mini Transcribe (gpt-4o-mini-transcribe): Fast and cost-effective
    • Whisper (whisper-1): Traditional transcription model
Optional: Local VAD (fvad.wasm)

By default, the plugin uses server-side VAD. If you prefer local VAD (WebRTC VAD) for on-device speech/silence detection:

  1. Download fvad.wasm from the echogarden project: https://github.com/echogarden-project/fvad-wasm
  2. In the plugin settings, select "Local" from the VAD Mode dropdown and load the file using the file loader (alternatively, place the file at: <vault>/.obsidian/plugins/ai-transcriber/fvad.wasm)
  3. Set VAD Mode to "Local" in the plugin settings

If fvad.wasm is not present, the plugin automatically falls back to server-side VAD (or no VAD depending on your settings).

Usage

Transcribing Audio/Video Files

  1. Use the command palette: "AI Transcriber: Transcribe audio file"
  2. Select an audio or video file from your device
  3. Choose transcription settings
  4. Wait for processing
  5. The transcription text will be saved to your specified folder

Settings

API Settings

  • API Key: Your OpenAI API key (stored securely)
  • Model Selection: Choose between GPT-4o Transcribe (gpt-4o-transcribe), GPT-4o Mini Transcribe (gpt-4o-mini-transcribe), and Whisper (whisper-1)
  • Language: Specify a language (settings serve as a baseline, but the API will detect as appropriate)

Output Settings

  • Save Location: Folder for transcribed notes
  • Post-Processing: Enable/disable transcript enhancement

Dictionary Settings

  • Custom Dictionary: Improve transcription accuracy with personalized corrections
    • Register commonly mistranscribed words or proper nouns
    • Support for multiple languages (Japanese, English, Chinese, Korean)

Network Usage Disclosure

This plugin requires an internet connection and communicates with the following services:

  • OpenAI API (api.openai.com): Used for audio transcription and text processing
    • Audio data is sent to OpenAI for transcription
    • API key is sent with each request for authentication
    • No data is stored permanently by the plugin beyond the transcribed text

Privacy and Security

  • Your OpenAI API key is stored securely using Obsidian's built-in encryption
  • Audio recordings are processed locally before being sent to OpenAI
  • No telemetry or usage data is collected by this plugin
  • Transcribed text is saved only to your local vault

Troubleshooting

Common Issues

"Invalid API Key" error

  • Verify your API key is correct and active
  • Check if you have sufficient credits in your OpenAI account

"Recording failed" error

  • Ensure your computer has microphone permissions
  • Try using a different audio format in settings

Transcription is cut off or incomplete

  • Large audio files may hit token limits
  • Try using shorter recordings or split long files

Poor transcription quality

  • Ensure good audio quality (minimal background noise)
  • Speak clearly and at a moderate pace
  • Try using GPT-4o Transcribe model for better accuracy

Getting Help

If you encounter issues:

  1. Check the console for error messages (Ctrl/Cmd + Shift + I)
  2. Disable other plugins to test for conflicts
  3. Report issues on GitHub

Support

If you find this plugin helpful, consider:

  • Starring the repository on GitHub
  • Reporting bugs or suggesting features
  • Contributing to documentation

License

This plugin is licensed under the MIT License. See LICENSE for details.

Third-Party Software

This plugin includes third-party software with their own licenses. See THIRD-PARTY-LICENSES.md for details.

Notable third-party components:

  • WebRTC VAD (@echogarden/fvad-wasm): Used for voice activity detection

Acknowledgments

  • The wonderful Obsidian team for providing an excellent platform
  • OpenAI for providing powerful AI models

Open Source Libraries

  • WebRTC VAD - Google's voice activity detection algorithm
  • @echogarden/fvad-wasm - WASM port of WebRTC VAD
  • @noble/hashes - Cryptographic hash functions by Paul Miller

Development Tools

  • Node.js - JavaScript runtime
  • TypeScript - Type-safe JavaScript
  • esbuild - Fast JavaScript bundler
  • Jest - Testing framework

AI Transcriber

OpenAIのGPT-4o Transcribe / GPT-4o Mini TranscribeとWhisper APIを使用したObsidian用の強力な音声認識テキスト変換プラグインです。

機能

  • ファイル文字起こし: 音声ファイル・動画ファイルを文字起こし(対応形式は下記)
  • 後処理: 文字起こし精度を向上させるオプションの単語校正機能
  • 多言語対応: 自動検出による複数言語のサポート

スクリーンショット

文字起こしダイアログ ファイル選択 設定画面

対応ファイル形式

対応している拡張子:

  • 音声: mp3, m4a, wav, flac, ogg, aac
  • 動画: mp4, m4v, mov, avi, mkv, webm

補足:

  • 動画ファイルは音声トラックを抽出して処理します。コーデック/DRMや環境によっては失敗する場合があるため、その場合は音声形式(例: m4a, wav, mp3)に変換してお試しください。
  • Vault外から選択するファイルは現状 最大500MB までです。Vault内のファイルには明示的な上限は設けていませんが、大きいファイルは処理に時間がかかったり、メモリ使用量が増えて動作が重くなることがあります。必要に応じて分割してお試しください。

必要条件

  • Obsidian v1.8.0以上(デスクトップ版のみ)
  • OpenAI APIキー
  • API呼び出し用のインターネット接続

インストール

Obsidian Community Pluginsから

  1. Obsidianの設定を開く
  2. 「Community plugins」に移動
  3. 「閲覧」をクリックして「AI Transcriber」を検索
  4. 「インストール」をクリック
  5. プラグインを有効化

手動インストール

  1. GitHubリリースページから最新リリースをダウンロード
  2. ファイルをvaultのプラグインフォルダに展開: <vault>/.obsidian/plugins/ai-transcriber/
  3. Obsidianを再読み込み
  4. 設定 → Community pluginsでプラグインを有効化

セットアップ

OpenAI APIキーの取得

  1. OpenAI Platformにアクセス
  2. アカウントにサインアップまたはログイン
  3. APIキーセクションに移動
  4. 新しいAPIキーを作成
  5. キーをコピー(再度表示されません!)

重要: OpenAI APIは有料サービスです。使用量に基づいて課金されます。現在の料金はOpenAIの価格ページをご確認ください。

プラグインの設定

  1. Obsidian設定 → AI Transcriberを開く
  2. OpenAI APIキーを入力
  3. 希望の文字起こしモデルを選択:
    • GPT-4o Transcribe (gpt-4o-transcribe): 最高品質の文字起こし(推奨)
    • GPT-4o Mini Transcribe (gpt-4o-mini-transcribe): 高速でコスト効率が良い
    • Whisper (whisper-1): 従来の文字起こしモデル
ローカルVAD(任意 / fvad.wasm)

既定ではサーバーサイドVADを使用します。端末内で音声/無音判定(WebRTC VAD)を行いたい場合は以下の手順でローカルVADを有効化できます。

  1. echogardenプロジェクトから fvad.wasm をダウンロード: https://github.com/echogarden-project/fvad-wasm
  2. 設定の無音検出方式のプルダウンでローカルを選択し、ファイルの読み込みでfvad.wasmを導入(もしくは次の場所に配置: <vault>/.obsidian/plugins/ai-transcriber/fvad.wasm
  3. プラグイン設定で VAD モードを「ローカル」に設定

使用方法

音声/動画ファイルの文字起こし

  1. コマンドパレット: 「AI Transcriber: 音声ファイルを文字起こし」を使用
  2. デバイスから音声/動画ファイルを選択
  3. 文字起こし設定を選択
  4. 処理を待つ
  5. 文字起こしテキストが指定されたフォルダに保存されます

設定

API設定

  • APIキー: OpenAI APIキー(安全に保存)
  • モデル選択: GPT-4o Transcribe(gpt-4o-transcribe)、GPT-4o Mini Transcribe(gpt-4o-mini-transcribe)、Whisper(whisper-1)から選択
  • 言語: 言語を指定(設定を基本としつつもAPI側で適宜判別)

出力設定

  • 保存場所: 文字起こしノートのフォルダ
  • 後処理: transcript強化の有効/無効

辞書設定

  • カスタム辞書: 個人用の補正辞書で文字起こし精度を向上
    • よく誤認識される単語や固有名詞を登録
    • 複数言語対応(日本語、英語、中国語、韓国語)

ネットワーク使用の開示

このプラグインはインターネット接続が必要で、以下のサービスと通信します:

  • OpenAI API (api.openai.com): 音声の文字起こしとテキスト処理に使用
    • 音声データは文字起こしのためOpenAIに送信されます
    • APIキーは認証のため各リクエストと共に送信されます
    • プラグインによって文字起こしされたテキスト以外のデータは永続的に保存されません

プライバシーとセキュリティ

  • OpenAI APIキーはObsidianの組み込み暗号化を使用して安全に保存されます
  • 音声録音はOpenAIに送信される前にローカルで処理されます
  • このプラグインによるテレメトリーや使用データの収集はありません
  • 文字起こしされたテキストはローカルのvaultにのみ保存されます

トラブルシューティング

よくある問題

「無効なAPIキー」エラー

  • APIキーが正しく、アクティブであることを確認
  • OpenAIアカウントに十分なクレジットがあるか確認

「録音に失敗しました」エラー

  • PCにマイクの権限があることを確認
  • 設定で別の音声形式を試す

文字起こしが途切れるまたは不完全

  • 大きな音声ファイルはトークン制限に達する可能性があります
  • より短い録音を使用するか、長いファイルを分割してください

文字起こし品質が悪い

  • 良好な音質を確保(背景ノイズを最小限に)
  • はっきりと、適度なペースで話す
  • より高い精度のためGPT-4o Transcribeモデルを試す

ヘルプを得る

問題が発生した場合:

  1. エラーメッセージのコンソールを確認(Ctrl/Cmd + Shift + I)
  2. 競合をテストするため他のプラグインを無効化
  3. GitHubで問題を報告

サポート

このプラグインが役立つと思われた場合:

  • GitHubでリポジトリにスターを付ける
  • バグの報告や機能の提案
  • ドキュメントへの貢献

ライセンス

このプラグインはMITライセンスの下でライセンスされています。詳細はLICENSEをご覧ください。

サードパーティソフトウェア

このプラグインには独自のライセンスを持つサードパーティソフトウェアが含まれています。詳細はTHIRD-PARTY-LICENSES.mdをご覧ください。

主なサードパーティコンポーネント:

  • WebRTC VAD (@echogarden/fvad-wasm): - 音声区間検出に使用

謝辞

  • 素晴らしいプラットフォームを提供してくれたObsidianチーム
  • 強力なAIモデルを提供してくれたOpenAI

オープンソースライブラリ

  • WebRTC VAD - Googleの音声区間検出アルゴリズム
  • @echogarden/fvad-wasm - WebRTC VADのWASMポート
  • @noble/hashes - Paul Miller氏による暗号化ハッシュ関数

開発ツール

  • Node.js - JavaScriptランタイム
  • TypeScript - 型安全なJavaScript
  • esbuild - 高速JavaScriptバンドラー
  • Jest - テスティングフレームワーク

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Text to Speech
4 years ago by Johannes Theiner
Text to speech for Obsidian. Hear your notes.
Text Generator
4 years ago by Noureddine Haouari
Text Generator is a versatile plugin for Obsidian that allows you to generate text content using various AI providers, including OpenAI, Anthropic, Google and local models.
Notion Video Embed
4 years ago by lastknightcoder
Timestamp Notes
4 years ago by Julian Grunauer
This plugin allows side-by-side notetaking with videos. Annotate your notes with timestamps to directly control the video and remember where each note comes from.
Transcription
3 years ago by djmango (Sulaiman Ghori)
Obsidian plugin to create high-quality transcriptions from markdown linked audio files
Audio Notes
3 years ago by Jason Maldonis
Easily take notes on podcasts and other audio files using Obsidian Audio Notes.
Smart Connections
3 years ago by Brian Petro
Chat with your notes & see links to related content with AI embeddings. Use local models or 100+ via APIs like Claude, Gemini, ChatGPT & Llama 3
Audio Player
3 years ago by noonesimg
audio player plugin with bookmarks for Obsidian.md
Canvas Conversation
3 years ago by André Baltazar
A plugin for Obsidian that allows you to create a canvas conversation using ChatGPT.
Khoj
3 years ago by Debanjum Singh Solanky
Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (gpt, claude, gemini, llama, qwen, mistral). Get started - free.
YTranscript
3 years ago by Łukasz Strzępek
ChatGPT MD
3 years ago by Bram Adams
A (nearly) seamless integration of ChatGPT into Obsidian.
Gene 🧬
3 years ago by Matiss Jurevics
An AI assistant plugin for Obsidian
AI Commander
3 years ago by Simon Yang
GPT Assistant
3 years ago by M7mdisk
Ask GPT from your notes and get personalized answers based on your knowledge base.
Semantic Search
3 years ago by bbawj
Semantic search for Obsidian.md
AI Assistant
3 years ago by Quentin Grail
AI Assistant Plugin for Obsidian
text2anki-openai
3 years ago by Mani Batra
GPT-LiteInquirer
3 years ago by ittuann
💬 Experience OpenAI ChatGPT assistance directly within Obsidian, drafting content without interrupting your creative flow.
Personal Assistant
3 years ago by edony
A plugin that harnesses AI agents and streamlining techniques to help you automatically manage Obsidian.
AI Mentor
3 years ago by clementpoiret
brAIn
3 years ago by lusob
Silicon AI
3 years ago by deepfates
Add some intelligence to your notes with Silicon AI for Obsidian
Arcana
3 years ago by A-F-V
Supercharge your Obsidian note-taking through AI-powered insights and suggestions
Vault Chat
3 years ago by Exo Ascension
A ChatGPT bot trained on your vault notes. Ask your AI questions about your own thoughts and ideas!
Cloudinary
3 years ago by Uday Samsani, Jordan Handy
Cloudinary plugin for content uploading and transformation.
BMO Chatbot
3 years ago by Longy2k
Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, Google Gemini, Mistral AI, OpenAI, and more for Obsidian.
AI Notes Summary
3 years ago by R. Ian Bull (irbull)
An Obsidian plugin that uses ChatGPT to generate a summary of referenced notes
Speech To Text Keyboard Helper
3 years ago by mwoz123
AI Research Assistant
3 years ago by Interweb Alchemy
Prompt Engineering Research Tool for AI APIs
ChatGPT Definition
3 years ago by julix14
Flashcard Generator
3 years ago by ChloeDia
Obsidian Plug-in to automatically create a set of questions/answers on your notes !
AI Editor
3 years ago by Zekun Shen
Eleven Labs
3 years ago by Mark Charles
Auto Tag
3 years ago by Control Alt
Easily generate relevant tags for your Obsidian notes.
Chat with Bard
3 years ago by Artel250
An obsidian plugin that enables you to talk to Google Gemnini directly
Gladdis
3 years ago by Aurélien Stébé
Gladdis (Generative Language Artificial Dedicated & Diligent Intelligence System) - it's an AI chatbot.
Canvas LLM Extender
3 years ago by Pasi Saarinen
Let the OpenAI LLM add nodes to your Obsidian canvas
ChatCBT
2 years ago by Claire Froelich
AI-powered journaling plugin for your Obsidian notes, inspired by cognitive behavioral therapy
Intelligence
2 years ago by John Mavrick
YouTube Template
2 years ago by sundevista
📺 A plugin that would help you to fetch YouTube videos data into your vault.
Gemini Assistant
2 years ago by eatgrass
Your AI assistant in obsidian
Aloud
2 years ago by Adrian Lyjak
Obsidian TTS Plugin
Smart Second Brain
2 years ago by Leo310, nicobrauchtgit
An Obsidian plugin to interact with your privacy focused AI-Assistant making your second brain even smarter!
WordWise
2 years ago by ckt1031
Writing companion for AI content generation.
AI Tagger
2 years ago by Luca Grippa
Simplify tagging in Obsidian. Instantly analyze and tag your document with one click for efficient note organization.
Quiz Generator
2 years ago by Edward Cui
Generate interactive flashcards from your notes using models from OpenAI (ChatGPT), Google (Gemini), Ollama (local LLMs), and more. Or manually create your own to use with the quiz UI.
Select & Complete
2 years ago by Mario De Luca
A really simple and easy to use AI completion for Obsidian
VLC Bridge
2 years ago by zuluwi
An Obsidian plugin that lets you control VLC Player via Obsidian and add a timestamped link or snapshot from existing video to your note
AI Zhipu
2 years ago by Tarslab
AI-zhipu is an Obsidian plugin that helps you utilize the Zhipu API. 智谱AI obsidian 插件
AI LLM
2 years ago by Sparky4567
Lets to use local llms in your Obsidian Vaults, extend your stories or create entirely new texts based on your previous input
AI Summarize
2 years ago by Alp Sariyer
Easy to use AI Summary tool for your notes in Obsidian
Autoplay & Loop
2 years ago by Zerkshop & Wapply
This Obsidian plugin auto reproduces content inside notes.
Cloud Atlas
2 years ago by Cloud Atlas
Cloud Atlas Obsidian Client
Reverse Prompter
2 years ago by Ryan Halliday
Let AI generate prompts to keep you writing
Markpilot
2 years ago by Taichi Maeda
AI-powered inline completions and chat view for Obsidian
AI for Templater
2 years ago by TfTHacker
Extends Templater with AI Chat commands using the OpenAI Client Library
Strapi Exporter AI
2 years ago by Cinquin Andy
[prod] - 🚀 Strapi Exporter: Supercharge Your Obsidian-to-Strapi Workflow, export an obsidian notes directly to your Strapi API
CoCo AskAI
2 years ago by Yukee
CoCo-AskAI is an Obsidian plugin that enables AI-powered note assistance, enhancing the writing experience with customizable functions.
ai-writer
2 years ago by Donovan Ye
A plugin for Obsidian that uses AI to help you write better and faster.
AI Chat
2 years ago by arenasys
Text2Audio
2 years ago by Haifeng Lu
Convert text to audio.
Voicenotes Sync
2 years ago by Andrew Lombardi
Official Obsidian plugin that syncs your notes from VoiceNotes.com into your vault
Github Copilot
2 years ago by Vasseur Pierre-Adrien
A bridge between Obsidian and Github Copilot
Ayanite
2 years ago by jemstelos
AudioPen Sync
2 years ago by Jonas Haefele
Connect AudioPen to Obsidian
Explain Selection With AI
2 years ago by Ben Wurster
This is my first go at making an Obsidian plugin to elaborate on and describe selected bits of information and their context.
Tars
2 years ago by Tarslab
Obsidian tars plugin that supports text generation based on tag suggestions, using services like DeepSeek, Claude, OpenAI, OpenRouter, SiliconFlow, Gemini, Ollama, Kimi, Doubao, Qwen, Zhipu, QianFan & more.
You and Your Research
2 years ago by Neo Zhang
Notes Refresher
2 years ago by Connor Park
Obsidian plugin for AI-generated note refreshers
mpv links
2 years ago by patsh90
Obisidian plugin for creating and using video links
Caret
2 years ago by Jake Colling
Caret, an Obsidian Plugin
AI image analyzer
2 years ago by Swaggeroo
Analyze images with AI to get keywords of the image.
Smart Templates
2 years ago by 🌴 Brian Petro
Smart Templates is an AI powered templates for generating structured content in Obsidian. Works with Local Models, Anthropic Claude, Gemini, OpenAI and more.
Super Duper Audio Recorder
2 years ago by Thiago MadPin
Ever felt like the core audio recorder in Obsidian was playing hard to get? Well, fret no more! Our Super Duper Audio Recorder is here to save the day (and your sanity)! This plugin enhances your audio recording experience in Obsidian by adding folder selection and audio source options.
Geulo
2 years ago by Junyoung Bang
Extension for pulling and syncing the videos that you liked in Youtube to Obsidian vault.
AI LaTeX Generator
2 years ago by Aayush Shah
An Obsidian plugin that generates latex code from natural language inputs.
Mesh AI
2 years ago by Chasebank87
Media Extended
5 years ago by AidenLx
Transform your Obsidian into a powerful video note-taking tool. 🖇️🗂️⏯️
Epiphany
2 years ago by Epiphany
AutoPause
2 years ago by Chris Kephart
Allows only one audio track playing in Obsidian at a time, pausing the others.
InfraNodus AI Graph View
2 years ago by Nodus Labs
Advanced graph view for Obsidian: text analysis, topic modeling, and AI with InfraNodus AI text analysis tool: https://infranodus.com
Open Interpreter
2 years ago by Mike Bird
The power of Open Interpreter in your Obsidian vault
Local Media Embedder
2 years ago by seyf1elislam
an obsidian plugin allows you to Embed videos and images and audios from your local device in your notes.
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Smart Composer
2 years ago by Heesu Suh
AI chat assistant for Obsidian with contextual awareness, smart writing assistance, and one-click edits. Features vault-aware conversations, semantic search, and local model support.
NeuroVox
a year ago by Synaptic Labs
Obsidian plugin for transcription and generation
Gemini Scribe
a year ago by Allen Hutchison
An obsidian plugin to interact with Google Gemini
AI bot
a year ago by kuzzh
The AI Bot Plugin is a powerful tool designed to enhance your note-editing experience in Obsidian by leveraging the capabilities of AI. This plugin allows you to interact with an AI assistant directly within Obsidian, making it easier to generate, edit, and organize your notes with intelligent suggestions and automated tasks.
LLM workspace
a year ago by Olivér Falvai
Scribe
a year ago by Mike Alicea
Record, transcribe, and transform voice notes into structured insights. Leverage Whisper or AssemblyAI and ChatGPT to fill in gaps, generate summaries, and visualize ideas — all seamlessly integrated within Obsidian.
Smart Context
a year ago by 🌴 Brian
Atomizer
a year ago by Zac Bagley
An AI-Driven Obsidian plugin designed to turn lengthy text into insightful atomic notes. Perfect for turning source notes into ideas in a Zettelkasten workflow.
AI-AnkiSync
a year ago by goev
AI Revisionist
a year ago by Synaptic Labs
YouTube Video Summarizer
a year ago by mbramani
Generate AI-powered summaries of YouTube videos directly in Obsidian using Google's Gemini AI.
InlineAI
a year ago by FBarrca
MCP Tools
a year ago by Jack Steam
Add Obsidian integrations like semantic search and custom Templater prompts to Claude or any MCP client.
AI Providers
a year ago by Pavel Frankov
This plugin is a hub for setting AI providers (OpenAI-like, Ollama and more) in one place.
WHISPERER.md
a year ago by Falcion
A plugin for note-taking app Obsidian which allows you to play ambience music in vault and assign different tracks to files specifically
AI integration Hub
a year ago by Hishmat Salehi
A modular AI integration hub for Obsidian
Vision Recall
a year ago by Travis Van Nimwegen
Transform screenshots into searchable Obsidian notes using AI vision and text analysis
AI Tagger Universe
a year ago by Hu Nie
An intelligent Obsidian plugin that leverages AI to automatically analyze note content and suggest relevant tags, supporting both local and cloud-based LLM services.
Memos AI Sync
a year ago by leoleelxh
obsidian-memos-sync-plugin,将 Memos 内容同步到 Obsidian 的插件,提供无缝集成体验。
Blog AI Generator
a year ago by Gareth Ng
Obsidian Plugin: generate blog via AI based on the current note.
Waveform Player
a year ago by Zhou Hua
Media Slider
a year ago by Aditya Amatya
An obsidian plugin that helps to make slider for images, audios, videos, pdfs, markdown, etc in obsidian notes.
Student Repo
a year ago by Feirong.zfr
学生知识库助手(Student Repository Helper)是一个面向学生或学生家长的Obsidian 插件,这款插件旨在解决学生在学习阶段面临的资料管理难题,将学习过程中产生的各类重要资料,如试卷、笔记、关键文档、绘画手工作品等,进行系统性的数字化整合与管理,并利用 AI 助手定期进行学习分析总结。随着时间的推移,它将助力你逐步搭建起一座专属你自己的知识宝库,这座宝库将伴随你一生,成为你知识成长与积累的见证。
Annotate Audio
a year ago by VidE
Research Quest
a year ago by Nathan Arthur
Smart ChatGPT
a year ago by 🌴 Brian
LLM Test Generator
a year ago by Aldo E George
AI Helper
a year ago by David Connolly
AI Note Tagger
a year ago by Jasper Mayone
Auto tagging obsidian notes w/ AI
HiNote
a year ago by Kai
Add comments to highlighted notes, use AI for thinking, and flashcards for memory.
Large Language Models
a year ago by eharris128, r-mahoney, & jsmorabito
The LLM plugin gives Obsidian users access to local and web-based, large language models via several chat interfaces: modal, widget, FAB window, and commands.
Proofreader
a year ago by pseudometa (aka Chris Grieser)
AI-based proofreading and stylistic improvements for your writing. Changes are inserted as suggestions directly in the editor, similar to suggested changes in word processing apps.
Images to Notes
a year ago by Rodolfo Terriquez
Turn photos of your handwritten notes into markdown
Vault LLM Assistant
a year ago by Brians Tjipto
An obsidian notebook plugin that uses LLM (OpenAI or Gemini) to answer questions and create new notes about your vault
Notemd
a year ago by Jacob
A Easy way to create your own Knowledge-base! Notemd enhances your Obsidian workflow by integrating with various Large Language Models (LLMs) to process your notes, automatically generate wiki-links for key concepts, create corresponding concept notes, perform web research, and more.
LLM docs
a year ago by Shane Lamb
Chat with LLM in regular markdown files in Obsidian
AI Image OCR
8 months ago by Rootiest
Obsidian plugin for AI-powered text extraction from images
Note Companion AI
8 months ago by Benjamin Ashgan Shafii
Note Companion: AI assistant for Obsidian that goes beyond just a chat. (prev File Organizer 2000)
NoteSmith
8 months ago by csteamengine
Hydrate
5 months ago by hydrateagent
AI Companion
5 months ago by Kowshik
An Obsidian plugin that provides AI assistance using OpenAI's API, triggered by the `/ai` slash command.
Transcription Audio
5 months ago by cha-yh
YOLO
4 months ago by Lapis0x0
Smart, snappy, and multilingual AI assistant for your vault.
Memories
3 months ago by DIMFLIX
Plugin to display a gallery directly in a note.
Nova
3 months ago by Shawn Duggan
Nova - AI plugin for Obsidian that edits your documents directly through natural conversation. Stop copying from chat, start collaborating with AI.
TikToker
2 months ago by ameyxd
Save TikTok videos as markdown notes with embedded content and metadata extraction.