Eric/myfta Eric Thanks for this simple and elegant solution. I will just add this will not save recently edited and unsaved tiddlers.
To do so you will need something like the "big green button" on Tiddlywiki.com which can be researched to make other alternatives which can include and exclude tiddlers including recently changed ones. Regards Tony On Wednesday, February 12, 2020 at 9:19:57 AM UTC+11, Eric Shulman wrote: > > On Tuesday, February 11, 2020 at 1:59:05 PM UTC-8, myfta wrote: >> >> The title asks the question: how do you provide a link for users to >> download complete copy of your TiddlyWiki? >> > > Using standard HTML syntax: > <a href="#" download="targetname.html"> > download this file > </a> > > Notes: > * The "targetname.html" is a *suggested* filename for saving the > downloaded file. Some platforms may ignore this value and assign their own > default filename. > * If your browser is configured to "ask for filename", you will get a > platform-specific dialog box that will allow you to change the filename > and/or the folder in which the file will be stored. > * Some older browser versions do not support use of the "download" > attribute. See https://caniuse.com/#search=download for more info. > > 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/79ae867c-914d-4ed5-a082-b0b9dab3436a%40googlegroups.com.

