On Monday, April 25, 2016 at 11:23:33 AM UTC+2, [email protected] wrote: > > Personally, I'm with you on this one but Bossman only wants to see the > comments in the context of their original tiddler, not listed in the > sidebar. I'd have thought using the sidebar to jump to a particular > comment, rather than scrolling through however many are attached to a > tiddler, would have been useful but, alas, that's not to be...until we get > to the stage at which he can't find a comment and insists they go back on > the sidebar, lol :) >
OK .. I see :) There's probably a better possibility. .... I had a second look at the plugins. ... it already uses a system tag: $:/type/comment to identify eg: comments. So you can easily modify the "recent tab" filter to filter the "unwanted" content. So in the future it would be easy to pull them back in again ;) The responsible macro for rendering is the <<timeline>> macro http://tiddlywiki.com/#timeline%20Macro .... You don't need to change it. Just have a look at the "subfilter" parameter. You may add your subfilter params here: http://bottomtabs.tiddlyspot.com/#%24%3A%2Fcore%2Fui%2FMoreSideBar%2FRecent:%24%3A%2Fcore%2Fui%2FMoreSideBar%2FRecent%20%24%3A%2Fcore%2Fui%2FSideBar%2FRecent If you just change it at: http://bottomtabs.tiddlyspot.com/#%24%3A%2Fcore%2Fui%2FSideBar%2FRecent like so <$macrocall $name="timeline" format={{$:/language/RecentChanges/DateFormat}} subfilter="!tag[$:/type/comment]!tag[$:/other/things/toHide]"/> The More:Recent tab still shows the comments. So you can have the "best of both worlds" :) 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/089f8466-ac78-430b-ba1b-e9826ff0ac58%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

