On Wednesday, January 13, 2016 at 5:54:30 AM UTC+1, Wilmer González wrote: > > Hey guys! > > i've been thinking: there's a way to link external tiddlers and see them > in the tiddlywiki from where i just call it? > for example: > > we have index.html(as tiddlywiki) > and inside of it we create a tiddler referencing to helpme.tid (in the > same directory) > then when clicking on the link it shows up (as a regular tiddler) inside > of index.html. > > ...in the usual way it shows up as another window in the browser. > anyway i think it could be a great feature if doesn't exist yet. > > greetings! > Hi Wilmer,
Being a nonprogrammer maybe I have missed the point somehow but could this be another way to do it? 1. go to the target tiddlywiki 2. open the tiddler you want "embedded" 3. create a permalink for that tiddler and save the permalink 4. in the "recieving tiddlywiki" create a tiddler with the same title 5. in that tiddler create an iframe with the permalink ie. <html><iframe width="1000" height="600" src=" permalink " frameborder="0" allowfullscreen></iframe></html> 6. save and Voila! By the way this should work for "embedding" most files (depending on the filetype) and folders from your hardrive if that is what is meant by embedding. Just put the link to the file or folder in the above Iframe. Interestingly it seems the embedded tiddler can also be edited from your recieving tiddlywiki since it links you to the original tiddly wiki. For editing text files, html or other files files embedded in this way but not within a tiddlywiki I use the firefox extension ViewSourceWith which allows you to view the source and edit it in the editor of your choice without leaving the browser. Regards, TiddlyWiker -- 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/bf218f13-c5bd-4fbd-8ee0-ac3ebb38425e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

