dimohy75 downloadsSynchronize Markdown notes with a Slogs remote Obsidian vault.
Slogs Sync synchronizes an Obsidian vault with the Slogs remote Obsidian Vault API.
Slogs Sync is available as an Obsidian community plugin. Version 0.1.2 requires Obsidian 1.6.6 or newer.
Slogs Sync.For unreleased test builds, use the GitHub releases in this repository or add this repository to BRAT. Normal users should install the community plugin instead of copying files into a vault.
obsidian.sync scope.https://slogs.dev.obsidian.sync token.Sync all Slogs filesPush current file to SlogsPull remote changes from SlogsOpen mapped Slogs postOpen Slogs vault settingsMarkdown files outside .obsidian/ sync by default. Attachments and .obsidian settings are explicit opt-in toggles in plugin settings.
Frontmatter-triggered mappings are also opt-in:
---
slogs.post: true
slogs.slug: my-slogs-post
slogs.llmWiki: true
slogs.llmWiki.categoryPath: slogs/obsidian-import
---
Conflicts open a modal so the user can use the remote copy, keep the local copy, or skip the file instead of overwriting silently.
npm install
npm run check
npm run test
npm run build
Release assets are manifest.json, main.js, and styles.css if a future release adds styles. The GitHub release tag must match the version in manifest.json.