2014-02-27 16:30:24 +00:00
|
|
|
title: $:/editions/tw5.com/TiddlerInfo/Sources
|
|
|
|
tags: $:/tags/TiddlerInfo
|
|
|
|
caption: Sources
|
|
|
|
|
2016-10-19 21:06:15 +00:00
|
|
|
\define static-link-base()
|
2017-11-11 11:56:20 +00:00
|
|
|
https://tiddlywiki.com/static/$(title)$.html
|
2014-02-27 16:30:24 +00:00
|
|
|
\end
|
2016-10-19 21:06:15 +00:00
|
|
|
|
|
|
|
\define make-static-link()
|
|
|
|
<$set name="title" filter="[<currentTiddler>encodeuricomponent[]encodeuricomponent[]]" select="0">
|
|
|
|
<a href=<<static-link-base>> class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer"><$text text=<<static-link-base>>/></a>
|
|
|
|
</$set>
|
2014-02-27 16:30:24 +00:00
|
|
|
\end
|
2016-10-19 21:06:15 +00:00
|
|
|
|
|
|
|
\define github-link-base()
|
2019-01-15 17:39:45 +00:00
|
|
|
https://github.com/Jermolene/TiddlyWiki5/blob/tiddlywiki-com/editions/tw5.com/tiddlers/$(title)$
|
2014-02-27 16:30:24 +00:00
|
|
|
\end
|
2016-10-19 21:06:15 +00:00
|
|
|
|
|
|
|
\define make-github-link()
|
|
|
|
<$set name="title" value={{$:/config/OriginalTiddlerPaths##$(currentTiddler)$}}>
|
|
|
|
<$set name="title" filter="[<title>encodeuricomponent[]]" select="0">
|
|
|
|
<a href=<<github-link-base>> class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer"><$text text=<<github-link-base>>/></a>
|
|
|
|
</$set>
|
2014-02-27 16:30:24 +00:00
|
|
|
</$set>
|
|
|
|
\end
|
2016-10-19 21:06:15 +00:00
|
|
|
|
2014-11-25 11:57:25 +00:00
|
|
|
<$list filter="[all[current]!is[system]!is[shadow]]">
|
2014-11-24 12:05:16 +00:00
|
|
|
|
2014-02-27 16:30:24 +00:00
|
|
|
A static HTML representation of this tiddler is available at the URL:
|
|
|
|
|
2016-10-19 21:06:15 +00:00
|
|
|
* <<make-static-link>>
|
2014-02-27 16:30:24 +00:00
|
|
|
|
|
|
|
Help us to improve the documentation by sending a ~GitHub pull request for this tiddler:
|
|
|
|
|
2016-10-19 21:06:15 +00:00
|
|
|
* <<make-github-link>>
|
|
|
|
|
|
|
|
</$list>
|