(relPath: string)
| 165 | convertObsidianExcalidraw?(relPath: string): Promise<NoteMeta> |
| 166 | renameNote(relPath: string, nextTitle: string): Promise<NoteMeta> |
| 167 | deleteNote(relPath: string): Promise<void> |
| 168 | moveToTrash(relPath: string): Promise<NoteMeta> |
| 169 | restoreFromTrash(relPath: string): Promise<NoteMeta> |
| 170 | emptyTrash(): Promise<void> |
no outgoing calls
no test coverage detected