mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
parent
41a7d98e17
commit
954c9944ad
@ -1,5 +0,0 @@
|
|||||||
title: MySpecialTag
|
|
||||||
show-navigation: yes
|
|
||||||
description: this is a really special tag!
|
|
||||||
|
|
||||||
And this is lots more information about it
|
|
@ -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>
|
|
@ -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;
|
|
||||||
}
|
|
21
editions/server/tiddlywiki.info
Normal file
21
editions/server/tiddlywiki.info
Normal 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"]
|
||||||
|
}
|
||||||
|
}
|
14
editions/share/tiddlywiki.info
Normal file
14
editions/share/tiddlywiki.info
Normal 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"]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user