The Tree of Widsdom

智慧の樹

BoxPress content templates


It’s easy to include other notes inside the one you are composing using the ^include^ export code. The syntax is:

^include(notename, template)^

To learn about about the basics of templates and exporting, see Example 2: Text included from other notes.

Template
Template: bstTextRich

Includes a note as seamless rich text

Syntax: ^include(notename, bstTextRich)^

Template
Template: bstSub

Includes a note and its descendants as subsections

Syntax: ^include(notename, bstSub)^

Template
Template: bstPanel

Includes a note as a Boostrap Panel

Syntax: ^include(notename, bstPanel)^

Template
Template: bstSB

Includes a note as a SmartButton

Syntax: ^include(notename, bstSB)^

Template
Template: bstListGroup

Includes a note and its descendants as list-group

Syntax: ^include(containername, bstListGroup)^