Notes
The Notes connector brings markdown notes into the graph and tracks the references between them. Notes are uploaded through a webhook that accepts markdown files.
Entities
| Entity | Represents | Key fields |
|---|---|---|
notes | A markdown note | name, uri, tags, references |
Relationships
| Relation | Target |
|---|---|
references | notes |
Notes reference one another, so the connector forms a small graph of linked notes on its own.
Exposing for linking
Notes exposes its documents so other sources, and other notes, can reference them:
notesis recognized from a markdown link to a note file, such as(123.md).
See Cross-domain linking.
Related
- Connector framework: how a connector like this is defined.
- Entities and Retrievers.