> Since you're filling in forms, the form could hide the "Submit" button if 
> the to-be-generated tiddler exists and replace it with a warning message.
>

hehe, no it's not proper forms. Its typically just some table I throw 
together with EditTextWidgets for direct setting of field values, which 
"incidentally" creates the tiddler if it didn't exist already. 

<table>
<$list filter="...">
<tr><td>{{!!title}}</td><td><$edit-text field=foo/></td></tr>
</$list>
</table>

...that kinda thing. Even if I make the titles show as links I can miss 
their existance when there are multiple such editors and I quickly 
copy-paste stuff into them, then overwrites can happen and I won't really 
notice.

<:-)

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5524a72e-e333-4db1-b0e2-3488c6e01243%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to