I'm trying to configure tiddler file naming in *$:/config/FileSystemPaths* 
and I've ran into the following issue: If I use
[[memes]tagging[]addprefix[memes/]]
the following happens: If I create a tiddler *asdf* tagged *memes* and then 
a tiddler named *qwer* also tagged *memes*, the folder *memes/* then 
contains the files *asdf.tid* and *asdf_1.tid*, but the latter is actually 
the tiddler *qwer*.

[tag[memes]addprefix[memes/]]
works fine. These filters should be equivalent and do produce the same 
output. I tried
[tag[memes]sort[]addprefix[memes/]]
to see if it's a sorting issues like with indexes[] but that works. I also 
tried
[[memes]tagging[]get[title]addprefix[memes/]]
because I thought it might have to do with the *currentTiddler* variable 
(see here 
<https://groups.google.com/forum/#!searchin/TiddlyWiki/filesystempaths%7Csort:date/tiddlywiki/a-EhnBSVUL4/PL-LXjLUAAAJ>,
 
something about that should be in the documentation btw), but that doesn't 
work either. Is this a bug or am I missing something?

I want to use this to file away not only tiddlers tagged *memes*, but also 
a layer deeper, ideally using something like
memes [tag[memes]] +[tagging[]addprefix[memes/]]
is there another way to do this?

-- 
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/f7778a8e-9767-4b10-b929-49688c032573%40googlegroups.com.

Reply via email to