Skip to content

Hidden

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.

The view field argument hidden accepts the following value configurations.

  • hidden
  • hidden(value: true | false)

The view field argument hidden can be used on all view fields.

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]