I believe that the addsuffix filter is what you are asking for here, but I 
believe that a better solution is a view template.

Using addsuffix:

put the suffix you want added to the text into a tiddler called 'Suffix 
Tiddler' and then use this:

<$button>Create Tiddler
<$set name=fullText 
filter='[{$:/state/NewTiddlerForm!!text}addsuffix{Suffix Tiddler}]'>
<$action-setfield $tiddler={{$:/state/NewTiddlerForm!!name_temp}} 
text=<<fullText>>
description={{$:/state/NewTiddlerForm!!description}} 
equation={{$:/state/NewTiddlerForm!!equation}} 

tags={{$:/state/NewTiddlerForm!!tags}}/>

<$action-navigate $to={{$:/state/NewTiddlerForm!!name_temp}}/>
<$action-setfield $tiddler='$:/state/NewTiddlerForm' name_temp='' text='' 
description='' tags=''/>
</$set>
</$button>

to use a view template make a tiddler named whatever you want and give it 
the tag $:/tags/ViewTemplate and put this inside it. Change someTag to 
whatever tag you put give the tiddlers.

<$list filter='[is[current]tag[someTag]]'>

{{||$:/template : equation}}

{{||$:/template : variable}}
</$list>


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0fb7fbec-1c0e-4368-943c-001a08313fba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to