Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ createWindowManager
Function
createWindowManager
src/commands/index.ts:26–28 ·
view source on GitHub ↗
(plugin: Plugin)
Source
from the content-addressed store, hash-verified
24
* 用于 main.ts 中的 ribbon 按钮
25
*/
26
export
function
createWindowManager(plugin: Plugin): WindowManager {
27
return
new
WindowManager(plugin.app);
28
}
Callers
1
createPluginWindowManager
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected