I'm trying to set up a local directory for my project on node.js. According to the directions, I can:
Place the PluginFolders <https://tiddlywiki.com/#PluginFolders> containing the plugins in a plugins folder within the wiki folder <https://tiddlywiki.com/#TiddlyWikiFolders> So my directory structure looks like: ~/Wikis/notowritey-n/plugins/MAS/NotoWritey/ Inside the NotoWritey directory I have several tiddlers and plugin.info, also per the directions. Inside notowritey-n I have tiddlywiki.info, with a plugins section like this: ... "plugins": [ "tiddlywiki/tiddlyweb", "tiddlywiki/filesystem", "tiddlywiki/highlight", "MAS/NotoWritey" ], ... I launch node.js from the /Wikis directory. When I do I get a "cannot find MAS/NotoWritey" message. My feeling is that there must be something I'm missing with the path information. But I've tried providing the complete path inside of tiddlywiki.info, and that didn't work either. So, what do I have to do to get tiddlywiki to see my plugin folder (and plugin, of course) ? 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d755072e-76c9-475a-8df7-565f8f62928co%40googlegroups.com.

