feat: parse hashtags from content instead of dedicated tag input

Tags are now automatically extracted from #hashtags in content text.
Removed TagInput from entry editing, keeping it only in FilterBar.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Thomas Richter
2026-02-01 21:59:04 +01:00
parent 21a11bbb22
commit ce07d79652
5 changed files with 54 additions and 34 deletions

View File

@@ -72,7 +72,7 @@
</div>
<div class="max-w-2xl mx-auto px-4 py-4">
<EntryList entries={data.entries} availableTags={data.allTags} {filters} {searchQuery} />
<EntryList entries={data.entries} {filters} {searchQuery} />
</div>
<QuickCapture />