Hello! 

I am using TiddlyWiki under node.js (more specifically, TiddlyServer), and 
I want to find a way to save the new tiddlers to folders named in a field. 

I have a wiki where the tiddlers have a field "saveto". I've tried to add a 
line to the file '$:/config/FileSystemPaths' to prefix the name of the 
tiddler with the value of the "saveto" field. For example, the tiddler

created: 20200114160408003
> modified: 20200114160440095
> saveto: test
> tags: 
> title: New Tiddler
> type: text/vnd.tiddlywiki



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!

-- 
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/c97a3e67-d814-41e7-a740-4af2dc43fc3d%40googlegroups.com.

Reply via email to