(path: string)
| 361 | } |
| 362 | |
| 363 | deleteCache(path: string): void { |
| 364 | this.cache.delete(path); |
| 365 | } |
| 366 | |
| 367 | fileToLinktext(file: TFile, sourcePath: string, omitMdExtension: boolean = true): string { |
| 368 | // Simple implementation: return basename without extension if omitMdExtension is true |