The Tree of Widsdom

智慧の樹

Template: bstSub

Syntax: ^include(notename, bstSub)^

Type: Template

Purpose: Includes a note and its descendants as subsections

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("I am a sample person_note with image", bstSub)^
An included article_note:
^include("I am a sample article_note", bstSub)^
An included book_note:
^include("I am a sample book_note", bstSub)^
An included quote_note:
^include("I am a sample quote_note", bstSub)^
An included code_note:
^include("I am a sample code_note", bstSub)^
This is text from the “current” note. Notice the seamless integration.

An included person_note:

I am a sample person_note with image

This is $blogSubtitle

(1547 – 1637)

English follower of Paracelsus. People have the qualities of a magnet and that when two people meet, an interactive magnetic field arises.

An included article_note:

I am a sample article_note

Antonuccio, David O. & Danton, William G. (1995). Therapy Versus Meds for Depression. Professional Psychology: Research and Practice, Vol. 26, No. 6, 574–585.

Abstract: Antidepressant medications are the most popular treatment for unipolar depression in the United States, although there may be safer alternatives that are equally or more effective. This article reviews a wide range of well-controlled studies comparing psychological and pharmacological treatments for depression. The evidence suggests that the psychological interventions, particularly cognitive–behavioral therapy, are at least as effective as medication in the treatment of depression, even if severe. These conclusions hold for both vegetative and social adjustment symptoms, especially when patient-rated measures are used and long-term follow-up is considered. Some aspirational guidelines for the treatment of depression are proposed.

Insight-oriented psychotherapy was the least effective on most outcome measures at both evaluation periods; 30% of those patients remained in the moderate to severe range of depression, in comparison with 19% of those in the control condition. There were no significant differences between drug therapy and relaxation therapy on any outcome measure. No treatment had a significantly better outcome with the severely depressed subgroup (McLean & Taylor, 1992).

An included book_note:

I am a sample book_note

Paracelsus (1520)

First mention of the unconscious, psychosomatic disease, and autosuggestion.

An included quote_note:

I am a sample quote_note

H. P. Lovecraft (1936)

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:

I am a sample code_note

Syntax: filename, title, [class, href, width]

The MediaDemo demothing is a nonexistent macro that I have invented for purposes of showing its layout. I’m not sure what else I can say here. How about something about a semantic <figure> element whose title argument supplies the tool-tip text and the alternative text as well as a caption?

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.