(project: string)
| 1969 | } |
| 1970 | |
| 1971 | private extractProjectFilePath(project: string): string { |
| 1972 | const linkPath = parseLinkToPath(project); |
| 1973 | const resolved = this.plugin.app.metadataCache.getFirstLinkpathDest?.(linkPath, ""); |
| 1974 | return (resolved?.path ?? linkPath).replace(/\.md$/i, ""); |
| 1975 | } |
| 1976 | } |
no test coverage detected