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/b50fdde2-f551-49f3-9aea-017f22a86fe0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.