Hi Stephan That's very helpful, thank you. What you are trying to do can be accomplished readily using the edit widget. Within a tiddler you can have a widget like this that will display a particular field of the current tiddler as an edit box:
<$edit field="myAddress"/> Any changes to the text box are automatically dynamically bound to the underlying field. If you want the buttons that switch a field from view to edit mode then the way to accomplish that is to use the reveal widget -- see how the preview is done in the edit template for an example. Both this and your "home tiddlers" hack make use of inline event handlers. That's very much deprecated for TiddlyWiki5. Generally, fiddling around directly with the DOM will fall foul of TW5's refresh mechanism. The way to add custom javascript to TW5 is via the module mechanism. Best wishes Jeremy. On Tue, Nov 5, 2013 at 2:07 PM, Stephan Hradek <[email protected]>wrote: > At first it didn't work, saving from five to tiddlyspot using FF14. > > But Safari could do it. > > And then I could also upload from FF14. > > So now you can see the example at http://skeeve.tiddlyspot.com/ > -- Jeremy Ruston mailto:[email protected] -- 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/groups/opt_out.

