它會讀取筆記的 front matter 與連結,把它們對應到 Airtable 欄位,並將每則筆記更新或插入為紀錄,同時保留彼此之間的關聯。編輯會雙向流動,而當同一筆紀錄在兩邊都被修改時,它會標記衝突而不是自行猜測,因此不會有任何東西被悄悄覆寫。
運作方式
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
將筆記欄位與標籤映射至 Airtable Base 中相對應的資料欄位。
pending
以 Upsert 方式將每則筆記儲存為一筆紀錄,並將筆記間的連結保留為關聯式紀錄。
pending
雙向同步編輯內容,並標記兩端同時修改同一筆紀錄所產生的衝突。
pending
輸出範例
json
// Sample output
// (generated when the pipeline finishes)
Given changed Obsidian notes, map front matter and links to Airtable columns and return an upsert plan with record ids and any sync conflicts.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.