Since you were using the "edit" macro I thought you were trying to
change text in a *field* in another tiddler.
Reading more carefully now, I see that you said you wanted to "edit
text in another tiddler".
As you discovered, my suggestion is no good for that (sorry for the
red herring!).
You can use the editTiddler macro in a fET to give yourself an "edit"
button for another tiddler, by using:
+[["<<editTiddler [["+tiddler.title+"]]$))"]]+
But now I'm not sure I really understand what you're aiming for.
cmari

On Apr 22, 8:41 am, Måns <humam...@gmail.com> wrote:
> I've tried this: <<select [[text@"+tiddler.title+"]] rows:4 width:100%
> allowOther +[["+tiddler.title+"]] allowEdit$))
> And it gives me a little box from where I can choose "other" and
> edit..
> As you can see I tried to get it to open the target tiddler in
> editmode (even if I understand, that I can't use the "whole tiddler"
> as an input - I still should be able to edit the text directly in the
> tiddler (opened by choosing edit) - to see subsequent changes in my
> fET-table-textbox??!!)
>
> YS Måns Mårtensson
>
> On Apr 22, 3:08 pm, Måns <humam...@gmail.com> wrote:
>
> > Thanks Eric and cmari ...
>
> > I'd like to have a small textfield in a table, where I can input small
> > textbits into many tiddlers, from one place..
> > The idea of using <<select instead of <<edit    ... might be the a way
> > to go around this - but
> > I get this errormessage using the suggested fET-line:
> > <<forEachTiddler ...>>: SyntaxError: missing ] after element list
> >  (where should I put "]"?)
>
> > YS Måns Mårtensson
>
> > On Apr 22, 2:47 pm, cmari <cema...@gmail.com> wrote:
>
> > > I'm all in favor of easier ways to edit fields on the fly!
> > > In the short term, what about using <<select instead of <<edit
> > > inside the fET:
> > > + [["<<select [[text@"+tiddler.title+"]] rows:n allowBlank allowOther
> > > allowEdit$))"]]  +
> > > (obviously you could fiddle with the allow parts to suit your needs)
> > > cmari
>
> > > On Apr 22, 7:37 am, Eric Shulman <elsdes...@gmail.com> wrote:
>
> > > > > 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 TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to