(relPath: string, targetFolder: NoteFolder, targetSubpath: string)
| 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> |
no outgoing calls
no test coverage detected