From 86629e314467b0f1818c4efbd4631cc1a759ed3f Mon Sep 17 00:00:00 2001 From: Tobias Beer Date: Tue, 25 Nov 2014 02:18:21 +0100 Subject: [PATCH] also hide shadows, no underlined url --- editions/tw5.com/tiddlers/system/Sources.tid | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/editions/tw5.com/tiddlers/system/Sources.tid b/editions/tw5.com/tiddlers/system/Sources.tid index 01dc5d522..b621eb5c7 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,13 +16,13 @@ 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[$:/]]"> +<$list filter="[all[current]!prefix[$:/]!is[shadow]]"> 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