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.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to