Skip to content

Releases: Pitkil/obsidian-AI-organization-plugin

AI Organizer 0.1.3

Choose a tag to compare

@Pitkil Pitkil released this 17 Sep 03:11

主要更新

  • 修复取消文本选区后仍沿用旧选区上下文的问题;现在会自动回退到当前打开的整篇文档。
  • 保留从编辑器切换到对话输入框时的稳定选区上下文,切换笔记或移除选区时同步清理旧快照。
  • 全面重构中英文 README,补全自定义系统 Prompt、排版 Prompt、独立模型配置、视觉模型、OCR、翻译、便签与知识库整理能力说明。
  • 使用全新的宣传图、真实功能截图与排版 Diff 动图展示核心工作流。

安装

在 Obsidian 的第三方插件市场搜索 AI Organizer,或下载下方的 main.jsmanifest.jsonstyles.css 手动安装。

验证

  • npm run build 通过
  • 156 项测试全部通过
  • 生产依赖审计:0 个漏洞

AI Organizer 0.1.2

Choose a tag to compare

@Pitkil Pitkil released this 23 Aug 04:59

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

Choose a tag to compare

@Pitkil Pitkil released this 23 Aug 00:31

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

Choose a tag to compare

@Pitkil Pitkil released this 22 Aug 15:27

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