aTbRef Site Map
- A Tinderbox Reference File
- Install, Uninstall, Support and Registration
- Objects & Concepts
- Preferences
- Menus
- Views
- Dialogs
- Toolbar
- Visual Styling
- Misc. User Interface Aspects
- Import/Export/Formatting
- Keyboard Shortcuts
- Attributes
- Actions & Rules
- Operators
- Full Operator List
- !$AttributeName (short form test for no value)
- != (inequality)
- $AttributeName (reference to attribute value)
- $AttributeName (short form test for value)
- & (query logical AND join)
- &= (logical AND assignment)
- * (multiplication)
- + (addition)
- + (concatenation)
- - (subtraction)
- / (division)
- < (less than)
- <= (less than or equal to)
- = (assignment)
- == (equality)
- > (greater than)
- >= (greater than or equal to)
- abs(argument)
- action(code)
- any(group,value)
- atan(argument)
- attributeEncode(data)
- avg(group,value)
- avg_if(group,condition,value)
- between(value,min,max)
- capitalize(data)
- collect(group,attribute)
- collect_if(group,condition,attribute)
- Color.blue
- Color.brightness
- Color.format
- Color.green
- Color.hue
- Color.red
- Color.saturation
- contains(item)
- cos(argument)
- count(list)
- date(string)
- date(year,month,day,[hour,min])
- Date.day
- Date.format("formatString")
- Date.hour
- Date.minute
- Date.month
- Date.weekday
- Date.year
- day(theDate[,value])
- days(date1,date2)
- descendedFrom(item)
- do(macro[,args])
- escapeHTML(data)
- eval([item],expression)
- every(group,value)
- exp(N)
- exportedString("item",template)
- find(query)
- first(item[,N])
- firstWord("data")
- format(data, "formatString")
- hour(theDate[,value])
- idEncode(data)
- indented(N[,"item"])
- inside("item")
- jsonEncode(data)
- last("item"[,N])
- lastWord("data")
- linkedFrom("item"[,linkType])
- linkedTo("item"[,linkType])
- linkFrom("[item|group]"[,linkType])
- links[(item|group)].kind.[linkType].attribute
- linkTo("[item|group]"[,linkType])
- list(expression_list)
- List.isort([$Attribute])
- List.nsort([$Attribute])
- List.sort([$Attribute])
- List.unique
- List/Set.at(N)
- List/Set.contains("pattern")
- List/Set.each()
- List/Set.empty
- List/Set.format("formatString")
- List/Set.icontains("pattern")
- List/Set.intersect(set)
- List/Set.replace("match","replacement")
- List/Set.reverse
- List/Set.size
- List/Set.tr(dataIn,dataOut)
- log(argument)
- lowercase(data)
- max(list)
- min(list)
- minute(theDate[,value])
- minutes(date1,date2)
- mod(argumentA,argumentB)
- month(theDate[,value])
- Number.format(decimalsN[,widthN])
- Number.precision(N)
- pow(n,k)
- radians(argument)
- rand()
- rgb(red,green,blue)
- round(argument)
- runCommand(commandLine[,inputs])
- similarTo("item",N)
- sin(argument)
- sqrt(argument)
- String.captialize()
- String.contains("pattern")
- String.empty
- String.icontains("pattern")
- String.json()
- String.lowercase()
- String.paragraphs(N)
- String.replace("pattern","replacement")
- String.reverse()
- String.size
- String.split("pattern")
- String.substr(startN[,lengthN])
- String.toNumber
- String.tr("dataIn","dataOut")
- String.uppercase()
- substr(data,start[,length])
- sum(group, value)
- sum_if(group,condition,value)
- tan(argument)
- time(theDate)
- time(theDate,hours,minutes)
- unlinkFrom("[item|group]"[,linkType])
- unlinkTo("[item|group]"[,linkType])
- uppercase(data)
- urlEncode(data)
- values(attribute)
- var
- word(data)
- year(theDate[,value])
- | (query logical OR join)
- |= (logical OR assigment)
- Action Operator Types
- Assignment operators
- Color operators
- Data manipulation operators
- action(code)
- do(macro[,args])
- eval([item],expression)
- firstWord("data")
- lastWord("data")
- list(expression_list)
- List.isort([$Attribute])
- List.nsort([$Attribute])
- List.sort([$Attribute])
- List.unique
- List/Set.at(N)
- List/Set.each()
- List/Set.intersect(set)
- List/Set.replace("match","replacement")
- List/Set.reverse
- List/Set.size
- List/Set.tr(dataIn,dataOut)
- runCommand(commandLine[,inputs])
- String.paragraphs(N)
- String.replace("pattern","replacement")
- String.reverse()
- String.size
- String.split("pattern")
- String.substr(startN[,lengthN])
- String.toNumber
- String.tr("dataIn","dataOut")
- substr(data,start[,length])
- var
- Date-time operators
- date(string)
- date(year,month,day,[hour,min])
- Date.day
- Date.hour
- Date.minute
- Date.month
- Date.weekday
- Date.year
- day(theDate[,value])
- days(date1,date2)
- hour(theDate[,value])
- minute(theDate[,value])
- minutes(date1,date2)
- month(theDate[,value])
- time(theDate)
- time(theDate,hours,minutes)
- year(theDate[,value])
- Formatting operators
- Linking operators
- Mathematical operators
- Non-query Boolean operators
- Query Boolean operators
- Set & List creation operators
- Action Operator Scope
- Conditional Group-based operators
- Document-based operators
- Group-based operators
- Item-based operators
- !$AttributeName (short form test for no value)
- $AttributeName (reference to attribute value)
- $AttributeName (short form test for value)
- &= (logical AND assignment)
- * (multiplication)
- + (addition)
- + (concatenation)
- - (subtraction)
- / (division)
- = (assignment)
- abs(argument)
- action(code)
- atan(argument)
- attributeEncode(data)
- between(value,min,max)
- capitalize(data)
- Color.blue
- Color.brightness
- Color.format
- Color.green
- Color.hue
- Color.red
- Color.saturation
- contains(item)
- cos(argument)
- date(string)
- date(year,month,day,[hour,min])
- Date.day
- Date.format("formatString")
- Date.hour
- Date.minute
- Date.month
- Date.weekday
- Date.year
- day(theDate[,value])
- days(date1,date2)
- descendedFrom(item)
- do(macro[,args])
- escapeHTML(data)
- eval([item],expression)
- exp(N)
- exportedString("item",template)
- first(item[,N])
- firstWord("data")
- format(data, "formatString")
- hour(theDate[,value])
- idEncode(data)
- indented(N[,"item"])
- inside("item")
- jsonEncode(data)
- last("item"[,N])
- lastWord("data")
- linkedFrom("item"[,linkType])
- linkedTo("item"[,linkType])
- list(expression_list)
- List.isort([$Attribute])
- List.nsort([$Attribute])
- List.sort([$Attribute])
- List.unique
- List/Set.at(N)
- List/Set.contains("pattern")
- List/Set.each()
- List/Set.empty
- List/Set.format("formatString")
- List/Set.icontains("pattern")
- List/Set.replace("match","replacement")
- List/Set.reverse
- List/Set.size
- List/Set.tr(dataIn,dataOut)
- log(argument)
- lowercase(data)
- minute(theDate[,value])
- minutes(date1,date2)
- mod(argumentA,argumentB)
- month(theDate[,value])
- Number.format(decimalsN[,widthN])
- Number.precision(N)
- pow(n,k)
- radians(argument)
- rand()
- rgb(red,green,blue)
- round(argument)
- runCommand(commandLine[,inputs])
- similarTo("item",N)
- sin(argument)
- sqrt(argument)
- String.captialize()
- String.contains("pattern")
- String.empty
- String.icontains("pattern")
- String.lowercase()
- String.paragraphs(N)
- String.replace("pattern","replacement")
- String.reverse()
- String.size
- String.split("pattern")
- String.substr(startN[,lengthN])
- String.toNumber
- String.tr("dataIn","dataOut")
- String.uppercase()
- substr(data,start[,length])
- tan(argument)
- time(theDate)
- time(theDate,hours,minutes)
- uppercase(data)
- urlEncode(data)
- var
- word(data)
- year(theDate[,value])
- |= (logical OR assigment)
- List-based operators
- Query-based operators
- Compound Actions
- Conditional Actions (if clauses)
- Conditional statements using multiple arguments
- Expressions in paths
- Delaying code execution in Prototypes
- Stand-alone expressions
- Left side expressions
- The 'dot' operators
- Chaining 'dot' functions
- Stamps
- Setting an attribute to (no value)
- Short Boolean form
- Setting an attribute to re-enable inheritance
- Self-Cancelling Rules & Actions
- Using long sections of code
- Using .each() for loops
- Concatenation versus addition
- Parentheses as a guide to code execution
- Updates and cascading actions
- Optimising code for performance
- Checking and setting Time correctly in Date data
- Debugging user Action code
- Getting section number via Action code
- Referencing root-level items
- Using designator values as note titles
- Invoke command line scripts via back-tick (DEPRECATED)
- Using Export codes in Actions (DEPRECATED)
- Agent Queries
- Export Codes
- Export Codes - Full Listing
- ^action( action )^
- ^ancestors( start, list-item-prefix, list-item-suffix, end )^
- ^backslashEncode( data )^
- ^basicLinks( start, list-item-prefix, list-item-suffix, end )^
- ^childLinks( start, list-item-prefix, list-item-suffix, end )^
- ^children( [template][,N] )^
- ^cloud( item, count] )^
- ^comment( data )^
- ^descendants( [template][,N] )^
- ^directory( item )^
- ^do( theMacro [,argument, anotherArgument, etc.] )^
- ^docTitle^
- ^documentCloud( [count] )^
- ^else^
- ^endIf^
- ^file( item )^
- ^host^
- ^if( condition )^
- ^inboundBasicLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^inboundLinks( start, list-item-prefix, list-item-suffix, end )^
- ^inboundTextLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^include( item|group[, template] )^
- ^indent( [data][, N] )^
- ^linkTo( item [, data] [,css class] )^
- ^nextSibling^
- ^outboundBasicLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^outboundTextLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^outboundWebLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^paragraphs( [item,] N )^
- ^path[( item )]^
- ^previousSibling^
- ^randomChildOf( item )^
- ^randomLine( item )^
- ^root^
- ^sectionCloud( [item, count] )^
- ^sectionNumber( item )^
- ^setRoot( [newRoot] )^
- ^siblings( start, list-item-prefix, list-item-suffix, end )^
- ^similarTo( item, count[, start, list-item-prefix, list-item-suffix, end] )^
- ^text( item[, N, plain] )^
- ^title( item )^
- ^url( item )^
- ^value( expression )^
- ^version^
- Export Code Types
- Boolean Comparison
- Calculation
- Conditional Mark-up
- Creation of Links
- ^ancestors( start, list-item-prefix, list-item-suffix, end )^
- ^basicLinks( start, list-item-prefix, list-item-suffix, end )^
- ^childLinks( start, list-item-prefix, list-item-suffix, end )^
- ^inboundBasicLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^inboundLinks( start, list-item-prefix, list-item-suffix, end )^
- ^inboundTextLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^linkTo( item [, data] [,css class] )^
- ^outboundBasicLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^outboundTextLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^outboundWebLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^siblings( start, list-item-prefix, list-item-suffix, end )^
- ^similarTo( item, count[, start, list-item-prefix, list-item-suffix, end] )^
- ^url( item )^
- Data Include
- Data Property
- Export Mark-up
- Export Code Scope
- Document-based
- Group-based
- Item-based
- ^ancestors( start, list-item-prefix, list-item-suffix, end )^
- ^basicLinks( start, list-item-prefix, list-item-suffix, end )^
- ^childLinks( start, list-item-prefix, list-item-suffix, end )^
- ^children( [template][,N] )^
- ^cloud( item, count] )^
- ^comment( data )^
- ^descendants( [template][,N] )^
- ^directory( item )^
- ^do( theMacro [,argument, anotherArgument, etc.] )^
- ^file( item )^
- ^inboundBasicLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^inboundLinks( start, list-item-prefix, list-item-suffix, end )^
- ^inboundTextLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^indent( [data][, N] )^
- ^linkTo( item [, data] [,css class] )^
- ^nextSibling^
- ^outboundBasicLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^outboundTextLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^outboundWebLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^paragraphs( [item,] N )^
- ^previousSibling^
- ^randomChildOf( item )^
- ^randomLine( item )^
- ^sectionNumber( item )^
- ^siblings( start, list-item-prefix, list-item-suffix, end )^
- ^similarTo( item, count[, start, list-item-prefix, list-item-suffix, end] )^
- ^text( item[, N, plain] )^
- ^title( item )^
- ^url( item )^
- Scope n/a
- Using Export Code
- Debugging user Export code
- Export Code Arguments
- Group Codes
- Deprecated Usage
- Deprecated Action Codes
- Deprecated Export Codes
- ^any( group , attribute[, data] )^ (DEPRECATED)
- ^beginsWith( target, data )^ (DEPRECATED)
- ^capitalize( data )^ (DEPRECATED)
- ^contains( target, data )^ (DEPRECATED)
- ^count( group )^ (DEPRECATED)
- ^created( item[, format] )^ (DEPRECATED)
- ^creator( item )^ (DEPRECATED)
- ^days( date, N )^ (DEPRECATED)
- ^encode( data )^ (DEPRECATED)
- ^endsWith( target, data )^ (DEPRECATED)
- ^equal( data1, data2 )^ (DEPRECATED)
- ^every( group , attribute[, data] )^ (DEPRECATED)
- ^exists( item | attribute)^ (DEPRECATED)
- ^firstWord( data )^ (DEPRECATED)
- ^get( attribute[, format] )^ (DEPRECATED)
- ^getFor(path | item, attribute[, format] )^ (DEPRECATED)
- ^isDescendedFrom( item )^ (DEPRECATED)
- ^isInside( item )^ (DEPRECATED)
- ^justChildren( [template][N] )^ (DEPRECATED)
- ^lastModified( item[, format] )^ (DEPRECATED)
- ^lastWord( data )^ (DEPRECATED)
- ^lowercase( data )^ (DEPRECATED)
- ^max( group , attribute[, precision] )^ (DEPRECATED)
- ^mean( group , attribute[, precision] )^ (DEPRECATED)
- ^min( group , attribute[, precision] )^ (DEPRECATED)
- ^not( condition )^ (DEPRECATED)
- ^opmlEncode( data )^ (DEPRECATED)
- ^sum( group , attribute[, precision] )^ (DEPRECATED)
- ^today( [item] [, format] )^ (DEPRECATED)
- ^uppercase( data )^ (DEPRECATED)
- ^urlEncode( data )^ (DEPRECATED)
- References to deprecated aspects of Tinderbox
- Tinderbox File Types
- Syntax Library: Tutorials, Wizards and Timelines
- About aTbRef
- Tinderbox Documentation And Other Resources
- Change Log
- Previous Versions
[Last updated: 11 Jun 2013, using v5.12.1]
Search:

aTbRef by Mark Anderson is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
[See aTbRef CC licence Attribution & Waiver info]
Content, Tinderbox export and web design by Mark Anderson, Shoantel Limited