Thank you! I got it to work, and learned a lot more about how tiddlywiki works. The updated code is on github if you are interested.
The goal is to have something like a button that can trigger action widgets or macros, but instead of the event that triggers them being a mouse click it is a change to some set of tiddlers or fields. There is a filter that determines the tiddlers that will be acted on, a list of actions to take on each of those tiddlers and a filter that determines what changes will trigger the actions. I haven't added the list of tiddlers to listen to for changes, and I need to add some field to all of them so that it can't change one of the tiddlers it listens for and end up in an infinite loop. I haven't tested it when it makes a lot of changes yet, so it may not be practical because of how long the updates take, but if it does work I think it could be very useful. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
