If you are using an Omni application like or OmniFocus , here is how text is typically handled or created: Creating Text in Omni Applications
: You can programmatically "make" or insert text using Omni Automation scripts. For example, to create a new text object with a specific style, you would use the new Text(string:String, style:Style) command in the console.
: For technical calculations or data exploration, Omni Docs provides a list of supported text functions like MID , PROPER , and REPLACE to manipulate text strings.
: In the Omni ecosystem, text is often handled as a Text Object . This is a container that stores the string of text along with its formatting (styles) and any attachments.