Note
Last updated
Last updated
The note
resource represents a single page of content that can be displayed in a tab.
This resource does not have the capability to embed quiz
and task
components, because it does not keep track of any progress.
File file
required
type: string
The file that contains the note markdown.
Variables variables
type: map[string]string
A key/value map of variables that are passed to the markdown. Handlebars templates are used to substitute the variables. The placeholders will be replaced with the variable values at runtime.
These attributes are computed when the config is parsed and applied, and are therefore only known at parsetime or runtime.
Meta ID meta.id
string
The full ID of the resource e.g. `resource.type.name`. This is computed from the full resource path:
Meta Type meta.type
string
The type of the resource. This taken from the type label of the resource definition.
Meta Name meta.name
string
The name of the resource. This taken from the name label of the resource definition.