> To store the input in a field, you will need to use the $edit-text widget, 
> like this:
> <$edit-text field="somefield" tag="textarea" class="tc-edit-texteditor"/>
>
> *Unfortunately, this won't work quite right. * The problem is that as you 
> type each character of input, the TWCore refresh handling will be triggered 
> for the current tiddler which will, in turn, cause the $edit-text widget to 
> be re-rendered and, as a side effect, the widget will lose the input 
> focus.  The result is that you can only type one character at a time, and 
> then you will have to click inside the textarea to restore the focus.  This 
> is, of course, completely impractical.
>

Just a heads up that this should no longer be an issue as of TW 5.2.0 for 
most use cases. The refresh handling is more specific and checks for 
changes in the transcluded field before triggering a re-rendering. So 
changes to field "myfield" of tiddler A, wont cause a refresh for any 
transclusions of the "text" field (or any field other than "myfield") for 
tiddler A.

-- 
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/3a60fd44-0c3c-4dab-b35a-f2654c752db2n%40googlegroups.com.

Reply via email to