An Obsidian plugin that bridges Pot-App (a cross-platform translation tool) with your Obsidian vault. It lets you configure a vocabulary file path, which the companion Pot-App plugin reads to automatically save collected words.
This plugin writes a shared config file at ~/.pot2obsidian/config.json every time settings change. The Pot-App Pot2Obsidian plugin reads this file to know where to append vocabulary entries — no manual path configuration needed in Pot-App.
[Obsidian Plugin] → ~/.pot2obsidian/config.json → [Pot-App Plugin] → flashcards.md
- Configure vocabulary file name and folder path within the vault
- Automatically writes a shared config file for Pot-App to read
- One-click button to create the vocabulary file if it doesn't exist
- Saves words in Obsidian Spaced Repetition flashcard format
Each collected word is appended to your vocabulary file in flashcard format:
apple
?
n. 苹果
- Open Obsidian Settings → Community Plugins
- Search for "Pot2Obsidian"
- Click Install, then Enable
- Download
main.js,manifest.json, andstyles.cssfrom the latest release - Create a folder
pot2obsidianinside your vault's.obsidian/plugins/directory - Copy the downloaded files into that folder
- Restart Obsidian and enable the plugin under Settings → Community Plugins
Open Settings → Pot2Obsidian:
| Setting | Description | Default |
|---|---|---|
| Vocabulary file name | Name of the markdown file | flashcards.md |
| Folder path | Relative path within your vault (leave empty for vault root) | (empty) |
The current full path and config file location are displayed below the settings for reference.
- Install and configure this Obsidian plugin (set your preferred file name and path)
- Install the Pot-App Pot2Obsidian plugin in Pot-App
- Translate a word in Pot-App and click the collect button — it will be saved to your Obsidian vault automatically
- Obsidian v0.15.0 or later
- Desktop only (requires filesystem access)
- Pot-App with the companion collection plugin
- Pot-App Pot2Obsidian Plugin — the Pot-App side of this integration
GPL-3.0
Obsidian 插件,用于配置 Pot-App 生词本的保存路径。
- 设置生词本文件名和路径
- 自动写入共享配置文件,供 Pot-App 插件读取
- 一键创建生词本文件
在 Obsidian 设置 → 第三方插件中搜索 "Pot2Obsidian",安装并启用。
- 从 Release 下载
main.js、manifest.json、styles.css - 在
.obsidian/plugins/下创建pot2obsidian文件夹 - 将文件复制进去,重启 Obsidian 并启用插件
在插件设置中:
- Vocabulary file name:生词本文件名(默认
flashcards.md) - Folder path:相对于 Vault 根目录的文件夹路径(可留空)
- 安装此 Obsidian 插件并配置路径
- 安装 Pot-App Pot2Obsidian 插件
- 在 Pot-App 中翻译并收藏,生词自动保存到 Obsidian