I have this button that is supposed to write text to a tid file. \define mymegatext() <ol> <$list filter="[list[Today List]]"> <li>* <$view field=title/></li> </$list> </ol> \end
\define mybutton() <$wikify name=mytext text=<<mymegatext>>> <$action-setfield $tiddler="myToday" tags="hardcopies" text=<<mytext>> /> <$action-sendmessage $message="tm-notify" $param="SetMsg"/> </$wikify> \end <$button actions="<<mybutton>>"> save drags </$button> When I started writing this I had a "myToday.tid" in existence and a "myToday_1.tid" which the button was writing to (even though it is supposed to just overwrite the myToday.tid version only) At first I deleted the "_1" version and the button replaced it (myToday.tid was not overwritten, but new "myToday_1.tid" was created.) Then I deleted the myToday.tid and the button worked fine. I rearranged the info and did it again, expecting the new version to go to the "_1" version but it acted correctly this time. Is this a thing that makes sense to anyone? thanks, - Dave -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c5499c6c-ec7d-47c9-951f-addf6c2d3d38%40googlegroups.com.

