Hi, I have tiddlywiki node running, and I would like to have the tiddlers to be prefixed by the creation date.
e.g: 20230626101934_new_tiddler.md
I found that i can create a $:/config/FileSystemPaths tiddler and add a filter, right now i am replacing spaces to _
with [split[ ]join[_]]
.
I tried [split[ ]join[_]]addprefix[{!!created}]
but no success.
Is it possible to have the files named like this?
Thanks