2014-02-27 16:30:24 +00:00
caption: Sources
2024-03-10 11:08:00 +00:00
code-body: yes
2024-03-13 12:17:14 +00:00
created: 20240313090915565
modified: 20240313115026563
tags: $:/tags/TiddlerInfo
title: $:/editions/tw5.com/TiddlerInfo/Sources
2014-02-27 16:30:24 +00:00
2024-03-10 11:08:00 +00:00
\function static-link-base() [[https://tiddlywiki.com/static/$(title)$.html]substitute[]]
\function github-link-base()
2024-07-25 16:41:28 +00:00
[[https://github.com/TiddlyWiki/TiddlyWiki5/blob/tiddlywiki-com/editions/tw5.com/tiddlers/$(title)$]substitute[]]
2014-02-27 16:30:24 +00:00
\end
2016-10-19 21:06:15 +00:00
2024-03-10 11:08:00 +00:00
\procedure make-static-link()
\whitespace trim
2016-10-19 21:06:15 +00:00
<$set name="title" filter="[<currentTiddler>encodeuricomponent[]encodeuricomponent[]]" select="0">
2024-03-10 11:08:00 +00:00
<a href=<<static-link-base>>
class="tc-tiddlylink-external"
target="_blank"
rel="noopener noreferrer"
>
<$text text=<<static-link-base>>/>
</a>
2016-10-19 21:06:15 +00:00
</$set>
2014-02-27 16:30:24 +00:00
\end
2016-10-19 21:06:15 +00:00
2024-03-10 11:08:00 +00:00
\procedure make-github-link()
<$set name="title" value={{{ [[$:/config/OriginalTiddlerPaths]getindex<currentTiddler>] }}}>
<$set name="title" filter="[<title>encodeuricomponent[]]" select="0">
<a href=<<github-link-base>>
class="tc-tiddlylink-external"
target="_blank"
rel="noopener noreferrer"
2024-03-13 12:17:14 +00:00
>Link to "<$text text=<<currentTiddler>>/>" on github.com</a>
2024-03-10 11:08:00 +00:00
</$set>
2014-02-27 16:30:24 +00:00
</$set>
\end
2016-10-19 21:06:15 +00:00
2024-03-13 12:17:14 +00:00
\procedure make-pr-maker-link()
<a href={{{ [<currentTiddler>encodeuricomponent[]addprefix[https://saqimtiaz.github.io/tw5-docs-pr-maker/#]] }}}
class="tc-tiddlylink-external"
target="_blank"
rel="noopener noreferrer"
>Link to "<$text text=<<currentTiddler>>/>" in Docs PR Maker edition</a>
\end
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
2024-03-13 12:17:14 +00:00
Help us to [[improve the documentation|Improving TiddlyWiki Documentation]] by suggesting changes to this tiddler using the [[TiddlyWiki Docs PR Maker]] or directly on ~GitHub.
2014-02-27 16:30:24 +00:00
2024-03-13 12:17:14 +00:00
* <<make-pr-maker-link>>
2016-10-19 21:06:15 +00:00
* <<make-github-link>>
</$list>