diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-20 11:17:19 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-20 11:17:19 -1000 |
| commit | 07ba815e8517ee2d3a5fa531361bbd09bdfcbaa7 (patch) | |
| tree | ca9d9be0f02d5a724a3646f87d4a9f50203249cc /web/templates/index.html | |
| parent | 6a59098c3096f5ebd3a61ef5268cbd480b0f1519 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'web/templates/index.html')
| -rw-r--r-- | web/templates/index.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/web/templates/index.html b/web/templates/index.html index 045b4d6..b341c17 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -42,14 +42,6 @@ 📋 Planning </button> <button - class="tab-button {{if eq .ActiveTab "notes"}}tab-button-active{{end}}" - hx-get="/tabs/notes" - hx-target="#tab-content" - hx-push-url="?tab=notes" - onclick="setActiveTab(this)"> - 📝 Notes - </button> - <button class="tab-button {{if eq .ActiveTab "meals"}}tab-button-active{{end}}" hx-get="/tabs/meals" hx-target="#tab-content" |
