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

Function shouldShowCommentWidget

src/editor/EditorHighlightDecorations.ts:83–85  ·  view source on GitHub ↗
(plugin: HiNotePluginContext)

Source from the content-addressed store, hash-verified

81}
82
83function shouldShowCommentWidget(plugin: HiNotePluginContext): boolean {
84 return plugin.settings.showCommentWidget !== false;
85}
86
87function emitHighlightTextChange(
88 plugin: HiNotePluginContext,

Callers 1

buildDecorationsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected