diff --git a/editions/multiwikidocs/tiddlers/system/ContributionBanner.tid b/editions/multiwikidocs/tiddlers/system/ContributionBanner.tid new file mode 100644 index 000000000..5f0ff4371 --- /dev/null +++ b/editions/multiwikidocs/tiddlers/system/ContributionBanner.tid @@ -0,0 +1,16 @@ +list-after: $:/core/ui/EditTemplate/title +tags: $:/tags/EditTemplate +title: $:/ContributionBanner + +\define base-github() +https://github.com/TiddlyWiki/TiddlyWiki5/edit/multi-wiki-support/editions/multiwikidocs/tiddlers/ +\end + +<$set name="draft-of" value={{{ [get[draft.of]] }}}> +<$list filter="[[$:/config/OriginalTiddlerPaths]getindex]" variable="target" > +
+{{$:/core/images/star-filled}} Can you help us improve this documentation? [[Find out how|Improving TiddlyWiki Documentation]] to +addprefix] }}} class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer">edit it directly on ~GitHub +
+ + diff --git a/editions/multiwikidocs/tiddlers/system/SiteDomain.tid b/editions/multiwikidocs/tiddlers/system/SiteDomain.tid new file mode 100644 index 000000000..93411d672 --- /dev/null +++ b/editions/multiwikidocs/tiddlers/system/SiteDomain.tid @@ -0,0 +1,3 @@ +title: $:/SiteDomain + +mws.tiddlywiki.com \ No newline at end of file diff --git a/editions/multiwikidocs/tiddlers/system/SitePreviewUrl.tid b/editions/multiwikidocs/tiddlers/system/SitePreviewUrl.tid new file mode 100644 index 000000000..6af0ba2e5 --- /dev/null +++ b/editions/multiwikidocs/tiddlers/system/SitePreviewUrl.tid @@ -0,0 +1,3 @@ +title: $:/SitePreviewUrl + +https://tiddlywiki.com/images/Introduction%2520Video%2520Thumbnail.jpg \ No newline at end of file diff --git a/editions/multiwikidocs/tiddlers/system/SiteSubtitle.tid b/editions/multiwikidocs/tiddlers/system/SiteSubtitle.tid new file mode 100644 index 000000000..54046e916 --- /dev/null +++ b/editions/multiwikidocs/tiddlers/system/SiteSubtitle.tid @@ -0,0 +1,3 @@ +title: $:/SiteSubtitle + +~TiddlyWiki for the People \ No newline at end of file diff --git a/editions/multiwikidocs/tiddlers/system/SiteTitle.tid b/editions/multiwikidocs/tiddlers/system/SiteTitle.tid new file mode 100644 index 000000000..c16a3ffdd --- /dev/null +++ b/editions/multiwikidocs/tiddlers/system/SiteTitle.tid @@ -0,0 +1,4 @@ +title: $:/SiteTitle +type: text/vnd.tiddlywiki + +~TiddlyWiki Multi-Wiki Server \ No newline at end of file diff --git a/editions/multiwikidocs/tiddlers/system/SiteUrl.tid b/editions/multiwikidocs/tiddlers/system/SiteUrl.tid new file mode 100644 index 000000000..8720c2d83 --- /dev/null +++ b/editions/multiwikidocs/tiddlers/system/SiteUrl.tid @@ -0,0 +1,3 @@ +title: $:/SiteUrl + +https://mws.tiddlywiki.com/ \ No newline at end of file diff --git a/editions/multiwikidocs/tiddlers/system/SplashScreen.tid b/editions/multiwikidocs/tiddlers/system/SplashScreen.tid new file mode 100644 index 000000000..43da558b0 --- /dev/null +++ b/editions/multiwikidocs/tiddlers/system/SplashScreen.tid @@ -0,0 +1,129 @@ +tags: $:/tags/RawMarkupWikified/TopBody +title: $:/SplashScreen +type: text/vnd.tiddlywiki + +\import [subfilter{$:/core/config/GlobalImportFilter}] + +\procedure show-icon(title) +<$wikify name="icon" text={{{ [addprefix[{{]addsuffix[}}]] }}} output="html"> +<$text text=<<icon>>/> +</$wikify> +\end + +\rules only filteredtranscludeinline transcludeinline macrocallinline +<div class="tc-remove-when-wiki-loaded"> +<style scoped> + +.tc-splash-text { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-size: 16px; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + margin: 20px auto 0; + width: 200px; + text-align: center; + color: <<colour foreground>>; + fill: <<colour foreground>>; +} + +.tc-splash-text img { + width: 150px; + <<box-shadow "2px 2px 10px rgba(0, 0, 0, 0.5)">> +} + +html body.tc-body { + background: <<colour page-background>>; +} + +/* +Spinner from https://github.com/tobiasahlin/SpinKit/ by Tobias Ahlin + +The MIT License (MIT) + +Copyright (c) 2015 Tobias Ahlin + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +*/ + +.tc-splash-spinner { + margin: 20px auto 0; + width: 70px; + text-align: center; +} + +.tc-splash-spinner > div { + width: 18px; + height: 18px; + border-radius: 100%; + display: inline-block; + -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; + animation: sk-bouncedelay 1.4s infinite ease-in-out both; + background-color: #f88; +} + +.tc-splash-spinner .tc-splash-bounce-1 { + -webkit-animation-delay: -0.32s; + animation-delay: -0.32s; + background-color: #8f8; +} + +.tc-splash-spinner .tc-splash-bounce-2 { + -webkit-animation-delay: -0.16s; + animation-delay: -0.16s; + background-color: #88f; +} + +@-webkit-keyframes sk-bouncedelay { + 0%, 80%, 100% { -webkit-transform: scale(0) } + 40% { -webkit-transform: scale(1.0) } +} + +@keyframes sk-bouncedelay { + 0%, 80%, 100% { + -webkit-transform: scale(0); + transform: scale(0); + } 40% { + -webkit-transform: scale(1.0); + transform: scale(1.0); + } +} +</style> + +<div class="tc-splash-spinner"> + <div class="tc-splash-bounce-1"></div> + <div class="tc-splash-bounce-2"></div> + <div class="tc-splash-bounce-3"></div> +</div> + +<div class="tc-splash-text"> +<strong>{{$:/SiteTitle}}</strong> +<br/> +is loading +</div> + +<!-- Demonstrating how to embed a bitmap graphic --> +<div class="tc-splash-text"> +<img src="data:image/jpeg;base64,{{MWS Banner.png||$:/core/templates/plain-text-tiddler}}" width="100"/> +</div> + +<!-- Demonstrating how to embed a wikitext SVG graphic --> +<div class="tc-splash-text"> +<<show-icon "$:/core/icon">> +</div> + +</div> diff --git a/editions/multiwikidocs/tiddlers/system/StaticBanner.tid b/editions/multiwikidocs/tiddlers/system/StaticBanner.tid new file mode 100644 index 000000000..9a9ae9bfb --- /dev/null +++ b/editions/multiwikidocs/tiddlers/system/StaticBanner.tid @@ -0,0 +1,3 @@ +title: $:/StaticBanner + +<div class="tc-static-alert"><div class="tc-static-alert-inner">This page is part of a static HTML representation of the ~TiddlyWiki at https://tiddlywiki.com/</div></div> diff --git a/editions/multiwikidocs/tiddlers/system/sidebarlayout.tid b/editions/multiwikidocs/tiddlers/system/sidebarlayout.tid new file mode 100644 index 000000000..2bfa95e13 --- /dev/null +++ b/editions/multiwikidocs/tiddlers/system/sidebarlayout.tid @@ -0,0 +1,3 @@ +title: $:/themes/tiddlywiki/vanilla/options/sidebarlayout + +fluid-fixed \ No newline at end of file diff --git a/editions/multiwikidocs/tiddlers/system/static.content.tid b/editions/multiwikidocs/tiddlers/system/static.content.tid new file mode 100644 index 000000000..02e62aba8 --- /dev/null +++ b/editions/multiwikidocs/tiddlers/system/static.content.tid @@ -0,0 +1,18 @@ +title: $:/core/templates/static.content + +\define tv-wikilink-template() https://tiddlywiki.com/static/$uri_doubleencoded$.html + +<!-- For Google, and people without JavaScript--> + +<$reveal default="yes" text=<<savingEmpty>> type="nomatch"> + +It looks like this browser doesn't run JavaScript. You can use one of these static HTML versions to browse the same content: + +* https://mws.tiddlywiki.com/static.html - browse individual tiddlers as separate pages +* https://mws.tiddlywiki.com/alltiddlers.html#HelloThere - single file containing all tiddlers + +--- + +{{HelloThere}} + +</$reveal>