yes! sorry, i should have said i am using node and the “--build index” function 
to generate the single-file wiki. 

that command is:

```
    "build": {
        "index": [
            "--rendertiddler",
            "$:/plugins/tiddlywiki/tiddlyweb/save/offline",
            "index.html",
            "text/plain"
        ]
```

which the docs say the first arg is the filter. if i look at that plugin, i 
see: 

title: $:/plugins/tiddlywiki/tiddlyweb/save/offline

\define saveTiddlerFilter()
[is[tiddler]] -[[$:/boot/boot.css]] -[[$:/HistoryList]] 
-[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] 
-[[$:/boot/bootprefix.js]] -[[$:/plugins/tiddlywiki/filesystem]] 
-[[$:/plugins/tiddlywiki/tiddlyweb]] +[sort[title]] $(publishFilter)$
\end
{{$:/core/templates/tiddlywiki5.html}}

which i’m having trouble parsing… 

thanks! 

> On Aug 26, 2019, at 1:59 PM, TonyM <[email protected]> wrote:
> 
> Spencer
> 
> Can you use node for your server? It can automatically create static tiddlers 
> dynamically. The template for which could be modified.
> 
> 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 
> [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/c9461703-6f51-4be8-87fc-90a0768e31c8%40googlegroups.com.

-- 
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/DB4EDFD8-3847-4E85-BF7A-976E1C411EBA%40gmail.com.

Reply via email to