Hi Leander,

You may be running into a bug that I identified where after boot, or after 
saving a tiddler for the first time, the wiki stores that file-path as its 
location on disk and does not update it if the tiddler in-memory changes 
enough to be filed differently according to 
*$:/config/FileSystemPaths.*
This has been reported and a fix proposed here: 
https://github.com/Jermolene/TiddlyWiki5/pull/4630

Best,
Joshua F

On Friday, May 29, 2020 at 3:24:01 PM UTC-7, Leander wrote:
>
> 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/8afad092-6f74-41d6-94d6-fccb71c7af02%40googlegroups.com.

Reply via email to