iframes are cool and fun but the way that they embed content is limited. Visually, iframed content appears as part of the parent document. However, internally, it's wrapped up in an impermeable protective membrane that makes it impossible for the host page to actually access the iframed content.
What we really need is "remote transclusion", where TiddlyWiki dynamically loads remote content as tiddlers. That means that the remotely loaded content will be available to list widgets and so on. All we need is a CORS enabled server to make this work. There are a couple of techniques we can use to do that, and it's definitely on my list. Best wishes Jeremy. On Sun, Nov 23, 2014 at 7:10 AM, Alex Hough <[email protected]> wrote: > Tobias, > > Mind boggling - there so much to see in the way you've done this > > Alex > > On 23 November 2014 at 04:30, David Gifford <[email protected]> wrote: > >> Is there a way to create an iframe that grabs only the title and text >> fields of a tiddler? >> >> >> >> On Saturday, November 22, 2014 10:13:07 PM UTC-6, Tobias Beer wrote: >>> >>> I don't even know if iframes can nest, so maybe I'll hit a wall right >>>> away. >>>> >>> >>> Well, just try to iframe your iframing content and see what that >>> brings... >>> >>> At some point, the browser will need to stop recusrively embed things, >>> or else. ;) >>> >>> Best wishes, Tobias. >>> >> -- >> 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 http://groups.google.com/group/tiddlywiki. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > 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 http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

