Hi Jim

> Copied a "Basic client-server edition" tiddlywiki.info file into the root
of the repo, to wit:

That's the problem: you're trying to re-use the TiddlyWiki repo as a wiki
folder. You should either create your wiki folder separately, or put it in
the 'editions' folder.

Best wishes

Jeremy.


On Fri, Jan 2, 2015 at 5:18 PM, Jim Lehmer <[email protected]> wrote:

>  I am trying to fix the bugs in the filesystem plugin and am seeing the
> same behavior I saw while trying to develop my own plugin. Here is how I
> have set up, per the online TW dev docs
> <http://tiddlywiki.com/dev/index.html#TiddlyWiki5%20Development%20Environment>
> :
>
> 1. Forked TW5 into my own GitHub repo.
> 2. Cloned it down to my local machines (same symptoms occur on Windows and
> Linux boxes, so it is not that).
> 3. Changed into the TiddlyWiki5 directory and did *npm link*.
> 4. Made my changes.
> 5. Copied a "Basic client-server edition" tiddlywiki.info file into the
> root of the repo, to wit:
>
> {
>
>     "description": "Basic client-server edition",
>
>     "plugins": [
>
>         "tiddlywiki/tiddlyweb",
>
>         "tiddlywiki/filesystem",
>
>         "tiddlywiki/codemirror",
>
>         "tiddlywiki/highlight"
>
>     ],
>
>     "themes": [
>
>         "tiddlywiki/vanilla",
>
>         "tiddlywiki/snowwhite"
>
>     ]
>
> }
>
>  However, when I try to start TW with the following command:
>
> node tiddlywiki --server 8083 $:/core/save/lazy-images text/plain text/html 
> Jim
>
> ...I get the following error:
>
>  fs.js:439
>
>   return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
>
>                  ^
>
> Error: ENOENT, no such file or directory 
> 'C:\Users\jimle_000\Dropbox\Sandbox\TiddlyWiki5\plugins\tiddlywiki\plugin.info'
>
>     at Object.fs.openSync (fs.js:439:18)
>
>     at Object.fs.readFileSync (fs.js:290:15)
>
>     at $tw.loadPluginFolder 
> (C:\Users\jimle_000\Dropbox\Sandbox\TiddlyWiki5\boot\boot.js:1461:34)
>
>     at $tw.loadWikiTiddlers 
> (C:\Users\jimle_000\Dropbox\Sandbox\TiddlyWiki5\boot\boot.js:1631:23)
>
>     at $tw.loadTiddlersNode 
> (C:\Users\jimle_000\Dropbox\Sandbox\TiddlyWiki5\boot\boot.js:1671:27)
>
>     at $tw.boot.startup 
> (C:\Users\jimle_000\Dropbox\Sandbox\TiddlyWiki5\boot\boot.js:1781:7)
>
>     at C:\Users\jimle_000\Dropbox\Sandbox\TiddlyWiki5\boot\boot.js:1950:12
>
>     at $tw.boot.decryptEncryptedTiddlers 
> (C:\Users\jimle_000\Dropbox\Sandbox\TiddlyWiki5\boot\boot.js:1375:2)
>
>     at $tw.boot.boot 
> (C:\Users\jimle_000\Dropbox\Sandbox\TiddlyWiki5\boot\boot.js:1948:11)
>
>     at Object.<anonymous> 
> (C:\Users\jimle_000\Dropbox\Sandbox\TiddlyWiki5\tiddlywiki.js:13:10)
>
>  I get the same stack trace in Linux.
>
> What am I doing wrong? I am obviously missing something.
>
> --
> 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.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
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