I'm reposting this here because I posted this to the wrong group. Sorry folks.
Ok so I like working on my TiddlyWiki using the server plugins running under node: $ tiddlywiki ./ --init server $ git init $ git add . $ git ci -m "Initial" $ tiddlywiki ./ --server I edit my tiddlers and am happy. Add the changes to my git repository and all is good. Then I go to make a compiled HTML for my web server: $ tiddlywiki ./ --rendertiddler $:/core/save/all index.html text/plain $ scp index.html [email protected]:path/to/website/ Unfortunately all tiddlers are saved including the plugins for syncing to the node based server. How do I exclude those local development only plugins but keep the ones I want? Specifically they seem to cause a 404 error loading http://mysite.example.com/status when you look at the index.html file on a web server. I think it could be one of the following: $:/plugins/tiddlywiki/filesystem <http://wiket.tritarget.org/#%24%3A%2Fplugins%2Ftiddlywiki%2Ffilesystem>$: /plugins/tiddlywiki/tiddlyweb<http://wiket.tritarget.org/#%24%3A%2Fplugins%2Ftiddlywiki%2Ftiddlyweb> Neither of which is needed when you run a --rendertiddler for distributing to a simple web server. Any guidance would be greatly appreciated. Thanks. Side notes: TiddlyWeb assumes that if it is loaded then it will be able to access http://mywebhost.example.com/status However these plugins are not needed when you render to a single html. Infact that are removed with the download button but not in the $:/core/save/all filtering because the TiddlyWeb and Filesystem plugins are of type application/json and not application/javascript What is the correct way to handle this situation? Is it a bug? Is a pull request needed? If so where is the correct place to edit the filtering? -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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 http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
