The slices / sections are working good for me now, I am using the section Due at the end of the tiddler to hold info from <<newReminder>> so in my instance the section works well (kind of a hack, but it is working for me)
sorry so long to get back - been busy around the house Not sure about the sorting. . .May need to start a new thread to get help with that (if no other responses) Thanks, Mike On May 2, 11:27 pm, RA <[email protected]> wrote: > While testing this, I noticed that if I have tiddlers "Sample Task" > and "Other Task", then both "+title" and "-title" in > store.getMatchingTiddlers("TestProject && Urgent && ! > Completed","+title") > result in "Sample Task" being on top, while "title" without any sign > will result in them sorted by title properly, i.e. > > Other Task > Sample Task > > Can somebody explain what's going on? > > --R. > > On May 2, 9:07 pm, RA <[email protected]> wrote: > > > If it's still not working, see if you are not mixing up slices with > > sections. > > I would keep both Task and Due as slices: > > > |Task|Hang socks to dry| > > |Due|2009.05.02 20:52| > > > and changed [[%0##Due]] to [[%0::Due]] > > > On May 2, 10:38 am, Eric Shulman <[email protected]> wrote: > > > > change this: > > > store.getTiddlerSlice(tiddler.title, "Task") > > > to: > > > store.getTiddlerSlice(tag[i].title, "Task") > > > > -e --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

