MCPcopy
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

copyGithubSlugFunction · 0.80
SHOW_IMAGE_DELETION_URLFunction · 0.80
handleErrorFunction · 0.80
registerShellHandlersFunction · 0.80
copyToClipboardFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected