Victor Stupin20 downloadsSync messages from MAX messenger into your Obsidian vault.
Sync messages from MAX messenger into your Obsidian vault.
The plugin fetches new messages from a companion sync server, appends them to a target note (with an optional template), and downloads media attachments into your vault.
Desktop only (Obsidian 1.5.0+).
/token)main.js and manifest.json from the latest GitHub Release of this repository<vault>/.obsidian/plugins/max-sync//token to the bot and copy the tokenMAX/template.md)MAX/Inbox.md)Attachments)Run the command Fetch new messages (Command palette).
New messages are appended to the target file. Attachments are saved under the attachments folder.
If you use a template file, these placeholders are supported:
| Variable | Description |
|---|---|
{{date}} |
Message date |
{{time}} |
Message time |
{{created}} |
Creation timestamp |
{{sender}} |
Sender display name |
{{sender_id}} |
Sender ID |
{{message_id}} |
Message ID |
{{type}} |
Message type |
{{text}} |
Message text |
{{attachment}} |
Attachment link/line |
{{transcription}} |
Transcribed audio text (if any) |
{{tags}} |
Tags |
npm install
npm run dev # watch build
npm run build # production build → main.js
MIT — see LICENSE.