The ability to handle larger files is going to depend on the physical abilities of your machine. I have a pretty good set up, but hit the wall between around 20 megs. If you load your TW on a tablet or phone, the limit is going to be lower. It takes about 30 seconds or more to load a 10 meg file on my phone ... and sometimes it won't load at all. The thing to do would be to test your system. You can load up your TW pretty quickly by dragging and dropping images.
With node.js, you can't refer to external images or files on your local device. To access them, you would need a separate file server. To me that's a big reason not to use node.js. Good luck! Mark On Monday, June 23, 2014 at 1:29:23 PM UTC-7, Ulrik Stervbo wrote: > > Hello list, > > What are the advantages of running the tiddlywiki as a node.js app rather > than a single file? Other than the wiki is being run as a server and can be > accessed from outside. > > Are there any performance advantages? I am particularly thinking about > memory usage: are the tid-files in the node.js read as needed or are they > all read in at start up, making it not much different from the single HTML > file variant? > > I am interested, because it seems I will be generating a large file - for > now it is just 3mb, but when I add some long tables, it may become close to > 10mb. And I will keep adding. I have seen posts that tiddlywiki starts to > slow down dramatically at some point (20mb if my memory serves me well). Is > there any way to avoid that? > > Thanks for any comments. > > Cheers, > Ulrik > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/367b3fbf-7f35-4c57-9856-070986ec6cf0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

