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

Method revealNote

packages/bridge-contract/src/bridge.ts:175–175  ·  view source on GitHub ↗
(relPath: string)

Source from the content-addressed store, hash-verified

173 duplicateNote(relPath: string): Promise<NoteMeta>
174 exportNotePdf(relPath: string): Promise<string | null>
175 revealNote(relPath: string): Promise<void>
176 /** Reveal the original target of a symlinked note in the OS file manager. */
177 revealNoteTarget(relPath: string): Promise<void>
178 moveNote(relPath: string, targetFolder: NoteFolder, targetSubpath: string): Promise<NoteMeta>

Callers 9

EditorPaneFunction · 0.80
AssetTabViewFunction · 0.80
onRevealFunction · 0.80
NoteListFunction · 0.80
ArchiveViewFunction · 0.80
menuItemsFunction · 0.80
Preview.tsxFile · 0.80
SidebarFunction · 0.80
buildCommandsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected