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

Method openNoteWindow

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

Source from the content-addressed store, hash-verified

205 windowToggleMaximize(): void
206 windowClose(): void
207 openNoteWindow(relPath: string): Promise<void>
208 /** Open a vault in a new window. With a `root`, opens that known vault
209 * directly; without one, prompts with the folder picker. */
210 openVaultWindow(root?: string): Promise<VaultInfo | null>

Callers 5

EditorPaneFunction · 0.80
NoteListFunction · 0.80
ArchiveViewFunction · 0.80
SidebarFunction · 0.80
buildCommandsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected