From b0c6babd8d2a28b27f3c80be665a25569766ea1b Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 20 Aug 2014 11:25:56 +0100 Subject: [PATCH] Add banner soliciting documentation improvements A first pass --- .../tiddlers/system/ViewTemplateSources.tid | 14 ++++++++++++++ .../tw5.com/tiddlers/system/tw5.com-styles.tid | 9 +++++++++ 2 files changed, 23 insertions(+) create mode 100644 editions/tw5.com/tiddlers/system/ViewTemplateSources.tid diff --git a/editions/tw5.com/tiddlers/system/ViewTemplateSources.tid b/editions/tw5.com/tiddlers/system/ViewTemplateSources.tid new file mode 100644 index 000000000..516ad7699 --- /dev/null +++ b/editions/tw5.com/tiddlers/system/ViewTemplateSources.tid @@ -0,0 +1,14 @@ +title: $:/editions/tw5.com/ViewTemplate/Sources +tags: $:/tags/ViewTemplate + +\define makeGitHubLink() +https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/$(githubLink)$ +\end +\define outerMakeGitHubLink(linkText) +<$set name="githubLink" value={{$:/config/OriginalTiddlerPaths##$(currentTiddler)$}}> +> class="tw-tiddlylink-external" target="_blank">$linkText$ + +\end +
+{{$:/core/images/star-filled}} Can you help improve this documentation? [[Find out how|Improving TiddlyWiki Documentation]] to edit <> +
diff --git a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid index c3cc7dfad..3ab55cf12 100644 --- a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +++ b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid @@ -41,3 +41,12 @@ tags: $:/tags/stylesheet padding: 1em; height: 400px; } + +.tw-improvement-banner { + font-size: 0.7em; +} + +.tw-improvement-banner svg { + width: 1em; + height: 1em; +}