(relPath: string, body: string)
| 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. */ |
no outgoing calls
no test coverage detected