zk_create_link
Link two Zettelkasten notes with a specified relationship type (reference, extends, refines, etc.), optionally adding a description and creating bidirectional connections.
Instructions
Create a link between two notes. Args: source_id: ID of the source note target_id: ID of the target note link_type: Type of link (reference, extends, refines, contradicts, questions, supports, related) description: Optional description of the link bidirectional: Whether to create a link in both directions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bidirectional | No | ||
description | No | ||
link_type | No | reference | |
source_id | Yes | ||
target_id | Yes |