Page 1 of 1

WebGadget: Get plain text

Posted: Wed Mar 20, 2024 12:33 am
by BarryG
With the WebGadget, we can use GetGadgetItemText() with #PB_Web_HtmlCode and #PB_Web_SelectedText, but I'd like to also have #PB_Web_PlainText to just get the plain text from it. Similar to #PB_Web_SelectedText but without needing to make a selection.

I currently have a largish workaround, so this request is to make workarounds obsolete.