People are already doing similar things already and there are a number of approaches.
You could take an empty tiddlywiki and craft it as your published site and design it so you can drag and drop import content. You then copy overwrite the public copy.
You could generate and save or export static tiddlers or html from your wiki to your published site.
Personally I am interested in using the innerwiki plugin that sits on v5.1.20 to generate lesser wikis from a master wiki.
I suppose key details that will influence the approach you take includes
What server platforms do you have available?
Is any interaction with visitors required on the published site
Will content change hourly, daily or weekly
Do you want users to interact with the website
Do you want users to be able to customise their experience on the site
Not withstanding the apparent complexity I believe we can develop a few methods for publishing content that will satisfy most peoples needs.
Regards
Tony
Can you use node for your server? It can automatically create static tiddlers dynamically. The template for which could be modified.
Regards
Tony
With node. As you know tiddlers can be found at http://pathordomain/wikiname#tiddlername but a static version is found automatically at
http://pathordomain/wikiname/tiddlername
It may be a way to publish
Regards
Tony
Bob has built-in functions to do a lot of what you are discussing. It can automatically export an html version of a wiki, or collect tiddlers from multiple wikis and export them as a new wiki, either a single file html or a new node wiki. It also lets you specify what plugins you want in the created wikis.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/thLY0PkgLKk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d1ab3f71-bda0-4783-bc18-522580cf4e8a%40googlegroups.com.
This is a good point— could you elaborate on this, if you have any specific ideas?
> On Aug 26, 2019, at 4:10 PM, TonyM <anthon...@gmail.com> wrote:
>
> Spencer
>
> With node. As you know tiddlers can be found at http://pathordomain/wikiname#tiddlername but a static version is found automatically at
> http://pathordomain/wikiname/tiddlername
>
> It may be a way to publish
>
> Regards
> Tony
>
> --
> You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/thLY0PkgLKk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to tiddl...@googlegroups.com.