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

Method moveNote

packages/bridge-contract/src/bridge.ts:178–178  ·  view source on GitHub ↗
(relPath: string, targetFolder: NoteFolder, targetSubpath: string)

Source from the content-addressed store, hash-verified

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>
179 importFilesToNote(notePath: string, sourcePaths: string[]): Promise<ImportedAsset[]>
180 importPastedImage(input: PastedImageInput): Promise<ImportedAsset>
181 renameAsset(relPath: string, nextName: string): Promise<AssetMeta>

Callers 5

store.tsFile · 0.65
moveActiveNoteFunction · 0.65
SidebarFunction · 0.65
buildCommandsFunction · 0.65
registerIpcFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected