(file: File)
| 192 | revealFolderTarget(folder: NoteFolder, subpath: string): Promise<void> |
| 193 | revealAssetsDir(): Promise<void> |
| 194 | getPathForFile(file: File): string | null |
| 195 | resolveLocalAssetUrl(vaultRoot: string, notePath: string, href: string): string | null |
| 196 | resolveVaultAssetUrl(vaultRoot: string, assetPath: string): string | null |
| 197 |