Hello William, I missed that part. I tried with your suggestion, and I tried just adding ../couchadaptor in tiddlywiki.info. None of thos things worked, so at the end I moved all the tiddlers to a subfolder of the edition folder plugins/couchadaptor. This worked for local server under node.js. I mean this tiddlywiki.cmd .\edition --server
Now the problem is that tirying to build the HTML gives me just a blank file. I don't know why, because this started to happen even before I moved all tiddlers to the mentioned subfolder. Anyway, I can't see how building the HTML file can help to upload the correct template to couchdb since it just sents a JS file El jueves, 2 de octubre de 2014 14:45:55 UTC+2, William escribió: > > Hi Danielo, > > If you look at the shell script there is this part: > > TIDDLYWIKI_PLUGIN_PATH=../ > > that tells tiddlywiki to look for plugins in the parent directory. The > tiddlywiki.info file specifies a "couchadaptor" plugin. Since I don't > see you setting this environment variable, it may be that tiddlywiki > fails to find the "couchadaptor" plugin. Try: > > set TIDDLYWIKI_PLUGIN_PATH=../ > tiddlywiki... > > You can check that the adaptor is loaded in the index.html file > without needing to upload it. Just search for the contents of the > couchdbadaptor.js file inside the generated HTML. > > Regards, > William > > On 2 October 2014 11:52, Danielo Rodríguez <[email protected] > <javascript:>> wrote: > > Hello, > > > > Since I'm on windows, I tried your upload flow manually. > > > > I'm using iriscouch.com as provider. > > > > I build the index file (I don't know why this is needed) using: > > tiddlywiki edition/ --verbose --output out --rendertiddler > $:/core/save/all > > index.html text/plain > > > > I used the node library that you provides, but without specifying the > port. > > the command was something like: > > node_modules/.bin/couchapp.cmd push couchapp.js myUrl > > > > > > Everything worked and the file upload correctly,but when accesing the > > control panel I can see the couch-db adapter is not there. > > > > What am I doing wrong? > > > > -- > > You received this message because you are subscribed to a topic in the > > Google Groups "TiddlyWikiDev" group. > > To unsubscribe from this topic, visit > > https://groups.google.com/d/topic/tiddlywikidev/TSwYsd0ZxFw/unsubscribe. > > > To unsubscribe from this group and all its topics, send an email to > > [email protected] <javascript:>. > > To post to this group, send email to [email protected] > <javascript:>. > > Visit this group at http://groups.google.com/group/tiddlywikidev. > > For more options, visit https://groups.google.com/d/optout. > -- 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.
