MindVault Sync
pendingby MindVault
Sync your vault with MindVault AI assistant. Two-way sync, background auto-sync, OAuth connect.
MindVault Sync
Sync your Obsidian vault with your MindVault AI assistant.
Features
- Two-way sync — push your notes to MindVault, pull them back to Obsidian
- Auto-sync — syncs in the background every N minutes (configurable, default 15)
- One-click connect — OAuth flow, no manual API key entry needed
- Ribbon button — manual sync from the sidebar
- Status bar — shows last sync time
Installation
Via BRAT (recommended while awaiting Community Plugins review)
- Install BRAT
- Add repository:
kislyakovma/mindvault-obsidian-plugin
Manual
- Download
main.js,manifest.json,styles.cssfrom the latest release - Create folder
.obsidian/plugins/mindvault-sync/in your vault - Copy the files there
- In Obsidian: Settings → Community plugins → Enable MindVault Sync
Setup
- Open plugin settings → click Connect
- Authorize in the browser (takes ~10 seconds)
- Select which assistant to sync with
- Press the 🔵 button in the sidebar or wait for auto-sync
How it works
- Push — all
.mdfiles from Obsidian are sent to the MindVault vault - Pull — files from MindVault vault are downloaded to Obsidian
- Conflict resolution: push first, then pull (last-write-wins)
Privacy
The plugin only communicates with api.mvault.ru. No data is sent to any third parties. Network requests only happen after explicit user authorization.
Requirements
A MindVault account with an active AI assistant.
На русском
Установка через BRAT
- Установи плагин BRAT
- Добавь репозиторий:
kislyakovma/mindvault-obsidian-plugin
Использование
- Настройки плагина → Подключить
- Разреши доступ в браузере
- Выбери ассистента из списка
- Нажми кнопку в сайдбаре или жди автосинхронизации
Разработка
npm install
npm run build # собрать main.js
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.