Say the end user has a Text (Area Text) node on the page with three paragraphs. Am I right that as a user I can’t select the middle paragraph and in my plugin, glean the start/end range numbers of that text in order to manipulate that substring of text?
Further, it doesn’t appear to be possible to format that text with HTML/CSS. Please confirm that HTML/CSS is only supported in UI provided by the plugin itself and not for styling the end user’s design content.
I’m interested in user being able to select a substring of text within a Text node and have my plugin indent by a user-specified amount but it would seem I’d have to do this with space characters and probably can’t for a sub-selection anyway but rather, only for the entire Text node.
Thank you for confirming my assessment of the latest API.