Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marktext/marktext
/ writeText
Method
writeText
packages/desktop/src/types/global.d.ts:52–52 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
50
51
interface
ElectronClipboardAPI {
52
writeText(text: string): void
53
readText(): Promise<string>
54
guessFilePath(): Promise<string | null>
55
}
Callers
5
copyGithubSlug
Function · 0.80
SHOW_IMAGE_DELETION_URL
Function · 0.80
handleError
Function · 0.80
registerShellHandlers
Function · 0.80
copyToClipboard
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected