Jan, Hi Mat, > thanks for your Comments-plugin, I modified it a little to implement it to > MetaTabs. You can see it at http://slidesnstories.tiddlyspot.com/ . > There it shows not in a popup at the top but in a tab at the bottom of the > tiddlers. >
Cool! > So far the demo-version there is also sending the comments to your sheet. > I could change this if it disturbs you. > Well, better if you make your own demo sheet. I can't make any guarantees for my document. A week from now I might mistake it for crap and delete it. There is two questions I have concerning the plugin. > - The "send"-button moves out of reach if you type to much, I wonder if it > is possible to get the Iframe scroll in the field. > Yup. That is because it really is another webpage showing, i.e the google form, that is designed that way by google. I've searched for solutions to "transclude divs" from arbitrary websites but this is not possilbe, or at least not something I am capable of. Another idea would be to somehow have tthe popup expand vertically but I don't know how the tw-popup can sense the internal content in the iframe. Maybe there could be a way to write soemthing in tw and send this into the iframed fields rather than typing directly into those fields, but that is also way beyond my skills.The only (and ugly) solution I can come up with is to make your popup taller to begin with. > - The other thing is even more important to me: How do you get the > Tiddlertitle in the sheet. > Interpreting your question to be: How do you getthe tiddler title INTO the sheet (as opposed to "from") The main tiddler $:/_TWaddle/plugins/GComment is a viewtemplate, i.e something that is present in every tiddler. It thus has the current tiddler title accessible. Inside this tiddler is the iframe src parameter that wants an url. A variable tid is set to be the tiddler title and this is used in the googletid macro to create thr url for iframe src parameter. I would like to have the possibility to export the results of a survey and > the content of the rate-field. Do you think this would be possible? Export using the TW export functionality or some google feature? In TW the exporting feature creates static html documents. I guess this can show iframes but they are then still "live" linking to the external google form then. You'll have to experiment. <:-) -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d83b1d4c-6b1d-44a4-8d1c-c91074d62b78%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

