Obsidian 插件,用于配置 Pot-App 生词本的保存路径。
- 设置生词本文件名和路径
- 自动写入共享配置文件,供 Pot-App 插件读取
- 一键创建生词本文件
- 下载 Release 中的
main.js、manifest.json、styles.css - 在 Obsidian 的
.obsidian/plugins/目录下创建pot2obsidian文件夹 - 将下载的文件复制到该文件夹
- 重启 Obsidian
- 在设置 → 第三方插件中启用 Pot2Obsidian
在插件设置中:
- Vocabulary file name: 生词本文件名(默认
flashcards.md) - Folder path: 相对于 Vault 根目录的文件夹路径(可选)
插件会将配置写入 ~/.pot2obsidian/config.json:
{
"file_path": "D:\\Obsidian Vaults\\MyVault\\flashcards.md",
"vault_path": "D:\\Obsidian Vaults\\MyVault",
"file_name": "flashcards.md",
"relative_path": ""
}Pot-App 的 Pot2Obsidian 插件会读取此配置文件,自动获取生词本路径。
- 安装此 Obsidian 插件,配置生词本路径
- 安装 Pot-App Pot2Obsidian 插件
- 在 Pot-App 中翻译并收藏,生词自动保存到 Obsidian
- Pot-App Pot2Obsidian 插件 - Pot-App 端收藏插件
GPL-3.0