On Saturday, June 6, 2020 at 11:51:19 PM UTC-7, Jon wrote: > > I've got a large text file (2mb) exported from an electronic diary which > I've imported into my wiki, mainly for safekeeping. > If I split the file into separate tiddlers for each date, would that > massively increase the size of the wiki? >
There is *some* overhead for each tiddler definition, but it's not really all that much. Here's an example of the HTML file content for an empty tiddler named "New Tiddler": <div created="20200607084511503" modified="20200607084514434" tags="" title="New Tiddler"> <pre></pre> </div> As you can see, excluding the actual title text (New Tiddler), the overhead is just 87 bytes per tiddler. Thus, the overhead for 1024 separate tiddlers would only be around 87K. Considering that an empty TiddlyWiki (with just the default TWCore, no plugins and no other content) is about 2.2Mb, the overhead for creating separate tiddlers is generally insignificant compared with the total filesize. enjoy, -e -- 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/836aa744-98ec-44db-a0be-eb0a10f0aa4fo%40googlegroups.com.

