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/2389f309-4ada-4d29-9907-a3750efbea8d%40googlegroups.com.

Reply via email to