I can't get the suffix to work with {{tiddler.title +'suffix'}} in
view- or edittemplate...
or {{tiddler.fields.SomeFieldname +'suffix'}}.
It works fine encapsulated in <<>> in normal viewmode..YS Måns Mårtensson On 29 Mar., 11:11, Måns <[email protected]> wrote: > Sorry about all the little obstacles I run into - > I just found out that when I'm using <<newTiddler label: "SomeLabel">> > in the viewTemplate - > I have to leave out the qoutes like this: <span macro='newTiddler > label: SomeLabel' </span> > If I I don't do this I get: "New tiddler" as buttonText . > > YS Måns Mårtensson > > On 29 Mar., 11:04, Måns <[email protected]> wrote: > > > Ok I did this: > > {{tiddler.title}}' SomeTag' > > And it worked.. :-) > > > IU still can't get the buttonlabel right. > > I've tried: > > label: 'New AddressBook' > > and > > label: "New AddressBook" > > and moved it around in the string - but I only get "New tiddler" as a > > buttonlabel... > > > YS Måns Mårtensson > > > On 29 Mar., 10:40, Måns <[email protected]> wrote: > > > > How do I separate two tags - so they don't appear as one tag [[Tag1 > > > Tag2]] in brackets? > > > > On 29 Mar., 08:29, Eric Shulman <[email protected]> wrote: > > > > > > <span class macro='newTiddler title: {{tiddler.fields.fullname}} tag: > > > > > {{tiddler.fields.title+' SomeTag'}} label: 'New AddressBook' > > > > > text: {{store.getTiddlerText("AddressTabs")}} >> ' </span> > > > > > use > > > > tiddler.title > > > > instead of > > > > tiddler.fields.title > > > > (which is not a valid field!) > > > > > -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 -~----------~----~----~----~------~----~------~--~---

