MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / createTaskLinkOverlay

Function createTaskLinkOverlay

src/editor/TaskLinkOverlay.ts:634–638  ·  view source on GitHub ↗
(plugin: TaskNotesPlugin)

Source from the content-addressed store, hash-verified

632}
633
634export function createTaskLinkOverlay(plugin: TaskNotesPlugin): Extension {
635 const viewPlugin = createTaskLinkViewPlugin(plugin);
636
637 return viewPlugin;
638}
639
640/**
641 * Stub function for clearing cursor hide state.

Callers 1

Calls 1

createTaskLinkViewPluginFunction · 0.85

Tested by

no test coverage detected