Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UNLINEARITY/Obsidian-CodeSpace
/ open
Method
open
src/code_view.ts:416–419 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
414
}
415
416
open() {
417
this.panelEl.removeClass(
"is-hidden"
);
418
this.searchInput.focus();
419
}
420
421
focusReplace() {
422
this.open();
Callers
3
focusReplace
Method · 0.95
toggle
Method · 0.95
openSearchFromHotkey
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected