* 生成导出内容
(file: TFile, highlights: HighlightInfo[])
| 143 | * 生成导出内容 |
| 144 | */ |
| 145 | private async generateExportContent(file: TFile, highlights: HighlightInfo[]): Promise<string> { |
| 146 | const settings = this.getPluginSettings(); |
| 147 | const customTemplate = settings?.export?.exportTemplate; |
| 148 | return this.contentRenderer.generateExportContent(file, highlights, customTemplate); |
| 149 | } |
| 150 | } |
no test coverage detected