Releases: Pitkil/obsidian-AI-organization-plugin
Releases · Pitkil/obsidian-AI-organization-plugin
Release list
AI Organizer 0.1.3
主要更新
- 修复取消文本选区后仍沿用旧选区上下文的问题;现在会自动回退到当前打开的整篇文档。
- 保留从编辑器切换到对话输入框时的稳定选区上下文,切换笔记或移除选区时同步清理旧快照。
- 全面重构中英文 README,补全自定义系统 Prompt、排版 Prompt、独立模型配置、视觉模型、OCR、翻译、便签与知识库整理能力说明。
- 使用全新的宣传图、真实功能截图与排版 Diff 动图展示核心工作流。
安装
在 Obsidian 的第三方插件市场搜索 AI Organizer,或下载下方的 main.js、manifest.json、styles.css 手动安装。
验证
npm run build通过- 156 项测试全部通过
- 生产依赖审计:0 个漏洞
AI Organizer 0.1.2
AI Organizer 0.1.2
What's new
- Added Chinese / English interface switching.
- Translated the chat panel, translation popover, annotation UI, settings, and modal dialogs.
- Added bilingual README documentation.
- Added GitHub, Obsidian marketplace, BRAT, manual installation, and development instructions.
- Improved the chat workbench layout and spacing.
- Added i18n tests and translation-key validation.
- All 156 tests pass.
Installation
Community plugin marketplace
Search for AI Organizer in:
Settings → Community plugins → Browse
BRAT
Add this repository:
Pitkil/obsidian-AI-organization-plugin
Manual installation
Download the following files and copy them to:
<your-vault>/.obsidian/plugins/ai-organizer/
AI Organizer 0.1.1
AI Organizer 0.1.1
Fixed
- Added MIT license for community directory compliance
- Reworked README with English-first documentation
- Updated minAppVersion to match the Obsidian APIs used by the plugin
- Removed unload-time chat leaf detaching to preserve user layout
- Replaced direct fetch calls with Obsidian requestUrl
- Cleaned CSS compatibility warnings for the Obsidian review
- Added release asset attestation workflow
- Rebuilt main.js and updated tests
AI Organizer 0.1.0
AI Organizer 0.1.0
First public release of AI Organizer.
Features
- AI chat with configurable providers and models
- Selection toolbar for translate, explain, polish, expand, summarize, and ask
- Smart note formatting workflow
- Image organization and link rewriting
- Note annotations and contextual chat workflows
- OCR fallback support for image understanding
Files
- manifest.json
- main.js
- styles.css