diff --git a/editions/tw5.com/tiddlers/system/Sources.tid b/editions/tw5.com/tiddlers/system/Sources.tid new file mode 100644 index 000000000..e41212064 --- /dev/null +++ b/editions/tw5.com/tiddlers/system/Sources.tid @@ -0,0 +1,25 @@ +title: $:/editions/tw5.com/TiddlerInfo/Sources +tags: $:/tags/TiddlerInfo +caption: Sources + +\define makeStaticLink() +http://tiddlywiki.com/static/<$view tiddler=<> field="title" format="doubleurlencoded"/>.html +\end +\define outerMakeStaticLink() +<$macrocall $name="makeStaticLink" $output="text/plain"/> +\end +\define makeGitHubLink() +https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/$(githubLink)$ +\end +\define outerMakeGitHubLink() +<$set name="githubLink" value={{$:/config/OriginalTiddlerPaths##$(currentTiddler)$}}> +> class="tw-tiddlylink-external" target="_blank"><$text text=<>/> + +\end +A static HTML representation of this tiddler is available at the URL: + +<> + +Help us to improve the documentation by sending a ~GitHub pull request for this tiddler: + +<> diff --git a/editions/tw5.com/tiddlers/system/StaticLink.tid b/editions/tw5.com/tiddlers/system/StaticLink.tid deleted file mode 100644 index 282ab709b..000000000 --- a/editions/tw5.com/tiddlers/system/StaticLink.tid +++ /dev/null @@ -1,13 +0,0 @@ -title: $:/editions/tw5.com/TiddlerInfo/StaticLink -tags: $:/tags/TiddlerInfo -caption: Static Link - -\define makeLink() -http://tiddlywiki.com/static/<$view tiddler=<> field="title" format="doubleurlencoded"/>.html -\end -\define outerMakeLink() -<$macrocall $name="makeLink" $output="text/plain"/> -\end -A static HTML representation of this tiddler is available at the URL: - -<> diff --git a/editions/tw5.com/tiddlywiki.info b/editions/tw5.com/tiddlywiki.info index 12269a73e..c61551945 100644 --- a/editions/tw5.com/tiddlywiki.info +++ b/editions/tw5.com/tiddlywiki.info @@ -23,4 +23,8 @@ "zh-Hans", "zh-Hant" ] + , + "config": { + "retain-original-tiddler-path": true + } }