Add tags tree for notes.

This commit is contained in:
2025-07-06 21:18:19 +02:00
parent eca8dca5d2
commit be370708a7
5 changed files with 571 additions and 67 deletions

View File

@@ -76,7 +76,7 @@
<label for="tags">Tags (comma-separated)</label>
<input type="text" id="tags" name="tags" class="form-control"
placeholder="documentation, meeting-notes, technical"
value="{{ ', '.join(note.tags) if note and note.tags else '' }}">
value="{{ note.tags if note and note.tags else '' }}">
</div>
</div>
</div>