This version is out of date, covering development from v9.5.0 to v9.7.3. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v9 Icon

Attribute references: quoting of literal strings vs. paths

Faced with an unquoted string as an attribute argument referring to another note, if the string starts with a forward slash Tinderbox will assume the string is a Tinderbox paths.

Unquoted strings as arguments:

$MyString(Some note) 

will be tested for matches to paths or designator syntax before looking for a more localised match such as a $Name value.

In contrast, a quoted string argument will be assumed to be a $Name value.

$MyString("Some note")