[tw5] Re: edit-text widget to change a field in the same tiddler

2019-07-22 Thread Watt
Nice one Luis! State tiddlers are the way to go, temporary 'storage' tiddlers 
that let you write their field contents back where you want it, when you want 
it;
https://tiddlywiki.com/#StateMechanism

The reveal is an extra refinement - thanks for sharing. Keep them coming.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fe3d1f37-b980-4484-a467-bca05c5ee2c2%40googlegroups.com.


[tw5] Re: edit-text widget to change a field in the same tiddler

2019-07-22 Thread Luis Gonzalez
I found a easy way. 

Descriptión: <$edit-text tiddler="$:/temporalTiddler" field="description" />
<$button set="!!description" 
setTo={{$:/temporalTiddler!!description}}>Change

.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1e0e6465-43e5-43a5-9576-54946fbabb2f%40googlegroups.com.