[tw] Re: next/previous navigation

2017-12-26 Thread tobaisch
thx thomas, i understand now. it navigates only through the open tiddlers. So you would have to open all tiddlers first, independent of tags. I have 800 Tiddlers so far and there are more to come. That makes no sense to me. It is a kind of database or glossary. All Tiddlers has prefix 0001 to

[tw] Re: next/previous navigation

2017-12-26 Thread Thomas Elmiger
O.k. my solution uses the storylist instead of tags, so its buttons take you to the next/previous open tiddler. So you would have to open all tiddlers first, independent of tags. (Some other macros in my example do open all tiddlers with a given tag, I think.) If you are on top of the page,

[tw] Re: next/previous navigation

2017-12-26 Thread tobaisch
hello thomas, thx but it doesnt work. total chaos. when clicking it jumps on a random tiddler. some tiddlets have die arrows some not. no system to recognize. I put your code in a tiddler with the name "navigation" and give them the tag: "$: / tags / ViewTemplate". Everything else tiddlers have

[tw] Re: next/previous navigation

2017-12-26 Thread Thomas Elmiger
Hohoho, dear Tob, There is an update for my old styles-wiki now and next/previous navigation on the slides is still working. (Other stuff is not working well but that’s due to the experimental nature of hacks collected there.)

[tw] Re: next/previous navigation

2017-02-22 Thread magev958
Thank you! That worked perfectly :) -- 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 tiddlywiki+unsubscr...@googlegroups.com. To post to this group, send email to

[tw] Re: next/previous navigation

2017-02-22 Thread The Bo
@magev958 My fault, the sort[] must be equal. In my upper code I have got both !sort[] and sort[]. It must be: \define prevnextTip() $(prev_nextTiddler)$ \end <$list filter='[is[current]tags[]limit[1]]' variable=CurrentTag> <$list variable=prev_nextTiddler filter='[tagsort[ ]before]'> <$wikify

[tw] Re: next/previous navigation

2017-02-22 Thread magev958
Also both buttons "next" and "previous" seems to point to the same tiddler, "next"? On Chrome 54.0.2840.99, Win7 -- 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

[tw] Re: next/previous navigation

2017-02-22 Thread magev958
This looks really nice, but when I try it in a new TW5 (5.1.13) the no1 and no2 tiddler in a set of three get the next/prev button but not the no3 tiddler Den måndag 20 februari 2017 kl. 16:50:39 UTC+1 skrev The Bo: > > Very interesting stuff indeed! > @thomas > I played with your code as well

[tw] Re: next/previous navigation

2017-02-20 Thread The Bo
Very interesting stuff indeed! @thomas I played with your code as well and added some css and made some changes: - displays the tiddlers title on hover - cuts long tiddler titles to "tiddler title..." (maybe you have to change the max-width) tag it $:/tags/ViewTemplate \define prevnextTip()

[tw] Re: next/previous navigation

2017-02-19 Thread Thomas Elmiger
Hi all, Cool stuff! I have played a bit with Jed’s (first) code and made a new version. Main differences: - buttons appear only if there is a tiddler we can navigate to - tooltip on the button istead of the tag \define prevnextTip(direction:"next/previous") Go to $direction$ in $(CurrentTag)$

[tw] Re: next/previous navigation

2017-02-19 Thread Jed Carty
What would the difference be between skipping something and completely removing it here? Also you need to have the remove part before the before or after operator because they work from left to right and if the next tiddler would have priority -1 and then you remove the priority -1 tiddlers

[tw] Re: next/previous navigation

2017-02-18 Thread dorian . corvus
Wouldn't that completely remove it? The behavior I'm trying to get is for it to skip over tiddlers with priority[-1] and go to the next tiddler in order, not omit it completely. On Saturday, February 18, 2017 at 5:44:12 PM UTC-5, Eric Shulman wrote: > > On Saturday, February 18, 2017 at 2:24:42

[tw] Re: next/previous navigation

2017-02-18 Thread Eric Shulman
On Saturday, February 18, 2017 at 2:24:42 PM UTC-8, dorian...@gmail.com wrote: > > How do I exclude tiddlers from the ordering? > <$list variable=NextTiddler filter='[tagsort[order] > -priority[-1] +after]'> > doesn't work. > Try this: <$list variable=NextTiddler filter='[tagsort[order]after

[tw] Re: next/previous navigation

2017-02-18 Thread dorian . corvus
How do I exclude tiddlers from the ordering? <$list variable=NextTiddler filter='[tagsort[order] -priority[-1] +after]'> doesn't work. On Saturday, February 18, 2017 at 2:39:42 PM UTC-5, Jed Carty wrote: > > You can now do this with just wikitext and a display template. > > Make a tiddler, tag

[tw] Re: next/previous navigation

2017-02-18 Thread Jed Carty
http://tiddlywiki.com/#tag%20Macro -- 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 tiddlywiki+unsubscr...@googlegroups.com. To post to this group, send email to

[tw] Re: next/previous navigation

2017-02-18 Thread dorian . corvus
Thank you so much! I've been breaking my head over this for quite a bit now. Where is <> documented? On Saturday, February 18, 2017 at 2:39:42 PM UTC-5, Jed Carty wrote: > > You can now do this with just wikitext and a display template. > > Make a tiddler, tag it with "$:/tags/ViewTemplate" > >

[tw] Re: next/previous navigation

2017-02-18 Thread Jed Carty
You can now do this with just wikitext and a display template. Make a tiddler, tag it with "$:/tags/ViewTemplate" put this in the text field (you will probably want different styling, but this should do the rest): <$list filter='[is[current]tags[]]' variable=CurrentTag> <$tiddler tiddler=<>><>