This version is out of date, covering development from v5.0.0 to v5.12.2. It is maintained here only for inbound reference links from elsewhere.

Jump to the current version of aTbRef.

Tinderbox Icon

^sectionCloud( [item, count] )^


Code Type: 

Code Scope of Action: 

Code First Added: 

Code Altered: 

 Export Mark-up   [other codes of this type]

 group   [codes with similar scope]

 Already in v5.0.0

 format"


^sectionCloud( [item, count] )^

This provides an HTML interface to the information displayed in the Common Words view. In this case the scope is 'section' (parent as indicated by item). It displays the 100 most common words in the note, omitting stop words (there may be fewer words if there are fewer valid words in scope). The words are wrapped in tags to permit the most common words to be displayed in a larger font; the tags used may be customized through the new attributes HTMLCloud1Start/End, HTMLCloud2Start/End, etc.

^sectionCloud^ takes two optional arguments:

Examples:

^sectionCloud^ 

^ sectionCloud(this,60)^ 

^ sectionCloud(/this/that/other/note)^ 

^ sectionCloud(Interesting Note, 40)^ 

See also ^cloud^, ^documentCloud^


Possible relevant notes (via "Similar Notes" feature):


A Tinderbox Reference File : Export Codes : Export Code Types : Export Mark-up : ^sectionCloud( [item, count] )^