2014-11-23 17:54:10 +00:00
|
|
|
title: $:/ContributionBanner
|
2014-08-20 21:07:39 +00:00
|
|
|
tags: $:/tags/EditTemplate
|
|
|
|
list-after: $:/core/ui/EditTemplate/title
|
2014-08-20 10:25:56 +00:00
|
|
|
|
2019-07-26 11:46:27 +00:00
|
|
|
\define base-github()
|
|
|
|
https://github.com/Jermolene/TiddlyWiki5/edit/tiddlywiki-com/editions/tw5.com/tiddlers/
|
2014-08-20 21:07:39 +00:00
|
|
|
\end
|
2019-07-26 11:46:27 +00:00
|
|
|
|
|
|
|
<$set name="draft-of" value={{{ [<currentTiddler>get[draft.of]] }}}>
|
|
|
|
<$list filter="[[$:/config/OriginalTiddlerPaths]getindex<draft-of>]" variable="target" >
|
2014-08-28 18:53:02 +00:00
|
|
|
<div class="tc-improvement-banner">
|
2019-07-26 11:46:27 +00:00
|
|
|
{{$:/core/images/star-filled}} Can you help us improve this documentation? [[Find out how|Improving TiddlyWiki Documentation]] to
|
|
|
|
<a href={{{ [<target>addprefix<base-github>] }}} class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer">edit this tiddler on ~GitHub</a>
|
2014-08-20 10:25:56 +00:00
|
|
|
</div>
|
2019-07-26 11:46:27 +00:00
|
|
|
</$list>
|
|
|
|
</$set>
|