Formulas and space in field names

This post was last updated for 381 days ago, and the information may already be changed

.action{ addf .Field 1 .Field 2 }

Is this possible somehow?

I mean, fields with space(s) in their names.

I have tried:

."Field 1"

.'Field 1'

.{Field 1}

.{{Field 1}}

{{.Field 1}}

Thanks.

    Related articles

    Welcome to here!

    Here we can learn from each other how to use SiYuan, give feedback and suggestions, and build SiYuan together.

    Signup About
    Please input reply content ...
    • Macavity via macOS
      PRO

      This is explained in SiYuan Template Function Guide

      .action{ index . "Field 1" }
    • MiscReply
    • jtruchon
      PRO

      I have the same question, had a field Start date, and couldn't get it to work in a template field, so changed it to StartDate. I would like to have it with a space.