2024-03-13 12:17:14 +00:00
|
|
|
created: 20240313115309914
|
2014-08-20 21:07:39 +00:00
|
|
|
list-after: $:/core/ui/EditTemplate/title
|
2024-03-13 12:17:14 +00:00
|
|
|
modified: 20240313115810689
|
|
|
|
tags: $:/tags/EditTemplate
|
|
|
|
title: $:/ContributionBanner
|
2014-08-20 10:25:56 +00:00
|
|
|
|
2019-07-26 11:46:27 +00:00
|
|
|
\define base-github()
|
2024-07-25 16:41:28 +00:00
|
|
|
https://github.com/TiddlyWiki/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
|
2024-03-13 12:17:14 +00:00
|
|
|
<a href={{{ [<draft-of>encodeuricomponent[]addprefix[https://saqimtiaz.github.io/tw5-docs-pr-maker/#]] }}} class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer">edit this tiddler in Docs PR Maker</a>
|
|
|
|
or
|
|
|
|
<a href={{{ [<target>addprefix<base-github>] }}} class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer">edit it directly on ~GitHub</a>
|
2014-08-20 10:25:56 +00:00
|
|
|
</div>
|
2019-07-26 11:46:27 +00:00
|
|
|
</$list>
|
|
|
|
</$set>
|