: You can apply pre-defined styles to text objects or individual characters using specific automation methods like applyStyle() . Troubleshooting Version 1.3.4 If "Omni Toolbox" refers to a specific utility or plugin:
: Simply click into a row or cell and start typing. Omni Toolbox 1.3.4
: 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. : You can apply pre-defined styles to text
: 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. This is a container that stores the string
If you are using an Omni application like or OmniFocus , here is how text is typically handled or created: Creating Text in Omni Applications