Hi all,

After Jerome made me aware of the nice introductory page 
https://tiddlywiki.com/prerelease/editions/introduction/ I tweaked it a bit 
with the intention to show short texts such as poems, but I guess other 
media would work as well. Demo: https://ewy.no/tiddlytext.html

There is a Add text form in the sidebar. You can have duplicated titles. 
The page field is used for the navigation bar at the bottom and the 
next-buttons. The footer is scrollable on small screens, but the active 
grid box may be out of sight. Is it possible to "bring it back" into focus 
using css?

However, there is an annoying bug: When hitting the Home in the footer, two 
tiddlers open: the Home and undefined. Does anyone know why that happens? 
The link is made by

<$button class="tc-btn-invisible tc-tiddlylink">
<$action-sendmessage $message="tm-close-other-tiddlers" />
<$action-navigate $to="Home" />
<$action-setfield $tiddler="$:/FooterTiddler" opentag="" />
<div class="box">
Home
</div>
</$button>

where the opentag field in $:/FooterTiddler holds the opened collection 
name, and Home is the home tiddler.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e33d4e6d-002b-4f52-b181-3cc0429c80cc%40googlegroups.com.

Reply via email to