Thanks Mario and Jeremy for looking into this for me. I'll update my repo 
with the new version of the info file and let you know what happens.

Chris

On Tuesday, 9 January 2018 15:17:21 UTC, PMario wrote:
>
> Hi Chris,
>
> I think I found it. Your tiddlywiki.info should look like this: 
>
> {
>     "description": "Empty edition",
>     "plugins": [
>         "tiddlywiki/tiddlyweb",
>         "tiddlywiki/filesystem",
>         "tiddlywiki/highlight",
>         "tiddlywiki/codemirror"
>     ],
>     "username": "Chris Jobling",
>     "themes": [
>         "tiddlywiki/vanilla",
>         "tiddlywiki/snowwhite"
>     ],
>     "languages": [
>           "en-GB"
>       ],
>     "build": {
>         "index": [
>             "--rendertiddler","$:/core/save/all","index.html","text/plain"
>         ],
>         "favicon": [
>           "--savetiddler","$:/favicon.ico","favicon.ico"
>         ],
>         "readme": [
>             "--rendertiddler","ReadMe","readme.md","text/html",
>             "--rendertiddler","License","license.md","text/html"
>         ],
>         "externalimages": [
>             "--savetiddlers","[is[image]]","images",
>             
> "--setfield","[is[image]]","_canonical_uri","$:/core/templates/canonical-uri-external-image","text/plain",
>             
> "--rendertiddler","$:/core/save/all","externalimages.html","text/plain"
>         ],
>         "static": [
>             
> "--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
>             
> "--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
>             
> "--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",
>             
> "--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"
>         ]
>     }
> }
>
> As you can see, I did change the formatting, so it's human readable again 
> AND I did remove the second "--setfield" line, that killed the image 
> files. 
>
> AND
>
> Be aware, that the jpg.meta files have been changed by "--build 
> externalimages" ... So you'll always need to ship index.html, with the 
> "/images" subdirectory. Otherwise your images will not be shown anymore. ..
>
> have fun!
> mario
>
>

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f1397337-9649-4447-9f10-d67637b1b3e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to