MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / noteKeywords

Function noteKeywords

integrations/raycast/src/search-notes.tsx:372–374  ·  view source on GitHub ↗
(note: ZenNote)

Source from the content-addressed store, hash-verified

370}
371
372function noteKeywords(note: ZenNote): string[] {
373 return [note.path, note.folder, ...note.tags.map((tag) => `#${tag}`)];
374}
375
376function filterNotes(notes: ZenNote[], filter: FilterValue): ZenNote[] {
377 if (filter === "all") return notes;

Callers 1

SearchNotesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected