(app: App, path: string)
| 81 | } |
| 82 | |
| 83 | export function resolveBasesTaskLinkText(app: App, path: string): string { |
| 84 | const file = app.vault.getAbstractFileByPath(path); |
| 85 | if (file instanceof TFile) { |
| 86 | return app.metadataCache.fileToLinktext(file, ""); |
| 87 | } |
| 88 | return path; |
| 89 | } |
no test coverage detected