mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-24 02:27:19 +00:00
also hide shadows, no underlined url
This commit is contained in:
parent
2ee7607e57
commit
86629e3144
@ -6,7 +6,7 @@ caption: Sources
|
||||
http://tiddlywiki.com/static/<$view tiddler=<<currentTiddler>> 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/$
|
||||
<a href=<<makeGitHubLink>> class="tc-tiddlylink-external" target="_blank"><$text text=<<makeGitHubLink>>/></a>
|
||||
</$set>
|
||||
\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:
|
||||
|
||||
<<outerMakeStaticLink>>
|
||||
* <<outerMakeStaticLink>>
|
||||
|
||||
Help us to improve the documentation by sending a ~GitHub pull request for this tiddler:
|
||||
|
||||
<<outerMakeGitHubLink>>
|
||||
* <<outerMakeGitHubLink>>
|
||||
</$list>
|
Loading…
Reference in New Issue
Block a user