mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 17:16:18 +00:00
a2c764d407
* enable doc contributions for dev fixes #2921 * involves changes to boot.js to properly build OriginalTiddlerPaths on Windows * added ContributionBanner * added Sources tab to info panel * updated tiddlywiki.info for dev * normalize path separator to posix for windows * more generically transform to posix
24 lines
728 B
Plaintext
24 lines
728 B
Plaintext
title: $:/editions/tw5.com/TiddlerInfo/Sources
|
|
tags: $:/tags/TiddlerInfo
|
|
caption: Sources
|
|
|
|
\define github-link-base()
|
|
https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/dev/tiddlers/$(title)$
|
|
\end
|
|
|
|
\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>
|
|
</$set>
|
|
\end
|
|
|
|
<$list filter="[all[current]!is[system]!is[shadow]]">
|
|
|
|
Help us to improve the documentation by sending a ~GitHub pull request for this tiddler:
|
|
|
|
* <<make-github-link>>
|
|
|
|
</$list>
|