mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
32c5490a20
* Make it work with titles with crazy characters * Hide the banner for tiddlers that didn't originate on GitHub Fixes #4116 and #4129
17 lines
774 B
Plaintext
17 lines
774 B
Plaintext
title: $:/ContributionBanner
|
|
tags: $:/tags/EditTemplate
|
|
list-after: $:/core/ui/EditTemplate/title
|
|
|
|
\define base-github()
|
|
https://github.com/Jermolene/TiddlyWiki5/edit/master/editions/ko-KR/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}}우리에게 이 설명문서를 개선하는 데 도움을 줄 수 있나요?
|
|
<a href={{{ [<target>addprefix<base-github>] }}} class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer">~GitHub에서 이 티들러</a>를 편집하는 [[방법에 대해 알아보세요|Improving TiddlyWiki Documentation]]
|
|
</div>
|
|
</$list>
|
|
</$set>
|