Steven Schneider wrote: > > Hi folks, has there ever been discussion of implementing a list-first and > list-after option that would work similarly to list-before and list-after, > except force to the beginning / end of the list? >
I made this proposal <https://github.com/Jermolene/TiddlyWiki5/issues/2202>a year ago. Give it a thumbs up or a comment if you agree with it. My specific use case: I've created a macro that changes the theme to punch > (for a slide show), and then lists all tiddlers filtered on a tag. I'd like > the last slide to have a button that invokes a macro changing the theme > back to its initial value to allow a return to "normal" wiki view. I'd like > that tiddler to be the last tiddler (slide) viewed. Not sure how else to > force it to the bottom of the list other than by naming it zzzSlide or > something equally unattractive... > Do I understand it right that the problem for you is to ensure that a certain tiddler is the last one listed? You can control the order of a list by using the sort operator and you can sort based on a variety of aspects, e.g a field value. But, to sensure a specific tiddler comes last you can simply do this: [tag[foo]] -[[specialtiddler]] [[specialtiddler]] ...i.e you remove that specialtiddler from wherever-it-appears in the list-by-tag and then append it last to the result. <:-) > > //steve. > > -- 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/66db7e11-f35b-461d-a7f3-24b1a2403f77%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

