I am afraid this is like the proverbial question how long is a piece of string. Not only that but how much do you need?.
without internal media tiddlywiki can hold more than an encyclopedia. With external media or server implementations and skinny tiddlers even more.
10 to 15mb single file wikis are common and wikis with more than 66000 tiddlers exist.
Tiddlywiki loads into memory and runs from there. A splash screen will give a large wiki a loading message but once loaded can be fast. However since tiddlywiki does what you ask you can easily ask too much as a result some performance hacks can improve speed even further.
Regards
Tony
If you start to look at interwiki possibilities you will discover already many methods and opportunities.
I say assume tiddlywiki can do it and if you find it can't ask for help. Structure your content so you can find and export exactly what you want and you will be future proofed.
Tony
A short question: What is the maximum size (in terms of megabytes) of a single html wiki file? I know it probably depends on your system RAM, but "in general", what is the reasonable maximum size to operate without lags, freezes, etc?
If you start to look at interwiki possibilities you will discover already many methods and opportunities.
I say assume tiddlywiki can do it and if you find it can't ask for help. Structure your content so you can find and export exactly what you want and you will be future proofed.
Tony
Try https://kookma.github.io/TW-Searchwikis/
On Question 1I am used to external links opening in my default browser, I have being happy with this but I can have a look at this. I don't think there is, however TiddlyDesktop was recently updated to allow command line opening of a specific wiki, so you may be able to provide an external link to a batch that opens tiddlydesk to that wiki, however someone reports the second execution of tiddlydesktop has a bug (Deserving resolution).
Have you tried using an iframe? I would test it, but I think I need to reboot to get tiddlydesktop working again.
On Question 2I need to revisit this, I have a memory of needing to code such parameters in a .bat/.cmd file and link to that instead to pass parameters However you can link to folders directly and they will open in Windows explorer.I have looked at generating such batch commands from tiddlywiki itself, it is plausible, I used print to Generic Text printer to export the would be batch file.
On question 3Place <<tag $:/tags/Macro>> in a tiddler and you get a tagpill, You can see the macro tiddlers so tagged and drag the pill to another wiki and they will all come over. Or use you own tag.
No-no, i definitely don't want several TDs launched. I just got rid of the mess that caused. :)
Have you tried using an iframe? I would test it, but I think I need to reboot to get tiddlydesktop working again.Ermmmm... nooo... and I don't think I know how to implement it to what I want in this particular situation. :)
<iframe src='http://127.0.4.81/Development/!SandboxWikis/InterpretingIT-Wiki.html' frameborder="0" width="1024"; height="600"></iframe>
<iframe src='C:\Data\TW5\Instances\BigData.html' frameborder="0" width="1024"; height="600"></iframe>
<iframe src='http://127.0.4.85:8081/Scratch#Toolbar%20select%20test' frameborder="0" width="1024"; height="600"></iframe>
On Question 2
I created very simple .bat and .cmd files like "test.bat" and "test.cmd" with "TOTALCMD64.EXE C:\Windows". And if executed in total commander, windows explorer or cmd - it works fine and does what it should. But if I make an external link to it [[Testing|file:///c:\Program Files\totalcmd\test.bat]] and click in TiddlyDesktop - nothing happens. Well, "almost nothing". I see it blinks with a black window (looks like it launches cmd), but after that nothing happes, it doesn't launch TOTALCMD64.EXE that is in .bat or .cmd.
<a title={{!!tooltip}} href="file:///C:\Data\batches\runnetworkcheck.cmd" > Go</a>[[Go|file:///C:\Data\batches\runnetworkcheck.cmd]]
I knew this should be easy. Thanks!
No-no, i definitely don't want several TDs launched. I just got rid of the mess that caused. :)This was just a warning, if you wanted to do this. But that is what I understood as "INSIDE TiddlyDesktop"