On Friday, 4 January 2019 07:56:00 UTC+1, tony wrote: > > Hi Joe, > > I don't have an answer to the folding editor but toggling the preview pane > (eyelid icon on toolbar or alt-p) allows you to see changes when you edit. > > I really enjoyed your blog post about Chandler and task management triage. > Having tried so many different task managers, it is refreshing to see > something so clear, simple and well executed. I just dragged in all the > chandler tiddlers and set Chandler as a default tiddler on startup. I like > that the chandler tasks are not marred by widget code or additional field > metadata; everything is handled by tag state changes. >
Thanks - to be honest, I haven't yet understood the widget and macro evaluation mechanisms. There are loads of example, but I still have to guess what they mean and do many experiments. The reason I'm trying to do everything without macros and with minimal use of widgets is that I don't want to obscure what's going on. I want to expose the underlying logic rather than make it look "pretty" (prettyfication can come later) It seems to me you can come a long way with tags and filter operations over tags. The list-links with a filter is, to me, an embedded query in what is essentially predicate logic - this alone is very powerful (I was for a long time a Prolog fan, so I think this is like embedding predicate logic in a html framework with some Javascript to reformat the results and make them pretty). The dynamic bindings remind me of Alan Boring's ThingLab from the late 70's (See https://en.wikipedia.org/wiki/ThingLab) again very powerful. I'm slowly understanding the documentation - it seems to me that if you understand how the system works then you can understand the documentation. But if you don't understand how it works the documentation is rather difficult to understand. > > I've already tweaked > {{ChandlerDone}} > with an archive button and set the date format to a ISO 8601 preference > <<now "YYYY-0MM-0DDT0hh:0mm:0ssTZD">> > so Chandler is really working to focus running tasks. > > So what does your new ChandlerDone look like? - I'm curious I think Chandler is fine as is but if you continue development, here are > some calendar links that may be helpful: > > - http://remindermacros.tiddlyspot.com/ > - http://www.tiddlytools.com/#CalendarPlugin > - http://simplecalendar.tiddlyspot.com/ > - > > http://inmysocks.tiddlyspot.com/#Calendar%20Plugin:%5B%5BCalendar%20Plugin%5D%5D%201-2-1991 > > Thanks - this is added to my "Later" list :-) > > - > > Thanks again, > tony > > On Thursday, January 3, 2019 at 12:36:34 AM UTC-8, Joe Armstrong wrote: >> >> >> In my blog >> https://joearms.github.io/#2018-12-26%20Fun%20with%20the%20TiddlyWiki >> <https://www.google.com/url?q=https%3A%2F%2Fjoearms.github.io%2F%232018-12-26%2520Fun%2520with%2520the%2520TiddlyWiki&sa=D&sntz=1&usg=AFQjCNHXS4pgE0TDOy0_VCwp-pgWy_TQXg> >> >> I have a code fragment like this: >> >> {{ChandlerButtons}} >> {{ChandlerNow}} >> {{ChandlerLater}} >> {{ChandlerDone}} >> >> >> I rather liked this. >> >> Is there a "folding editor" macro - could I write something like: >> >> <<folding-editor "ChandlerButtons">> >> <<folding-editor "ChandlerNow">> >> <<folding-editor "ChandlerLater">> >> <<folding-editor "ChandlerDone">> >> >> Which presents me with a clickable fold to edit the underlying tiddler. >> >> This would be very nice to have :-) >> >> Cheers >> >> /Joe >> >> -- 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/1ae6940a-d79e-4bc9-870f-5114100eaab9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

