Fix accidental changes in 41a7d98e17

Put this one down to COVID-19
This commit is contained in:
jeremy@jermolene.com 2020-06-07 10:30:39 +01:00
parent 41a7d98e17
commit 954c9944ad
5 changed files with 35 additions and 54 deletions

View File

@ -1,5 +0,0 @@
title: MySpecialTag
show-navigation: yes
description: this is a really special tag!
And this is lots more information about it

View File

@ -1,26 +0,0 @@
title: $:/_AFC/TagNavigation
tags: $:/tags/ViewTemplate
list-after: $:/core/ui/ViewTemplate/body
<div class="tc-tag-nav-slice">
<$list filter="[all[current]tags[]sort[]show-navigation[yes]]" variable="tag">
<div class="tc-tag-nav-wrapper">
<$button class="tc-tag-nav-button tc-tag-nav-button-previous">
<$action-navigate $to={{{ [<tag>tagging[]before<currentTiddler>last[]] }}}/>
{{$:/core/images/chevron-left}} previous
</$button>
<$button class="tc-tag-nav-button tc-tag-nav-button-middle tc-btn-invisible">
<$action-navigate $to=<<tag>>/>
<$text text=<<tag>>/>: <$text text={{{ [<tag>get[description]] }}}/>
</$button>
<$button class="tc-tag-nav-button tc-tag-nav-button-next">
<$action-navigate $to={{{ [<tag>tagging[]after<currentTiddler>] }}}/>
next {{$:/core/images/chevron-right}}
</$button>
</div>
</$list>
</div>

View File

@ -1,23 +0,0 @@
title: $:/_AFC/TagNavigationStyles
tags: $:/tags/Stylesheet
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
.tc-tag-nav-wrapper {
clear: both;
display: flex;
}
.tc-tag-nav-button-previous,
.tc-tag-nav-button-next {
cursor: pointer;
font-size: 2em;
border: none;
background: #ddf;
border-radius: 4px;
padding: 5px;
}
.tc-tag-nav-button-middle {
flex: 1;
}

View File

@ -0,0 +1,21 @@
{
"description": "Basic client-server edition",
"plugins": [
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem",
"tiddlywiki/highlight"
],
"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite"
],
"build": {
"index": [
"--rendertiddler","$:/plugins/tiddlywiki/tiddlyweb/save/offline","index.html","text/plain"],
"static": [
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"]
}
}

View File

@ -0,0 +1,14 @@
{
"description": "Sharing tiddlers via URLs",
"plugins": [
"tiddlywiki/share"
],
"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite"
],
"build": {
"share": [
"--rendertiddler","$:/core/save/all","share.html","text/plain"]
}
}