Skip to content

Hidden Argument

Identifier hidden
Allows Multiple false

The hidden argument allows a view field to be hidden and not rendered. This can be useful if you want the view field to compute an intermediate value and write that value to the frontmatter. If no value is provided, true will be used for the value.

Values

The view field argument hidden accepts the following value configurations.

  • hidden
  • hidden(value: true | false)

Allowed Input Fields

The view field argument hidden is allowed in all view fields.

Examples

This view field calculates a * b and write it to c, but it is not visible in your note.

VIEW[{a} * {b}][math(hidden):c]