It is possible to use iframe and load local html file inside a TW

like below
Example

The below *test.html* located in examples folder

<!DOCTYPE html> 
<html lang="en"> 
<head> <meta charset="utf-8"> 
<title>An HTML page</title> 
</head> 
<body> 
<h1>An HTML page</h1> 
<p>This is an HTML page.</p> 
</body> 
</html>

 
Then in a tiddler load it as below


<iframe src="examples/test.html" width=100% height=300/>


This way you can make a library of your offline sites or pages in TW.


My question is has anybody experiences on this from performance point of view?


--Mohammad

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/308463a0-bc75-4287-940e-9b7b272e3d1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to