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

Function onReveal

packages/app-core/src/components/NoteList.tsx:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 await selectNote(meta.path)
170 }
171 const onReveal = async (): Promise<void> => {
172 await window.zen.revealNote(n.path)
173 }
174 const onCopyWikilink = async (): Promise<void> => {
175 await navigator.clipboard.writeText(`[[${n.title}]]`)
176 }

Callers

nothing calls this directly

Calls 1

revealNoteMethod · 0.80

Tested by

no test coverage detected