I was able to get the TiddlyWiki full-fledged site from a node version -> 
static with the tiddlywiki _name_ --build command. Having no problem 
hosting that. My only step left now is figuring out how to disable the 
control and editing functions on the static --build version. 

I know that the following CSS will work to disable what I need:

.tc-tiddler-controls {
   display: none;
}

.tc-tab-buttons {
   display: none;
}


But I'm unsure how to get that CSS run only on the --build version and not 
on the development --listen server automatically.
On Thursday, August 13, 2020 at 8:25:45 PM UTC-4, TW Tones wrote:
>
> Garette
>
> Also look at using read-only theme or other method before export.
>
> This is a template used to generate static html from the tiddlers, you can 
> modify this to change the nature of the exported pages.
>
>    - I am keen to have one that creates static tiddler pages on which any 
>    links open not the other static versions but the full html giving 
>    interactive features.
>
> With the new zip plugin in the next version this may automated to a high 
> degree.
>
> Regards
> Tony
>
> On Friday, August 14, 2020 at 6:08:03 AM UTC+10, Garrett wrote:
>>
>> Hi there!
>>
>> New to TiddlyWiki but extremely excited about the potential! I'm 
>> interested in exporting my TiddlyWiki site from the NodeJs version into a 
>> replica static website that can be hosted online (full JS, CSS, and HTML).
>>
>> Currently, I'm running the wiki snapshot scripts here 
>> <https://tiddlywiki.com/static/Generating%2520Static%2520Sites%2520with%2520TiddlyWiki.html>
>>  to 
>> export the site, but I don't like how simplified down the static version is.
>>
>> My end goal is to basically host online my TiddlyWiki editor version with 
>> the controls/buttons turned off. 
>>
>> Would appreciate any help or pointing in the right direction!
>>
>> -Garrett
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3bdd698e-9d9d-4be6-a5d1-68e7ba41f4a9o%40googlegroups.com.

Reply via email to