Wiki interaction

I am new with this and I am exploring the possibility of downloading text from a wiki. I want to manage strings graphically as an abstraction. Because I want to compose phrases graphically. So is it possible to do this and do you have any start point?

Can you provide some more details about what you are trying to do?

You can render strings graphically using the text() function, appearance can be controlled with font(), fontSize(), textAlignment(), and others.

For example I want to give an string and get data using that string from a wiki based web page

1.4 will (should?) have http.get that you could use to fetch data from a web page. Parsing that page might be a bit of a choreā€¦