Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZenNotes/zennotes
/ renderExportNoteWindow
Function
renderExportNoteWindow
apps/desktop/src/renderer/export-window.tsx:412–414 ·
view source on GitHub ↗
(root: HTMLElement, notePath: string)
Source
from the content-addressed store, hash-verified
410
}
411
412
export function renderExportNoteWindow(root: HTMLElement, notePath: string): void {
413
ReactDOM.createRoot(root).render(<ExportNoteWindow notePath={notePath} />)
414
}
Callers
1
main.tsx
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected