substring
substring allows you to take a substring of text. To use this function, simply use the following syntax in a template file:
{{{substring var startPosition endPosition}}}
For example, if you only want the first 100 characters of the selected text, you would use:
{{{substring selection 0 99}}}
Table of contents
Local Graph
Mentions
What's New
Version 0.3.0-beta Key features and improvements in Text Generator v0.3.0-beta include: Refactoring the code: To ensure optimal performance and readability,...