Ok, sorry, I was led astray by your mention of fi...@tiddler, which
would be for a custom field.
For a form field, try
tag:{{DataTiddler.getData("Test Tiddler", "testfield", "")}}>>
cmari


On Jan 6, 2:47 pm, Linck Schlich <[email protected]> wrote:
> OK,
>
> my tiddler "Test Tiddler" has a field defined thusly;
>
> <data>{"testfield":"000"}</data>
>
> And my new macro is:
>
> <<newSavedTiddler label:'NEW ISSUE'
>          text:{{'<<formTiddler [[NewIssueTemplate]]>'+'>'}}
>          tag:{{store.getValue("Test Tiddler", "testfield")}}>>
>
> And... when I create a new tiddler by clicking on the button this macro
> creates, I get my new saved tiddler, but with no tag.  I was worried that it
> might be the space in Test and Tiddler, so i tried to change it (both in the
> macro and in the name of the tiddler) to TestTiddler... to no avail.  Thank
> you again for your aid.
>
> On Wed, Jan 6, 2010 at 8:12 AM, cmari <[email protected]> wrote:
> > Hmm, it worked for me in an empty TW file with only
> > NewSavedTiddlerPlugin installed, so maybe there's something about your
> > specific case.  Are you really using a "custom field" or are you you
> > talking about a "form field"?  Does your custom field value contain
> > spaces? Can you show the exact macro you tried?
> > cmari
>
> > On Jan 5, 10:37 pm, "Linck Atlanta, Ga" <[email protected]> wrote:
> > > Great Idea.. and thanks... but no go.  Any other thoughts?  I
> > > appreciate you giving it a shot.
>
> > > On Jan 5, 11:26 pm, cmari <[email protected]> wrote:
>
> > > > You could try:
> > > > tag:{{store.getValue("myTiddler", "myField")}}
> > > > cmari
>
> > > > On Jan 5, 10:23 pm, "Linck Atlanta, Ga" <[email protected]> wrote:
>
> > > > > By the way.  There is only on tiddler that I would like to reference.
> > > > > So, if there was a way to just reference a fi...@tiddler that would
> > > > > work too.
>
> > > > > On Jan 5, 11:10 pm, "Linck Atlanta, Ga" <[email protected]> wrote:
>
> > > > > > I have had success with:
> > > > > > <<newSavedTiddler label:'New Tiddler with a template'
> > > > > >          text:{{'<<formTiddler [[NewTiddlerTemplate]]>'+'>'}}
> > > > > >          tag:{{'y'}}>>
>
> > > > > > But I would like to replace 'y' with a syntax which would make it a
> > > > > > field that I would have defined in another tiddler.
>
> > > > > > I tried this...
>
> > > > > > <<newSavedTiddler label:'New Tiddler with a template'
> > > > > >          text:{{'<<formTiddler [[NewTiddlerTemplate]]>'+'>'}}
> > > > > >          tag:{{'<<forEachTiddler where 'tiddler.tags.contains("X")'
> > > > > > write 'tiddler.data("field")'>>'}}>>
>
> > > > > > But TW does not like it at all.
>
> > > > > > I appreciate any help.
>
> > --
> > 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]<tiddlywiki%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/tiddlywiki?hl=en.
>
>
-- 
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