Tag and Word Cloud Generator

Demo to preview the plugin:

Introduction

A Word Cloud generator based on Jason Davies script.
✅ Supports the new responsive engine (use the V2 element)
Features: - Clickable words. When a user clicks a word, you can trigger a workflow. The clicked word is in the state of the plugin.
  • Save to PNG (limited function).
  • A lot of customizability settings available (number of word, rotation, color, font, Stop words, Split word, Angle, Scale, Spiral…)

Plugin Element Properties

WordCloud (deprecated)

Image without caption
Fields:
Title
Description
Type
Text
You can use: Full text. List of Stop words will apply or you can use a comma separated list of value. Only this one allow to have tag that have more than 1 word. Please set , in the Split with field.
Text
Spiral
Available options: archimedean, rectangular
Dropdown
Scale
Available options: linear, log, sqrt
Dropdown
Angle Count
Number of angle use for Word.
Number
Angle From
Number from -180 to 180. Cannot be higher than Angle to.
Number
Angle To
Number from -180 to 180. Cannot be lower than Angle to.
Number
Number of words
Number of words to display (Maximum. This can be less according to the size of element)
Number
Color set
You can choose your own color for words. Comma separated list. (#884400. #448800)
Text (optional)
Stop words
List of words that are filtered out. Separate them using
and lower case
Punctuation
Punctuation to remove or split text
Text (optional)
Split with
Separator
Text
Font Size
This will make font size bigger. 0 will use minimum size. Available options: -1, 0, 1, 2, 3, 4, 5
Dropdown

Element Actions

  1. Create PNG from WordCloud - Create PNG
    1. Title
      Description
      Type
      File name
      File name
      Text
  1. Regenerate WordCloud - New words rendering
    1. Title
      Description
      Type
      Text Source
      New text
      Text
  1. Clear Clicked word - This will clear the value in the Clicked word

Exposed states

Title
Description
Type
Word clicked
When a word is clicked, the word is stored in this state
Text
PNG file
PNG file
Image

Element Events

Title
Description
Word clicked
When a word is clicked
Wordcloud PNG Created
When a PNG created

WordCloud V2 (recommended)

Image without caption
Image without caption
Fields:
Title
Description
Type
ℹ️ Using ‘App Font’ is not yet supported, please change the font in the font selector to something different than ‘App Font’
info
DATA SOURCE CAN BE LONG TEXT OR LIST OF WORDS WITH LIST OF NUMBERS BOTH IN CSV FORMAT
info
Text
Words
Text (optional)
Number of words
Only for the text value. 0 or empty returns all words. A different number returns the X most popular words from your text.
Number (optional)
List of words CSV
CSV Format. Same length for words and for numbers
Text (optional)
List of numbers CSV
CSV Format. Same length for words and for numbers. Each number indicates how often the word occurs. A higher number causes the word to appear bigger.
Text (optional)
Case
Available options: upper, lower, mixed
Dropdown
Lower Angle
This is the lowest number for Angle. You can choose to set all number to the same value and get text in the same orientation with angle.
Number
Middle Angle
Middle number for Angle. You can choose to set all number to the same value and get text in the same orientation with angle. 0 for no angle
Number
Higher Angle
Highest number for Angle. You can choose to set all number to the same value and get text in the same orientation with angle.
Number
Font Weight Min
Font Weight Min
Number
Font Weight Max
Font Weight Max
Number
Increase Weight if count greater than
The Weight of the font will be increase if the count of the word is greater than this number
Number
CSV Color list
CSV Hex color list like: #d5a928,#652c90,#939597
Text
Words size min
In px
Number
Words size max
In px
Number
Words padding
Space between word. In px
Number
Stop words
Please follow format: (word1)
word2

Element Actions

  1. Regenerate Wordcloud_V2 - New words rendering

Exposed states

Title
Description
Type
Clicked Word
Clicked Word
Text
Clicked Word Count
Clicked Word Count
Number
Base64 PNG
Base64 PNG
Image

Element Events

Title
Description
Word Clicked V2
When word is clicked

Changelogs

Update 10.10.24 - Version 1.7.0

  • Acquired by Zeroqode.

Update 21.11.23 - Version 1.6.0

  • Added support for special characters.

Update 10.07.23 - Version 1.5.0

  • Added the 'Number of words' field for Text field for the Word Cloud V2 element.

Update 06.07.23 - Version 1.4.1

  • Fixes.

Update 06.07.23 - Version 1.4.0

  • Breaking improvements.

Update 19.04.23 - Version 1.3.0

  • Fixed new responsive engine issue - Added V2.

Update 06.11.19 - Version 1.2.0

  • Fixed issue with empty text - Added action to clear clicked word.

Update 01.11.19 - Version 1.1.0

  • Replaced A lot of static fields by dynamics fields and fix a small issue with color set empty.

Update 16.07.19 - Version 1.0.0

  • Initial Release.

Update 06.06.19 - Version 0.2.0

  • 0.0.3.

Update 06.06.19 - Version 0.1.0

  • 0.0.2 - Convert to PNG now support webfont.

Update 06.06.19 - Version 0.0.1

  • 0.01 Beta.