Per my usual, I'm fairly certain that this is easy... I just can't figure 
it out.

I have a lot of tiddlers named with the stock symbol. The tiddler for Ford 
is named F, for example. while the tiddler for Disney is named DIS. I want 
to create a data/dictionary tiddler called pricetiddler that will have the 
stock marker tickers symbols and the prices. So the data tiddler might look 
like :

APPL:175.07
>
> DIS:103.13
>
> F:10.51
>
> MSFT:92.87
>

I want this in a dictionary tiddler so I can change all the numbers in one 
shot rather than changing a field in each of the tiddlers individually. 
Finally I want to create lists using something like

 <$list filter="[tag[computer]sort[title]]" variable="stock"> 
> <<stock>> price = ${{pricetiddler##<<stock>>}}
>
> </$list>
>

and create a list like:

APPL price = $175.07
> MSFT price = $92.87
>

So far, no combination of symbols has given me what I want. Can someone 
tell me what I'm missing?

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/69941695-5545-4ea4-8472-b2d5936a0d06%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to