On Monday, February 10, 2014 9:00:31 PM UTC+1, Leo Staley wrote: > > Finally, Still on the topic (as far as I understand it) when viewing a tag >>> using TagglyTagging, it includes buttons to (1) sort by title, modified, >>> and created, (2) group the results by tag (hierarchically), by sitemap, or >>> alphabetical, (3) optionally view each Tiddler along with some or all of >>> it's content, with excerpts, slices, sliders, etc. (4) view the results in >>> your choice of number of columns. Will these features be present in TW5? >>> >> >> Yes, I'd hope so. >> >> > How far down the roadmap are any of those 4 features? Are any of them > currently present, or doable with workarounds? >
Just ideas atm --- ad (1) There is a radio button widget, that would allow you to create a flexible sort modifier for a list widget. To make it easier for end users, it could be a new macro. ad (2) There is a grouping mechanism defined with fields. You can see it in the "right sidebar: More: Types" tab. A similar mechanism is used to create the "Docs" tiddler (search for Docs) ad (3) Since fields are exposed to the user now field content can be easily used to create lists with an eg: description. see: "ConfigPanel: Plugins" or "ConfigPanels: Internals". The whole content there is dynamically generated. ad (4) IMO this is a matter of CSS rules and a little wrapper macro. So IMO all the componets are there but at the moment a bit of "magic" is needed, to puzzle them together :) It won't be exactly like the TagglyTagging plugin but you need no javascript "foo" to make it happen. (Btw. TagglyTagging has some _nasty_ limits too. Especially "recursion errors" and slowing down the tiddler rendering if used extensively) have fun! mario -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

