Hi @Dave, @TiddlyTweeter
for the talkytalky look I put this in a stylesheet:
.tc-story-river {
padding: 0px 0px 0px 0px;
}
.tc-tiddler-frame {
height: 100vh;
margin: 0;
}
.tc-tiddler-body {
position: relative;
text-align: center;
height: 100%;
}
.tc-tags-wrapper, .tc-titlebar .tc-title, .tc-subtitle {
display: none;
}
.tc-tiddler-controls button svg {
fill: <<colour tiddler-background>>;
}
and I create two tiddlers, both tagged $:/tags/ViewTemplate. the first has
the field "list-before" with the content "$:/core/ui/ViewTemplate/title"
and its text is copied from talkytalky:
<div class="tc-next" style="margin-left:-30px;margin-top:-30px;">
<$list filter="[all[current]next[$:/StoryList]]">
<$link to={{!!title}}>
{{$:/core/images/down-arrow}}
</$link>
</$list>
</div>
the next tiddler creates the previous button. in a "list-after" field put
$:/core/ui/ViewTemplate/body and as text:
<div class="tc-previous" style="position: absolute; z-index:
20;right:10px;bottom:0px;">
<$list filter="[all[current]previous[$:/StoryList]]">
<$link to={{!!title}}>
{{$:/core/images/up-arrow}}
</$link>
</$list>
</div>
with a little bit of color by tags and a bit of tweaking its the talkytalky
look :)
Am Samstag, 27. Januar 2018 20:45:22 UTC+1 schrieb Dave:
>
> Hi, I like how the down arrow in the upper left of
> https://tiddlywiki.com/talkytalky/ advances perfectly regardless of the
> window size.
>
> Pressing the space bar also advances to the next slide, but it doesn't
> line up right.
>
>
> A) Is there an easy fix to make the spacebar use the same mechanism as the
> down arrow so it lines up right every time?
>
> B) Is there a way to have an option to have a "back" arrow for those times
> that someone requests to go back a slide or two in the middle of a
> presentation?
>
>
> Thanks,
> - Dave
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/c39cd7e7-4d47-4960-b102-1412896056c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.