(relPath: string)
| 173 | duplicateNote(relPath: string): Promise<NoteMeta> |
| 174 | exportNotePdf(relPath: string): Promise<string | null> |
| 175 | revealNote(relPath: string): Promise<void> |
| 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> |
no outgoing calls
no test coverage detected