For me the ExcludeTimelinePlugin results in excludeTimeline-tagged
tiddlers being excluded (as they should) but all the excludeLists-
tagged tiddlers being displayed (not so good!) in the timeline.

Looks like the line

   var tiddlers =
store.reverseLookup("tags","excludeTimeline",false,field);

in the plugin is the culprit; if you substitute excludeLists for
excludeTimeline you get back the 'vanilla' behaviour.

I wouldn't know how to modify that code so that /both/ excludeTimeline
and excludeLists tagged stuff is effectively excluded. Anyone?

cheers, ~P

On Oct 11, 1:22 pm, colmjude <[email protected]> wrote:
> On Oct 11, 10:13 am, passingby <[email protected]> wrote:
>
> > On Oct 11, 1:48 pm, colmjude <[email protected]> wrote:
>
> > > On Oct 11, 8:51 am, passingby <[email protected]> wrote:
>
> > > > I wish to show just the content tiddler in my timeline. I want all the
> > > > system tiddlers like MainMenu, ColorPalette etc as well as the plugins
> > > > to be not shown in the timeline. One way would be to tag all these
> > > > with excludeLists, but then they would not show up in any list.
>
> > > I also have this thought from time to time. I sometimes wish there was
> > > an 'excludeTimeline' tag that could be used for this purpose.
>
> > There is actually such a 
> > pluginhttp://soloport.tiddlyspot.com/#ExcludeTimelinePlugin
>
> Excellent, just what I wanted. Cheers for sharing this.
>
> > But then the system plugins like ColorPalette still would need to be
> > tagged. I was thinking maybe there is a
> > *excludeShadowTiddlersFromTimeline* feature in some macro somewhere?
>
> Not that I know of but personally if I'm editing the shadow tiddlers I
> don't mind adding a tag so that it is excluded from the timeline.
>
> Colm

-- 
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.

Reply via email to