Template: bstSub
Syntax: ^include(notename, bstSub)^
Type: Template
Purpose: Includes a note and its descendants as subsections (with titles)
To include the rich text of a note and its descendants as a compiled child, use ^include(notename, bstSub)^.
The bstSub template produces exactly what you would see if the included note were appended as a compiled child. In other words, an include with bstSub contains the following:
- Note title as heading at the proper level (unless NOTITLE export option)
- Date (needs DATED export option)
- Image (plus title and class)
- Audio (plus title)
- Undertitle (that crucial bit of data tied to the Research Prototypes)
- Rich text (with all the HTML extras, noticeable (for now) only for quote_note and quote_ana_note)
- Children (according to default compilation or COMPILE/NOCOMPILE export option)
- Table (needs TABLE export option)
- and the Related Links panel.
The spacing respects heading level, just as when using the COMPILE export option.
bstSub sample
This is the markup that is rendered below
An included person_note:
^include("Sample person_note B", bstSub)^
An included article_note:
^include("Sample article_note", bstSub)^
An included book_note:
^include("Sample book_note A", bstSub)^
An included quote_note:
^include("Sample quote_note", bstSub)^
An included code_note:
^include("Sample code_note", bstSub)^
This is text from the “current” note. Notice the seamless integration.
An included person_note:
An included article_note:
Sample article_note
Gollwitzer, Peter M., Sheeran, Paschal, Michalski, Verena & Seifert, Andrea (2009). When Intentions Go Public. Psychological Science, Vol. 20, No. 5, 612-18.
Abstract: Based on Lewinian goal theory in general and self-completion theory in particular, four experiments examined the implications of other people taking notice of one’s identity-related behavioral intentions (e.g., the intention to read law periodicals regularly to reach the identity goal of becoming a lawyer). Identity-related behavioral intentions that had been noticed by other people were translated into action less intensively than those that had been ignored (Studies 1–3).
An included book_note:
An included quote_note:
Sample quote_note
Before he realised it, he was looking at the stone again, and letting its curious influence call up a nebulous pageantry in his mind. He saw processions of robed, hooded figures whose outlines were not human, and looked on endless leagues of desert lined with carved, sky-reaching monoliths. He saw towers and walls in nighted depths under the sea, and vortices of space where wisps of black mist floated before thin shimmerings of cold purple haze. And beyond all else he glimpsed an infinite gulf of darkness, where solid and semi-solid forms were known only by their windy stirrings, and cloudy patterns of force seemed to superimpose order on chaos and hold forth a key to all the paradoxes and arcana of the worlds we know.
An included code_note:
Sample code_note
Syntax: Arg1, Arg2, [OptionalArg3]
Type: Type
Scope: This is my scope
Purpose: This code note has been made for demo purposes
My name is Sample code_note. This is dummy text. The purpose of all this is to show how such a note gets embedded inside your layout. Below is some plausible Tinderbox code. This is dummy text.
Hover below to reveal BoxPress code
Here is some plausible Tinderbox code. ^do(_striptags, "$2")^<figure ^if($3)^class="center-block $3"^endIf^><a target="_blank" href=^if($4)^"$4"^else^"^root^img/$1"^endIf^><img src="^root^img/$1" alt="^value($tmpStr1(_stripnote))^" title="^value($tmpStr1(_stripnote))^" ^if($5)^width="$5"^endIf^ class="img-responsive center-block well well-sm ^if($3)^^value("$3".replace("(img-left|img-right)","))^^endIf^"></a><figcaption>$2</figcaption></figure>"
This is text from the “current” note. Notice the seamless integration.
