Obsidian Auto Note Importer banner
uppinote20 uppinote20

Obsidian Auto Note Importer

Productivity community

Description

Two-way sync between Obsidian and your databases — Airtable, SeaTable, Supabase, Notion. Multi-config, conflict resolution, computed fields, Notion page-body pull.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Auto Note Importer

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/uppinote20/obsidian-auto-note-importer/release.yml?logo=github) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/uppinote20/obsidian-auto-note-importer?sort=semver) ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/uppinote20/obsidian-auto-note-importer/total)

**Two-way sync between your databases and your Obsidian vault.** Point it at Airtable, SeaTable, Supabase, or Notion — it pulls rows in as notes, pushes your edits back, and keeps computed fields fresh.

Provider Pull → notes Push edits back Computed fields Page body
Airtable ✅ formula / rollup / lookup
SeaTable ✅ formula / link-formula
Supabase ✅ generated columns
Notion ✅ page properties ✅ formula / rollup ✅ blocks → Markdown (pull)

Built on a provider-agnostic core — every provider gets the same multi-config, conflict-resolution, and safety machinery.

![Settings screenshot](assets/settings.png)

✨ Highlights

  • Sync your way — manual commands, scheduled intervals, or auto-sync on file change; several configurations (different bases / tables / folders) run side-by-side
  • Bidirectional & conflict-aware — push frontmatter edits back, resolve collisions with Manual / Obsidian wins / Remote wins, and auto-refetch server-computed values after a push
  • Safe by default — read-only and object-shaped fields never get clobbered; filename/subfolder pickers only offer types that make valid names; unknown types fail closed
  • Notes that feel native{{field}} templates (incl. {{body}} for Notion page content), subfolder organization by field value, Bases-friendly YAML frontmatter

📦 Installation

  1. Settings → Community plugins → Browse → search "Auto Note Importer" → Install & Enable