Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
function
shouldShowCommentWidget(plugin: HiNotePluginContext): boolean {
84
return
plugin.settings.showCommentWidget !== false;
85
}
86
87
function
emitHighlightTextChange(
88
plugin: HiNotePluginContext,
Callers
1
buildDecorations
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected