I'm using the ToggleTagPlugin from http://mptw.tiddlyspot.com/ in my
TiddlyWiki.
I'm trying to use http://monkeygtd.tiddlyspot.com/#TagBasedTemplates
to give specific tiddler a specific ViewTemplate. However, when I
enable TagBasedTemplates and then change a tiddler's tags via
ToggleTagPlugin, the tiddler being changed closes itself. The change
goes through fine, but the tiddler is closed.
I realize that the source for TagBasedTemplates, MonkeyGTD, uses its
own ToggleTagMacro which is different from ToggleTagPlugin. I've got
ToggleTagPlugin up and running on my TiddlyWiki and integrated in the
layout, however, so I'd like to keep it if at all possible.
Is there a way to make TagBasedTemplates work with ToggleTagPlugin? Is
there an alternative for giving specific tiddlers specific layouts?
Thanks for any help anyone can give.
----
ACodispo
ACodispo
On Mar 25, 12:38 am, "Simon Baird" <simon.ba...@gmail.com> wrote:
> My advice is to ditch TagBasedTemplate and try to use HideWhenPlugin
> instead. In fact you can almost replicate TagBasedTemplates with
> HideWhenPlugin with something like this in your ViewTemplate:
>
> <div macro="showWhenTagged Foo">[[FooViewTemplate]]</div>
> <div macro="showWhenTagged Bar">[[BarViewTemplate]]</div>
> etc.
>
> Simon.
>
> On 3/24/07, ACodispo <acodi...@gmail.com> wrote:
>
>
>
>
>
> > Hello All,
>
> > I'm using the ToggleTagPlugin fromhttp://mptw.tiddlyspot.com/in my
> > TiddlyWiki.
>
> > I'm trying to usehttp://monkeygtd.tiddlyspot.com/#TagBasedTemplates
> > to give specific tiddler a specific ViewTemplate. However, when I
> > enable TagBasedTemplates and then change a tiddler's tags via
> > ToggleTagPlugin, the tiddler being changed closes itself. The change
> > goes through fine, but the tiddler is closed.
>
> > I realize that the source for TagBasedTemplates, MonkeyGTD, uses its
> > own ToggleTagMacro which is different from ToggleTagPlugin. I've got
> > ToggleTagPlugin up and running on my TiddlyWiki and integrated in the
> > layout, however, so I'd like to keep it if at all possible.
>
> > Is there a way to make TagBasedTemplates work with ToggleTagPlugin? Is
> > there an alternative for giving specific tiddlers specific layouts?
>
> > Thanks for any help anyone can give.
>
> > ----
>
> > ACodispo
>
> --
> Simon Baird <simon.ba...@gmail.com>