[tw] delay update of list of editable fields?

2016-10-16 Thread Thomas Elmiger
Hi Dave

I guess you could save the new value in a temp-tiddler while entering text and 
add a button to save the value to it’s final destination. 

Good luck! 
Thomas 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8937cb15-0539-4602-8982-071ee72bad0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] delay update of list of editable fields?

2016-10-15 Thread Dave
Hi,

I'm trying to generate a list of tiddlers and fields that have yet to be 
inputted.

This list:

<$list filter=[tag[demographics]val[]]>
<$link to={{!!title}}><$view field="title"/>

<$edit-text tag="input" field="val" placeholder="(empty)" 
minHeight="20px" />




generates a list of all the tiddlers tagged "demographics" that whose field 
"val" is empty.  The purpose is that in a new file it should list all the 
fields to input, but in an older file (some of who's values I've already 
inputted some fields) I only want to see what is yet unedited.

*** The problem is that as soon as I type the first character into the edit 
box for that field, the item disappears off the list.

Is there a way to tell the list to only render when the tiddler first 
"appears"?


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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b8e8304c-0574-4cc1-9a8a-0b34534e65b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.