No, in my case it's not done manually. The code that generates the list is the 
following:

<$list filter="[!has[draft.of]tag[task]!tag[done]!sort[modified]]">
<$checkbox tag="done">
<$link>
<$view field="title"/>
</$link>
</$checkbox>
<$list filter="[all[current]tags[]regexp[Applicants]sort[title]]"><$link 
to={{!!title}}>▷</$link></$list>
<br></$list>

It has two nested lists. The outer list outputs task titles, the nested list 
looks for a certain type tag, and if it's present outputs an arrow symbol, 
linking to the tiddler representing that tag. Instead of the arrow I want to 
output some details from that tag's name (but not the entire name).

The output looks like this:

 0G4035_067 ▷
 0G4035_058 ▷
 P37157_006 ▷

Instead of the arrow, I want to output a text, which is a shortened version of 
the tag name.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b37bcd3c-160a-42e7-a14a-1374aeca2a63%40googlegroups.com.

Reply via email to