removed lnking tasks to note tabs

This commit is contained in:
2026-03-13 11:35:57 -05:00
parent ff9bf7afa4
commit b276345149
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -89,6 +89,7 @@ export const noteSuggestion = {
char: '#',
items: ({ query }: { query: string }) => {
return store.notes
.filter(note => !(note.tags || []).some(t => t.startsWith("child-of-")))
.filter(note => note.title.toLowerCase().includes(query.toLowerCase()))
.map(note => ({
id: note.id,