# Add Task Wikilink Overlay

**Add Task Wikilink Overlay** inserts a link to a task at your cursor, so the task appears in the note you are writing with its full [Task Wikilink Overlay](/docs/docs-103-task-wikilink-overlay/). It is the fastest way to reference a task from any note without typing the link by hand.

## What it does

Run the command and Operon opens [Task Finder](/docs/docs-027-task-finder/). Search for the task you want and pick it. Operon writes the matching wikilink at the cursor, and the link renders as an overlay in Reading View and Live Preview.

## File and inline links

The link Operon inserts depends on the task you choose:

- A **file task** becomes a normal link to its note, like `[[Draft migration guide]]`.
- An **inline task** becomes a link to the task inside its source file, written as `[[File#-operonId]]`, which points at that one task by its [operonId](/docs/docs-015-task-identity-and-operonid/) instead of a line number.

Either way the result carries the same overlay controls, so a linked inline task is as usable as a linked file task.

## How to run it

1. Open a Markdown editor and place the cursor where the link should go.
2. Open the command palette and run **Add Task Wikilink Overlay**.
3. Find and select the task in Task Finder.

The link appears at the cursor. If you selected text before running the command, Operon replaces that selection with the inserted link. To learn what the inserted link displays and how to configure its chips and actions, see [Task Wikilink Overlay](/docs/docs-103-task-wikilink-overlay/).

## Related

- [Operon Docs MOC](/docs/docs-001-operon-docs-moc/)
- [Task Wikilink Overlay](/docs/docs-103-task-wikilink-overlay/)
- [Command palette reference](/docs/docs-022-command-palette-reference/)
