Helo,

The best thing to do is probably to contact the plugin author : Udo
Borkowski ([email protected]).

Meanwhile I got the same problem and am using a slight modification to
the plugin, before a new version comes.

Create a new tiddler, for instance : formTiddlerPluginModif264
and put that text inside :

//{{{
config.macros.formTiddler.getContainingTiddlerName = function(element)
{
   var t=story.findContainingTiddler(element);
   var tid=store.getTiddler(t.getAttribute("tiddler"));
        return tid.title;
}
//}}}

Then tag it with systemConfig, and reload the TW. It should work.

FrD


On 19 sep, 05:49, Scott Kingery <[email protected]> wrote:
> I have a new tiddlywiki I'm working on and I've added everything I
> thought I needed for the formTiddlers
>
> So when I create a new tiddler and I call it ClassNotes and put into
> the text field <<formTiddler SubTopicTemplate>>
> everything works as expected. However, if I call the tiddler Class
> Notes the form reads in but I get:Error in macro <<formTiddler>>
> and it says:
> Error while executing macro <<formTiddler>>:
> Tiddler expected. Got Class_Notes
>
> Can anyone think what might be missing?

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