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

Function openNoteInZenNotes

integrations/raycast/src/lib/zen.ts:120–128  ·  view source on GitHub ↗
(
  note: Pick<ZenNote, "path" | "title">,
)

Source from the content-addressed store, hash-verified

118}
119
120export async function openNoteInZenNotes(
121 note: Pick<ZenNote, "path" | "title">,
122): Promise<void> {
123 await openNoteWithDeepLink(note, "open", {
124 openingTitle: "Opening note",
125 successTitle: "Opened in ZenNotes",
126 failureTitle: "Could not open ZenNotes",
127 });
128}
129
130export async function openNoteInFloatingWindow(
131 note: Pick<ZenNote, "path" | "title">,

Callers 1

NoteActionsFunction · 0.90

Calls 1

openNoteWithDeepLinkFunction · 0.85

Tested by

no test coverage detected