From 07ba815e8517ee2d3a5fa531361bbd09bdfcbaa7 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Tue, 20 Jan 2026 11:17:19 -1000 Subject: Remove Obsidian integration for public server deployment Obsidian relied on local filesystem access which is incompatible with public server deployment. This removes all Obsidian-related code including: - API client and interface - Store layer methods (SaveNotes, GetNotes, SearchNotes) - Handler methods and routes - UI tab and templates - Configuration fields - Related tests Co-Authored-By: Claude Opus 4.5 --- tailwind.config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js index 05f25ec..c41b0eb 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -22,7 +22,6 @@ module.exports = { }, trello: '#0079bf', todoist: '#e44332', - obsidian: '#7c3aed', plantoeat: '#10b981', }, spacing: { -- cgit v1.2.3