mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-25 22:52:49 +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
|
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,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>
|
<a href=<<makeGitHubLink>> class="tc-tiddlylink-external" target="_blank"><$text text=<<makeGitHubLink>>/></a>
|
||||||
</$set>
|
</$set>
|
||||||
\end
|
\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:
|
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:
|
Help us to improve the documentation by sending a ~GitHub pull request for this tiddler:
|
||||||
|
|
||||||
<<outerMakeGitHubLink>>
|
* <<outerMakeGitHubLink>>
|
||||||
</$list>
|
</$list>
|
Loading…
x
Reference in New Issue
Block a user