mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
21 lines
995 B
Plaintext
21 lines
995 B
Plaintext
created: 20240313115309914
|
|
list-after: $:/core/ui/EditTemplate/title
|
|
modified: 20240313115810689
|
|
tags: $:/tags/EditTemplate
|
|
title: $:/ContributionBanner
|
|
|
|
\define base-github()
|
|
https://github.com/TiddlyWiki/TiddlyWiki5/edit/tiddlywiki-com/editions/tw5.com/tiddlers/
|
|
\end
|
|
|
|
<$set name="draft-of" value={{{ [<currentTiddler>get[draft.of]] }}}>
|
|
<$list filter="[[$:/config/OriginalTiddlerPaths]getindex<draft-of>]" variable="target" >
|
|
<div class="tc-improvement-banner">
|
|
{{$:/core/images/star-filled}} Can you help us improve this documentation? [[Find out how|Improving TiddlyWiki Documentation]] to
|
|
<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>
|
|
</div>
|
|
</$list>
|
|
</$set>
|