From 0a413813a6c91611b627fabea16892deaeecdc09 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 22 Jan 2026 21:03:49 +0100 Subject: [PATCH] Create task task-063 --- ...age-overflow-store-content-in-IndexedDB.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 backlog/tasks/task-063 - Fix-Obsidian-vault-storage-overflow-store-content-in-IndexedDB.md diff --git a/backlog/tasks/task-063 - Fix-Obsidian-vault-storage-overflow-store-content-in-IndexedDB.md b/backlog/tasks/task-063 - Fix-Obsidian-vault-storage-overflow-store-content-in-IndexedDB.md new file mode 100644 index 0000000..71f665b --- /dev/null +++ b/backlog/tasks/task-063 - Fix-Obsidian-vault-storage-overflow-store-content-in-IndexedDB.md @@ -0,0 +1,23 @@ +--- +id: task-063 +title: Fix Obsidian vault storage overflow - store content in IndexedDB +status: In Progress +assignee: [] +created_date: '2026-01-22 20:03' +labels: + - bug + - obsidian + - automerge +dependencies: [] +priority: high +--- + +## Description + + +The Obsidian vault browser is storing full note content in Automerge, causing capacity overflow errors and localStorage quota exceeded errors. Need to: +1. Store only metadata in Automerge (id, title, tags, links, paths) +2. Store full content in IndexedDB separately +3. Clear existing vault data from Automerge for privacy +4. Load content on-demand when notes are opened +