MCPcopy
hub / github.com/callumalpass/tasknotes / set

Method set

src/editor/EmbeddableMarkdownEditor.ts:30–30  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

28 owner: MarkdownEditorOwner;
29 _loaded: boolean;
30 set(value: string): void;
31 onUpdate(update: ViewUpdate, changed: boolean): void;
32 buildLocalExtensions(): Extension[];
33 destroy(): void;

Callers 15

buildBlockingUpdatesFunction · 0.65
registerTextInputFunction · 0.65
updateListMethod · 0.65
saveStateMethod · 0.65
executeMethod · 0.65
executePrefetchMethod · 0.65
recordAccessMethod · 0.65
handleCalendarTaskClickFunction · 0.65
startTimerMethod · 0.65

Implementers 1

MockScrollableMarkdownEditorsrc/editor/EmbeddableMarkdownEditor.ts

Calls

no outgoing calls

Tested by 1

backupFilesFunction · 0.52