tag prefixing via @ and #

This commit is contained in:
2026-02-27 10:22:28 -06:00
parent 3907de048b
commit 3826a2cbe2
6 changed files with 39 additions and 72 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export const NotesSidebar: Component<{
<For each={note.tags.slice(0, 3)}>
{(t) => (
<span class="text-[0.6rem] px-1.5 py-0.5 bg-muted rounded-md text-muted-foreground whitespace-nowrap border border-border/50">
#{t}
{t}
</span>
)}
</For>