Hello,

For the search and replace thing I ended using a daemon. It is working 
fairly well.
Just some doubts that have arise from doing this:

   -  at which TW version do we started to use event.paramObject notation 
   for messages? I think in 5.1.4, but I'm not sure
   - It is the same as the old param holding the object, right? I see this 
   much cleaner.
   - $tw.wiki.setText function is useful, but the way you want to call it 
   could be odd. For example, you want to change just the text field, making 
   use of the default values that this function tooks you have to 
   $tw.wiki.setText("title",null,null,"new value"). Since the function is 
   called setText I would expect it to change it only the text field. But 
   instead it is able to change any field and any index of the given tiddler. 
   Since this is very powerful I think it should be spliced into two 
   functions. setText (only for text field) and setField (for any field)
   

Regards.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/996a974a-015b-4a6a-9fb2-12941a3e673f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to