Editor Context Menu
Right-clicking inside the content editor opens a context menu with actions that adapt to what’s at your cursor. The menu is divided into sections based on what you right-clicked on — a plain text selection, a linked entity, or a date/time mark.
Plain text selection
Section titled “Plain text selection”Select any text and right-click (or use the keyboard shortcuts) to see:
| Action | Shortcut | What it does |
|---|---|---|
| Copy | Ctrl+C | Copies the selected text |
| Cut | Ctrl+X | Cuts the selected text |
| Paste | Ctrl+V | Pastes from clipboard |
| Link to Entity | Ctrl+K | Opens the entity search dialog to link the selected text to an entity in your world |
| Assign Date/Time… | — | Opens the temporal mark dialog to annotate the selected text with a date or time |
| Extract Entities | Ctrl+Shift+E | Runs entity detection on the selected text only — see Selection-based extraction |
| Extract Relationships | Ctrl+Shift+R | Runs relationship detection on the selected text — requires at least 2 linked entities in the selection |
Right-clicking a linked entity
Section titled “Right-clicking a linked entity”If you right-click directly on text that is already linked to an entity, the menu shows entity-specific actions instead:
| Action | What it does |
|---|---|
| Change Linked Entity | Swap the link to point to a different entity |
| Go to Entity | Opens the entity in the sidebar panel |
| Add ”…” as Alias | Adds the link text as an alias on the entity (only shown when the text isn’t already the entity name or an existing alias) |
| Create Relationship | Opens the relationship creation dialog with this entity pre-filled as one end of the relationship |
| Remove Entity Link | Unlinks the text — the words remain but the entity link is removed |
Right-clicking a date/time mark
Section titled “Right-clicking a date/time mark”If your cursor or selection is on a temporal mark (text annotated with a date), the menu shows:
| Action | What it does |
|---|---|
| Change Date/Time… | Reopens the date/time dialog to edit the annotation |
| Remove Date Link | Removes the temporal annotation — the text remains, the date association is deleted |
Selection-based entity extraction
Section titled “Selection-based entity extraction”Rather than running detection on your entire document, you can extract entities from a specific passage.
- Select the text you want to analyse
- Right-click → Extract Entities, or press Ctrl+Shift+E
- The same detection engine runs on just the selected text
- Suggestions appear in the Entities tab immediately, ready to confirm or dismiss
This is useful when you’ve written a dense section — a battle scene, a character introduction, an infodump — and want to catch all the entity references in it without re-scanning the whole document.
The detection method used (GLiNER or AI) follows your world’s configured setting, and the detectionEnabled flag in World Settings must be on for this to work. See Entity Detection & Mentions for details on the two methods and their trade-offs.
Selection-based relationship extraction
Section titled “Selection-based relationship extraction”Once you have confirmed entity links in your text, you can ask the AI to detect relationships between them from a specific passage.
- Make sure at least 2 linked entities appear in the text you want to analyse (unconfirmed suggestions don’t count — they must be confirmed links)
- Select the passage
- Right-click → Extract Relationships, or press Ctrl+Shift+R
- The AI analyses the selected text and creates relationship suggestions
The Extract Relationships item is greyed out and disabled if fewer than 2 linked entities are present in the selection. Hovering the disabled item shows a tooltip explaining the requirement.
Keyboard shortcuts summary
Section titled “Keyboard shortcuts summary”| Shortcut | Context | Action |
|---|---|---|
| Ctrl+K | Text selected | Link to Entity |
| Ctrl+Shift+E | Text selected | Extract Entities from selection |
| Ctrl+Shift+R | Text selected | Extract Relationships from selection |
All shortcuts require a non-empty selection to activate.