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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 [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