Thank you cmari!
And thanks for giving me two options.
I couldn't make the first one work, but the second is working just as
I hoped it would!

Now I try to input an option to edit the textfield in the same manner
(remotely)- but the textfield need a different syntax - or maybe it's
the editmacro - I don't know.
When I do this= <<edit [[text@"+tiddler.title+"]] 3>"+">   It "tells"
me that the changes will be saved to
t...@theremotetiddlerstitle@ThisTiddlersTitle - and obviously nothing
is saved anywhere....

Could you, please, tell me what I should write instead?

YS Måns Mårtensson


On Apr 21, 5:53 pm, cmari <[email protected]> wrote:
> Hi Måns,
> Inside a fET you can use [_(somefieldn...@[["+tiddler.title+"]])]
>
> Alternatively, you could use:
>
> <<forEachTiddler where 'tiddler.tags.contains("testTag")' write
> '"<<checkbox [[demofield@"+tiddler.title+"]]>"+"> [["+tiddler.title
> +"]] \n"'>>
>
> If you do it that way, you can then also take advantage of the
> onAfterClick handler in CheckboxPlugin (http://www.tiddlytools.com/
> #CheckboxPlugin) - though beware, that's a slippery slope!  Eric
> helped me to get started with that in this 
> thread:http://groups.google.com/group/TiddlyWiki/browse_thread/thread/90506d...
> cmari
>
> On Apr 21, 5:27 am, Måns <[email protected]> wrote:
>
> > Hi TWwizards
>
> > I know how to toggle tags and display fieldvalues from other tiddlers
> > in a fET...
> > ToggleTag: <<toggleTag SomeTag [["+tiddler.title+"]] - \>\>
> > ShowField:  [["+tiddler.fields["SomeFieldName"] +"]]
>
> > I also know how to toggle a fieldvalue i *this* tiddler.
> > Preset to "false": [_(SomeFieldName@)]
> > Preset to "true": [x(SomeFieldName@)]
>
> > I need some syntax to toggle the field in another tiddler with a
> > relative path - given by the fET...
>
> > What should I write instead of [_(SomeFieldName@)] ?
>
> > YS Måns Mårtensson
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to