My Tiddlywiki Setup is node.js under Windows. Some tiddlers are generated with Rmarkdown for data analysis. These tiddlers have bigger size (about 10MB) with lazy loading.
I would like to keep some key history during the data analysis.
For example, I have a tiddler “Example Data Analysis”
-
to make a copy of this tiddler into a new tiddler (e.g. “Example Data Analysis | 2025-10-20”). It could be multiple copies of this tiddlers. However, this method will show the history tiddlers in the search list.
-
to create system tiddlers (e.g. $:/history/Example Data Analysis/2025-10-20). Not sure whether we could apply lazy loading into system tiddlers.
-
to use version control (e.g. git). Most files are about 10 MB. Don’t want to add big files into my git history.
What’s the best practices to name tiddler history? Thanks for any suggestions.