Hi octw

> This app does only one thing: to be a flexible checklist for travel
> packing. The most interesting thing is, you can check the checkbox to
> reduce the list. If there is no box to check, you must have done the
> packing.
Nice :-) I like it a lot.
> And you can "recycle" the list for next trip.
Please explain? - Do you just remove the tag "ok" from all tiddlers to
get them back into the list?
It would be great if you could get all "ok'yed" tiddlers back into the
list at once - maybe you could you use this script?
<script label="Reset">
var tag="ok";
var tids=store.getTaggedTiddlers(tag);
store.suspendNotifications();
for (var i=0; i<tids.length; i++) { var t=tids[i];
store.setTiddlerTag(t.title,false,tag);
   store.saveTiddler
(t.title,t.title,t.text,t.modifier,t.modified,t.tags,t.fields);
}
store.resumeNotifications();
</script>
Another small request:
You might want to tag "itemGroupTemplate" with "TiddlyPacking" to get
it into the list of needed tiddlers for installation..

Great job! - Thanks for sharing it.

Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to