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 --- web/templates/partials/notes-tab.html | 36 ----------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 web/templates/partials/notes-tab.html (limited to 'web/templates/partials/notes-tab.html') diff --git a/web/templates/partials/notes-tab.html b/web/templates/partials/notes-tab.html deleted file mode 100644 index df844cf..0000000 --- a/web/templates/partials/notes-tab.html +++ /dev/null @@ -1,36 +0,0 @@ -{{define "notes-tab"}} -
- - {{template "error-banner" .}} - - -
- -
- - -
- {{if .Notes}} - {{template "obsidian-notes" .}} - {{else}} -
- - - -

No notes found

-

- Configure your Obsidian vault path in the settings to see your recent notes displayed here. -

-
- {{end}} -
-
-{{end}} -- cgit v1.2.3