Hi Jeremy, The problem I am running into is writing the notes and questions. Normally > for things like this I use a temporary tiddler for editing and then when > the new tiddler is created the content is copied to it, but in this case I > want the notes and questions to be updated as you type. > Unfortunately I am displaying them using a list widget and a template that > contains <$edit-text tiddler=<<currentTiddler>>/>, I expected this to work > because the open tiddler wasn't the one being edited, but it appears that > the tiddlers being transcluded using the list and template are being > treated as if they are being edited directly and the problem of the > tiddlers refreshing on every keystroke is happening, so typing notes isn't > really possible.
You can reproduce Jed's problem, loose of focus at each keystroke using a transcluded tiddler, with something as simple as that: Create a new tiddler with the following content: <$tiddler tiddler="$:/temp/test"> <$edit-text field="text" default="" tag="input"/> </$tiddler> Regards, Alberto > > -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

