From 2ee7607e5762070390a77dc9881d4d7ee18afed7 Mon Sep 17 00:00:00 2001 From: Tobias Beer Date: Mon, 24 Nov 2014 13:05:16 +0100 Subject: [PATCH] hide static links for any system tiddlers prefixed "$:/" also added underlined format to make it at least stand out a little, even if not a link --- editions/tw5.com/tiddlers/system/Sources.tid | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/system/Sources.tid b/editions/tw5.com/tiddlers/system/Sources.tid index dd03eeb0f..01dc5d522 100644 --- a/editions/tw5.com/tiddlers/system/Sources.tid +++ b/editions/tw5.com/tiddlers/system/Sources.tid @@ -6,7 +6,7 @@ caption: Sources http://tiddlywiki.com/static/<$view tiddler=<> field="title" format="doubleurlencoded"/>.html \end \define outerMakeStaticLink() -<$macrocall $name="makeStaticLink" $output="text/plain"/> +__<$macrocall $name="makeStaticLink" $output="text/plain"/>__ \end \define makeGitHubLink() https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/$(githubLink)$ @@ -16,6 +16,8 @@ https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/$ > class="tc-tiddlylink-external" target="_blank"><$text text=<>/> \end +<$list filter="[all[current]!prefix[$:/]]"> + A static HTML representation of this tiddler is available at the URL: <> @@ -23,3 +25,4 @@ 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: <> + \ No newline at end of file