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

Method writeNote

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

Source from the content-addressed store, hash-verified

157 createRecordPage(csvPath: string, title: string, body: string): Promise<string>
158 listDatabases(): Promise<DatabaseSummary[]>
159 writeNote(relPath: string, body: string): Promise<NoteMeta>
160 appendToNote(relPath: string, body: string, position: 'start' | 'end'): Promise<NoteMeta>
161 createNote(folder: NoteFolder, title?: string, subpath?: string): Promise<NoteMeta>
162 /** Create a new `.excalidraw` drawing seeded with an empty scene. */

Callers 6

rewriteTagAcrossVaultFunction · 0.65
store.tsFile · 0.65
FloatingNoteAppFunction · 0.65
ExcalidrawViewFunction · 0.65
QuickCaptureAppFunction · 0.65
registerIpcFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected