https://tiddlywiki.com provides a Download Empty Button and lets you to download a clean copy of vanilla TiddlyWiki. It uses a saveTiddlerFilter
as below: (see $:/editions/tw5.com/download-empty
)
\procedure saveTiddlerFilter()
[[$:/core]] [[$:/isEncrypted]] [[$:/themes/tiddlywiki/snowwhite]] [[$:/themes/tiddlywiki/vanilla]]
-[[$:/boot/boot.css]] -[type[application/javascript]library[yes]]
-[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]]
+[sort[title]]
\end
I am curious about +[sort[title]]
step in this saveTiddlerFilter what is the role of this last sorting?