Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ getPluginSettings
Method
getPluginSettings
src/services/ExportService.ts:29–31 ·
view source on GitHub ↗
* 获取插件实例
()
Source
from the content-addressed store, hash-verified
27
* 获取插件实例
28
*/
29
private getPluginSettings(): PluginSettings | undefined {
30
return
this.getSettings?.();
31
}
32
33
/**
34
* 创建导出文件
Callers
3
exportHighlightsAsMarkdown
Method · 0.95
exportHighlightsToNote
Method · 0.95
generateExportContent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected