Shodh Sync

February 21, 2026 ยท View on GitHub

Sync your Shodh memories into Obsidian vault hierarchically.

๐Ÿ”— Related Project: SHODH on Cloudflare - The backend API that powers this plugin

Install

  1. Obsidian โ†’ Settings โ†’ Community Plugins โ†’ Browse.
  2. Search 'Shodh Sync'.
  3. Enable.

Setup

Settings:

  • Shodh URL: http://localhost:3030 (or Cloudflare).
  • API Key: Your Shodh API key.
  • User ID: Your Shodh user ID.
  • Sync Folder: 'Memories' โ†’ Creates Memories/2026/02/memory.md.

Usage

Command Palette: 'Sync Shodh Memories' โ†’ Pulls all, MD files with YAML.

Hierarchie: Year/Month/ID.md (tags in frontmatter).

API

Uses Shodh API endpoints:

  • GET /api/memories - List all memories with pagination
  • Authentication via Authorization: Bearer {apiKey} header

For API details, see shodh-cloudflare.

Dev

pnpm i โ†’ pnpm build.