From 6c89b273282f4b06be77001eb2a2fcb0bc591826 Mon Sep 17 00:00:00 2001 From: Jens Date: Sun, 22 Nov 2015 13:53:59 +0100 Subject: [PATCH] Changed Transclusion from html to TidlerWiki syntax in order to force new tab when following With the html syntax when you go back after following the link knowledges of open tiddlers is lost. Not sure if there should also be feature request for TiddlerWiki to store knowledge of open tiddlers in browser history. --- editions/tw5.com/tiddlers/concepts/Transclusion.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/concepts/Transclusion.tid b/editions/tw5.com/tiddlers/concepts/Transclusion.tid index b1f9e48d5..e87032b29 100644 --- a/editions/tw5.com/tiddlers/concepts/Transclusion.tid +++ b/editions/tw5.com/tiddlers/concepts/Transclusion.tid @@ -3,7 +3,7 @@ modified: 20141130195444237 tags: Concepts title: Transclusion -Transclusion is the process of referencing one tiddler "A" from another tiddler "B" such that the content of "A" appears to be a part of "B". +[[Transclusion|http://en.wikipedia.org/wiki/Transclusion]] is the process of referencing one tiddler "A" from another tiddler "B" such that the content of "A" appears to be a part of "B". Copying and pasting content creates multiple copies of the same content in several different places. With transclusion, there can be a single copy and a special instruction in "B" which indicates the point at which content should be inserted from tiddler "A".