Using tiddlyclip to embed a webpage with iframe #67
-
I would like to embed webpages in tiddlywiki using iframe with the help of tiddlyclip.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Is there anything that can be done for this |
Beta Was this translation helpful? Give feedback.
-
you can copy the 'snip'. In the 'body' column we have
substitute with
|
Beta Was this translation helpful? Give feedback.
you can copy the 'snip'. In the 'body' column we have
((*@pageRef*))\n\n((*@text*))\n\n
substitute with
<div align="center"><iframe src='((*@pageRef*))' frameborder='0' width='100%' height='800'></iframe></div>