I want to realize something like a search box within a tiddler.
I enter a parameter in the field and click the button.
Then the tiddler should get the content of an external XML from the internet and put the content into a new tiddler.
If I write "test" to the edit-text, my tiddler should get the content from something like: "https://www.myxml.com/search/file.xml?q=test"
Is that possible??
I'm struggeling around with that for more than a week now and can't get it to work...
Thank you! :)