Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callumalpass/tasknotes
/ show
Method
show
src/modals/TextInputModal.ts:29–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
public show(): Promise<string | null> {
30
return
new
Promise((resolve) => {
31
this.resolve = resolve;
32
this.open();
33
});
34
}
35
36
onOpen() {
37
const
{ contentEl } = this;
Callers
1
showTextInputModal
Function · 0.95
Calls
1
open
Method · 0.45
Tested by
no test coverage detected