Context in Discourse Context
Maybe rename? It is very similar to "Discourse Context"
|
const ExtraColumnRow = (r: Result) => { |
Old docs:
Show the context of each relation
You can view the context of a relation pattern (i.e., where in your graph the extension recognized the relation) by naming one of the nodes in your relation pattern "Context". Specifying this will add a column called "Context" to the discourse context component, allowing you to view the block tree where this relation was recognized.
For example, in the following pattern for the Evidence-Supports-Claim relation, we can name the block that references the Evidence node as "Context":

This allows us to view that block and its context whenever we look at Evidence-Supports-Claim relations in the discourse context, like this:

Context in Discourse Context
Maybe rename? It is very similar to "Discourse Context"
discourse-graph/apps/roam/src/components/DiscourseContext.tsx
Line 41 in 67a381c
Old docs:
Show the context of each relation
You can view the context of a relation pattern (i.e., where in your graph the extension recognized the relation) by naming one of the nodes in your relation pattern "Context". Specifying this will add a column called "Context" to the discourse context component, allowing you to view the block tree where this relation was recognized.
For example, in the following pattern for the Evidence-Supports-Claim relation, we can name the block that references the Evidence node as "Context":
This allows us to view that block and its context whenever we look at Evidence-Supports-Claim relations in the discourse context, like this: