Hi everyone,
I want to save tiddlers in the latest Node.js TiddlyWiki with filenames that include the creation date, e.g., 2025-11-07-My Note.tid, while keeping the tiddler title unchanged.
I asked GPT for help, but it wasn’t able to provide a working solution. I also searched online but couldn’t find anything. Does anyone know how to do this?
I understand that I should modify $:/config/FileSystemPaths. I tried something like this (and many variants) but it didn’t work:
[is[system]removeprefix[$:/]addprefix[_system/]]
[has[draft.of]addprefix[_draft/]]
[is[image]addprefix[image/]]
[!is[system]!is[image]!has[draft.of]addprefix[get[created]format:date[YYYY-0MM-0DD]]]
Thanks a lot!
on the subject of
automated means