edonyzpc18k downloadsAI-powered workflows to streamline the management of records, callouts, frontmatter, graph view, themes, and plugins.
An Obsidian plugin which help you to automatically manage Obsidian.
中文手册
·
Manual
💯Tips: If you are not a developer, please refer to the manual for optimal use.
NOTE: New shiny feature: Support an LLM chat assistant that can use Memory from your notes. Before preparing memory, the assistant explains data flow, AI provider usage, and possible cost, then asks for your approval.
Supporting featured image generation by AI according to the content of the note.
AI Helper to improve your Obsidian notes management
Animation rendering statistics
Preview records
List callout
Update metadata
Update Plugins and Themes
Basic Usage
NOTE: The currently supported features are all from my personal needs, feature request is welcome by submitting issues.
Please reference HERE.
Since 1.6.4, rebuilding Memory batches note chunks across files and uses provider-aware embedding limits instead of a fixed per-file delay. Qwen text-embedding-v4 / text-embedding-v3 rebuilds send up to 10 chunks per request with token-aware throttling and retry feedback. The long-running Memory notice now reports live progress such as scanning notes, embedding chunks, writing the index, retrying, and ready.
Manual "Update memory" keeps the safer per-file refresh path for now, but it also reports file-level progress and still skips unchanged notes before calling the embedding provider. Sharing the global rebuild batching pipeline with refresh is planned as a later large-vault optimization.
After you approve and successfully prepare Memory once on a device, changed notes can be maintained automatically while Obsidian is open. Chat no longer waits for a refresh when the local SQLite/WASM Memory index is ready; it can answer with the last prepared Memory while a background reconcile/refresh updates changed notes.
Automatic maintenance writes Memory embedding data to the device-local SQLite/WASM OPFS backend and keeps VSS maintenance state in local Obsidian app storage. It does not create new vss-index-state/, vss-index-state/<deviceId>/manifest.json, or vss-cache/dirty.json files in the vault.
Personal Assistant does not include telemetry or analytics. By default, Statistics history is stored in local Obsidian app storage on the current device and is not uploaded by the plugin. If you enable cross-device Statistics history, the plugin creates vault-visible Statistics history files so your normal vault sync can carry them; Git users will see those files change.
| Feature | Trigger | Data sent | Destination | Background? | User control |
|---|---|---|---|---|---|
| Chat | You send a message | Prompt; when enabled, selected note/tool context, Memory search query, and selected Memory excerpts or note snippets used in the final answer prompt | Configured AI provider | No | Provider, chat, and Memory settings |
| AI note tools | You run summary or note AI actions | Current note content and the generated prompt | Configured AI provider | No | User action and AI settings |
| Memory prepare/update | You approve prepare or update | Note text and Memory search data | Configured AI provider | The manual action is not background; after success, changed notes may update in background | Memory settings and background toggle |
| Memory changed-note maintenance | Memory has been prepared and background updates are enabled | Changed note text | Configured AI provider | Yes | Memory background setting |
| Qwen web search | You enable web search for Qwen responses | Question and final prompt context | DashScope/Bailian | No | Qwen response setting |
| Featured image generation | You run image generation | Current note content for prompt generation, then image prompt and task requests | Configured AI provider and DashScope/Bailian | Polls task status after your request | User action and AI settings |
| Plugin/theme updater | You run the updater/install flow | Plugin or theme IDs and download requests | GitHub and jsDelivr | No | User action |
| Ollama | You select the local provider | Prompt or Memory text | Local Ollama endpoint | Depends on the feature | Provider setting |
The local VSS SQLite backend uses @sqliteai/sqlite-wasm pinned to 3.50.4-sync.0.8.30-vector.0.9.23. Before publishing a release with this backend, review the upstream package license and release terms for your distribution scenario.
The local VSS SQLite/WASM backend has been smoke-tested on Obsidian Desktop and Obsidian iOS with the test vault, including rebuild, refresh, reload persistence, chat, and Memory references. Android has not been fully validated on a physical device yet because no Android test device is currently available, so Android VSS support should be treated as pending verification.
Now Personal Assistant plugin is available in plugin market, you can install this plugin directly within Obsidian App, please check this mannual to get more details.

https://github.com/edonyzpc/personal-assistant into the modal that opens upnpm install && npm run build or download from release pagemain.js, styles.css, and manifest.json to your vault config folder, usually {VaultFolder}/.obsidian/plugins/personal-assistant/. If your vault uses a custom config folder, use that folder instead of .obsidian.
Folder Templates of plugin Templater to format the created notes by the command above, the example is as following





createNote, createDirectoryclass CalloutPreviewComponent and color.tspackage statsIf you've got any kind of feedback or questions, feel free to reach out via GitHub issues.