Hi Sininho

> should be saved at test/New Tiddler.tid
> 
> Is it possible? I don't know much about filters, but I tried the following 
> line and it did not work:
> 
>  [has[saveto]addprefix[/]addprefix{!!saveto}]
> 
> I am thankful for any help!

The catch is the the variable “currentTiddler” is not set during the evaluation 
of the filters in $:/config/FileSystemPaths, so it is not possible to use the 
{!!saveto}} construction, which implicitly uses the “currentTiddler" variable.

Instead, as Tony hinted, you may be able to use something like:

[has[saveto]get[saveto]addprefix[/]]

Best wishes

Jeremy


> 
> -- 
> 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] 
> <mailto:[email protected]>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/c97a3e67-d814-41e7-a740-4af2dc43fc3d%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/tiddlywiki/c97a3e67-d814-41e7-a740-4af2dc43fc3d%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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/633A2B6A-0ED9-4531-905B-21A5443388F5%40gmail.com.

Reply via email to