Download from tiddlyhost

Hi guys,

I have a newbie question, i uploaded my Tiddlywiki to tiddlyhost, but other people cannot download the Wiki.

What configuration or settings i need to do, for people download my Wiki?

Thanks in advanced!

IMG_20251009_071847_612

You need to ensure that it is public

On Tiddlyhost, find your wiki (it may be the only one.). Use the ... menu and choose Settings. There’s an entry in there for Access. Change to the public setting you prefer.

Strange, because its under the option public and searchable.

The link is: https://adnd.tiddlyhost.com/

If you open the http://adnd.tiddlyhost.com/download link, it will download the wiki.
So you will need to create a tiddler that contains that link and your users should be able to download it.


Just to be sure. You also have to make sure, that your wiki does not contain any licensed material, to avoid problems.

2 Likes

Sorry, misunderstood the symptoms; I shouldn’t post before getting out of bed! Glad @pmario was here… as usual!

This works for me:

title: Download button
tags: $:/tags/PageControls
copy: Download offline copy

<$button message=tm-download-file tooltip={{!!copy}} aria-label={{!!copy}} class=<<tv-config-toolbar-class>>>
  <$list filter="[<tv-config-toolbar-icons>match[yes]]">{{$:/core/images/download-button}}</$list>
  <$list filter="[<tv-config-toolbar-text>match[yes]]">{{!!copy}}</$list>
</$button>

You may have to turn this on, and reorder it as desired from $:/ControlPanel > Appearance > Toolbars > Page Toolbar

But note that if you are using the external core setting, users will not be able to use the downloaded wiki unless they also download the appropriate core file.