Hi Daniel > BJ: What are the changes to filterTiddlers()? How can this be fixed?
The major change in 5.0.12 was here: https://github.com/Jermolene/TiddlyWiki5/commit/385c7e207cb82ad5dd50382ba71da3328dbdfbbc The second argument of wiki.filterTiddlers() was previously the value of the currentTiddler variable. Now a widget must be passed, allowing the filter mechanism to retrieve the currentTiddler or any other variable. Best wishes Jeremy On Fri, May 23, 2014 at 12:29 PM, Daniel Diggens < [email protected]> wrote: > I also want to use Stephan Hradeks Listselect widget in tw 5.0.12-beta. > http://tiddlystuff.tiddlyspot.com/ > > Stephan, if you see this, could you update your widget? > > BJ: What are the changes to filterTiddlers()? How can this be fixed? > > > Daniel > > 23 maj 2014 kl. 05:42 skrev Michael Wiktowy <[email protected]>: > > It is one of Stephan Hradek's excellent plugins found at > http://tiddlystuff.tiddlyspot.com/ > > I have been using newtiddler and listselect but I guess listselect has not > been updated for 5.0.12. I had similar functionality kludged together using > radio lists so possibly I will just go back to that so that I am closer to > the core functionality. > > /Mike > > On Thursday, May 22, 2014 5:48:46 PM UTC-4, BJ wrote: >> >> Hi Michael, >> there is change to the javascript function filterTiddlers() in tw core >> version 5.12 - thus all widgets that uses this function must be modifled >> (it a very small thing). What is the listwidget plugin? >> BJ >> >> On Thursday, May 22, 2014 7:55:05 AM UTC+1, Michael Wiktowy wrote: >>> >>> Hello, >>> >>> I would love to upgrade from 5.0.10-beta, but as soon as I import the >>> listwidget plugin or something containing that plugin (like my old version >>> of my TiddlyWiki), I get a stream of javascript errors in big threatening >>> red boxes whenever it try to do something: >>> >>> Internal JavaScript Error >>> Well, this is embarrassing. It is recommended that you restart >>> TiddlyWiki by refreshing your browser >>> TypeError: widget.getVariable is not a function >>> >>> >>> And I get "Undefined widget 'listselect'" in the locations where I use >>> it even if I manage to save the Tiddlywiki and reload it. >>> >>> Is anyone else seeing this? >>> >>> /Mike >>> >> -- > 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 http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > > -- > 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 http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

