Sorry, I didn't explain what I'm trying to do. I want an object frame template 
that I can transclude in another tiddler that uses the title for the pritty 
link and passes the path for the link and also for the data field in the object 
viewer. Something like:
[[HTMLViewer]]
<$link to={!!title} href=$path$></$link>
<html>
<span class="frameviewer">
<object class="fix" type="text/html" data="$path$" 
style=width:107.4%;height:545px;"></object>
</span>
</html>
Where $path$ is passed as the variable but I cant figure out how to pass 
$path$. I want to be able to put something like 
{{http://mypage.com||HTMLViewer}} in another tiddler and have the title as the 
hyperlink and display the page referenced in a framed object window.

Sent from my Sprint tablet









-------- Original message --------
From: Stephan Hradek <stephan.hra...@gmail.com> 
Date:06/11/2014  11:17 PM  (GMT-07:00) 
To: tiddlywiki@googlegroups.com 
Subject: [tw] Re: [TW5] Transcluded object frame for pdf and web pages 

For that to understand one has to understand TWc and the AliasPlugin. Maybe 
it's better to describe what you want?
-- 
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.

-- 
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