> Why would you ever do this?
A simple usecase.

tiddlerName | UUID
fruits | AAAA
apple | BBBB
banana | CCCC

BBBB is tagged AAAA
CCCC is tagged AAAA

<<list filter [tag[AAAA]]>> will create a list:

* BBBB
* CCCC

with the right list macro and a lookup table it will be:
* Apfel
* Banane

Since I only use UUIDs the tiddlerName is not important anymore. It
can be created using a lookup table that does translations if needed.
Also changing the tiddlerName doesn't break any "prettyLinks" nor does
it break tag lists, nor does it break a tiddlers address.

So, in my thinking UUIDs could be used for everything. The
tiddler.title's are "hollow words".

-m

-- 
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