1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 11:43:16 +00:00

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
This commit is contained in:
Tobias Beer 2014-11-24 13:05:16 +01:00
parent 4134392841
commit 2ee7607e57

View File

@ -6,7 +6,7 @@ caption: Sources
http://tiddlywiki.com/static/<$view tiddler=<<currentTiddler>> field="title" format="doubleurlencoded"/>.html http://tiddlywiki.com/static/<$view tiddler=<<currentTiddler>> field="title" format="doubleurlencoded"/>.html
\end \end
\define outerMakeStaticLink() \define outerMakeStaticLink()
<$macrocall $name="makeStaticLink" $output="text/plain"/> __<$macrocall $name="makeStaticLink" $output="text/plain"/>__
\end \end
\define makeGitHubLink() \define makeGitHubLink()
https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/$(githubLink)$ 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/$
<a href=<<makeGitHubLink>> class="tc-tiddlylink-external" target="_blank"><$text text=<<makeGitHubLink>>/></a> <a href=<<makeGitHubLink>> class="tc-tiddlylink-external" target="_blank"><$text text=<<makeGitHubLink>>/></a>
</$set> </$set>
\end \end
<$list filter="[all[current]!prefix[$:/]]">
A static HTML representation of this tiddler is available at the URL: A static HTML representation of this tiddler is available at the URL:
<<outerMakeStaticLink>> <<outerMakeStaticLink>>
@ -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: Help us to improve the documentation by sending a ~GitHub pull request for this tiddler:
<<outerMakeGitHubLink>> <<outerMakeGitHubLink>>
</$list>