tag prefixing via @ and #
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user