1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-06-01 18:22:17 +00:00

Merge pull request #1133 from tobibeer/no-static-links-for-system-tiddlers

#1129 — hide static and github links for any system tiddlers prefixed "$:/" on tw.com
This commit is contained in:
Jeremy Ruston
2014-11-25 13:54:09 +00:00
+5 -2
View File
@@ -16,10 +16,13 @@ https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/$
<a href=<<makeGitHubLink>> class="tc-tiddlylink-external" target="_blank"><$text text=<<makeGitHubLink>>/></a>
</$set>
\end
<$list filter="[all[current]!is[system]!is[shadow]]">
A static HTML representation of this tiddler is available at the URL:
<<outerMakeStaticLink>>
* <<outerMakeStaticLink>>
Help us to improve the documentation by sending a ~GitHub pull request for this tiddler:
<<outerMakeGitHubLink>>
* <<outerMakeGitHubLink>>
</$list>