title: $:/editions/tw5.com/TiddlerInfo/Sources tags: $:/tags/TiddlerInfo caption: Sources code-body: yes \function static-link-base() [[https://tiddlywiki.com/static/$(title)$.html]substitute[]] \function github-link-base() [[https://github.com/Jermolene/TiddlyWiki5/blob/tiddlywiki-com/editions/tw5.com/tiddlers/$(title)$]substitute[]] \end \procedure make-static-link() \whitespace trim <$set name="title" filter="[encodeuricomponent[]encodeuricomponent[]]" select="0"> > class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer" > <$text text=<>/> \end \procedure make-github-link() <$set name="title" value={{{ [[$:/config/OriginalTiddlerPaths]getindex] }}}> <$set name="title" filter="[encodeuricomponent[]]" select="0"> <a href=<<github-link-base>> class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer" >Direct link to <$text text=<<currentTiddler>>/> on github.com</a> </$set> </$set> \end <$list filter="[all[current]!is[system]!is[shadow]]"> A static HTML representation of this tiddler is available at the URL: * <<make-static-link>> Help us to improve the documentation by suggesting changes to this tiddler using the [[TiddlyWiki Docs PR Maker|https://saqimtiaz.github.io/tw5-docs-pr-maker/]] * <<make-github-link>> </$list>