Hidden
Identifier | hidden |
Allows Multiple | false |
Description
Section titled “Description”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
Section titled “Values”The view field argument hidden
accepts the following value configurations.
-
hidden
-
hidden(value: true | false)
Allowed Input Fields
Section titled “Allowed Input Fields”
The view field argument hidden
can be used on all view fields.
Examples
Section titled “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]