MCPcopy Create free account
hub / github.com/CatMuse/HiNote / generateExportContent

Method generateExportContent

src/services/ExportService.ts:145–149  ·  view source on GitHub ↗

* 生成导出内容

(file: TFile, highlights: HighlightInfo[])

Source from the content-addressed store, hash-verified

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}

Callers 1

Calls 1

getPluginSettingsMethod · 0.95

Tested by

no test coverage detected