> cmari helped me to make a toggle for true/false on a fieldname - It > works very well - but when I try to use another macro (edit) the path > doesn't seem to be right. > This is my togglefield code: <<checkbox [[hjem@"+tiddler.title+"]]>"+"> > > Instead of the checkbox macro - I'd like to use editmacro for editing > text in another tiddler. > > When I do this: > > <<edit [[text@"+tiddler.title+"]] 3>"+">
The "fieldn...@tiddlername" syntax is *not* a TiddlyWiki-wide standard. It is something that I wrote as part of CheckboxPlugin and then also used in ListboxPlugin and WikifyPlugin. The standard core <<edit>> macro does not recognize this extended syntax and thus always assumes that the 'fieldname' param refers to a field in the current tiddler. I *might* be able to extend the <<edit>> macro to handle 'fieldn...@tiddlername'. However, because the 'save the input to the field' processing is performed as an integral part of the core's "done" button handler, adding extra features for one particular field type is a bit complicated. -e --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

