Export Code Type:
Export Code Scope of Action:
Export Code First Added:
Export Code in Current Baseline:
Export Code Last Altered:
Export Mark-up [other codes of this type]
item [codes with similar scope]
v3.5.0
Baseline
As at baseline
^cloud( [item, count] )^
This provides an HTML interface to the information displayed in the Get Info dialog's words tab. 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 customised through the new attributes HTMLCloud1Start/End, HTMLCloud2Start/End, etc.
^cloud^ takes two optional arguments:
- item. This refers to a specific note by name, path, or by an item object keyword such as parent. If document is used or item is omitted, the scope is the whole whole document.
- count. This specifies the maximum number of common words to be displayed.
Examples:
^cloud^
^cloud(this,25)^
^cloud(/this/that/other/note)^
^cloud(Interesting Note, 75)^
See also ^sectionCloud^, ^documentCloud^