d60007bc47
添加两篇博客文章,探讨Agent系统与操作系统的概念类比。主要新增文件包括: - 博客/AI与大模型/学习Agent,越学越像在重新理解操作系统.md:简洁版文章 - temp-agent-os-v2.md:详细扩展版文章,深入对比进程/线程与Sub-Agent、系统调用与Tool Use、虚拟内存与Context Window、文件系统与RAG等概念 同时更新Obsidian插件视图,使设置按钮打开站点配置模态框而非空操作。
Obsidian plugin for Halo
This plugin allows you to publish your Obsidian documents to Halo.
Preview
Usage
- Search for "Halo" in Obsidian's community plugins browser.
- Click Install.
- Go to Settings -> Community Plugins -> Halo and configure the settings.
- Create a new site:
-
Site name: the name of the site, optional.
-
Site URL: the URL of the site, e.g.
https://example.com. -
Personal access token: The personal access token of your Halo site, needs
Post Managepermission.More information about personal access token: Personal Access Token
-
Set as default: set the site as the default site.
-
- Open a note you want to publish, and run the command
Halo: Publish to Halo. - All available commands:
- Halo: Publish to Halo: publish the current note to Halo.
- Halo: Publish to Halo (use default settings): publish the current note to the default site.
- Halo: Pull posts from Halo: pull posts from Halo to Obsidian.
- Halo: Update content from Halo: update the content of the current note from Halo.
Development
-
Create a new Obisidian vault for development.
-
Clone this repo to the plugins folder of the newly created vault.
cd path/to/vault/.obsidian/plugins git clone https://github.com/ruibaby/obsidian-halo -
Install dependencies
cd obsidian-halo npm install -
Build the plugin
npm run dev -
Reload Obsidian and enable the plugin in Settings.
Credits
- obsidian-wordpress: the original idea came from this repo.
TODO
- i18n
- Upload images
- Publish this plugin to Obsidian community


