Hi there,
I currently write with tw5 a wiki with entry-level algorithmic problems and 
their corresponding solutions for educational purposes. 
I also found a very nice application that works as an online interpreter 
for the pseudocode language i use, so i can test them also.
Now i want somehow to intergrate it inside my wiki.
I made a new tidder for this, and load the interpreter application in it by 
using an iframe.
The interpreter application also exposes some api, e.g. 
setAlgorithm(code,input). So instead of copy-paste the source code and 
input data i want to have a button on my solution tiddlers where i can 
press it and it will pass the source code and data to the interpreter.
I tried to use a ButtonWidget where i can send the source code in a tiddler 
field of the tiddler that has the iframe, but i don't know how i should 
proceed afterwards...

Any suggestions ?




-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to