Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callumalpass/tasknotes
/ setName
Method
setName
tests/__mocks__/obsidian.ts:799–802 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
797
}
798
799
setName(name: string): Setting {
800
this.nameEl.textContent = name;
801
return
this;
802
}
803
804
setDesc(desc: string): Setting {
805
this.descEl.textContent = desc;
Callers
15
createTaskModalContextsField
Function · 0.95
createTaskModalTagsField
Function · 0.95
onOpen
Method · 0.45
onOpen
Method · 0.45
createModalContent
Method · 0.45
createTemplateSettings
Method · 0.45
createTaskModalConfiguredUserField
Function · 0.45
createTaskModalUserFieldSectionControl
Function · 0.45
createTaskModalDateUserField
Function · 0.45
renderContent
Method · 0.45
onOpen
Method · 0.45
onOpen
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected