Hello everybody

I was trying to follow the instructions described here :  Developing 
plugins in node.js 
<http://tiddlywiki.com/#Developing%20plugins%20using%20Node.js%20and%20GitHub> 
my 
own way.

What I wanted to do is to avoid all the github thing. That involves cloning 
the TW5 repository and building the wiki.

Wat I want to do is to create a node.js instance of the wiki in a working 
directory. Then, inside that directory create a plugins folder and work on 
that folder. I noticed that using this schema the traditional directory 
structure does not applies. If I create the folders this way I get an 
plugin.info not found error:

/wikifolder/plugins/myName/pluginName/plugin.info

Instead I have to create: 
/wikifolder/plugins/pluginName/plugin.info 

I suppose that is intentional but then I don't understand how does this 
work using the official method. Are the plugins recognized in a different 
way or is after building TW when they are included? I used to test my 
plugins while developing, and I think this will make things harder if I 
have to build the wiki each time. 
I like the idea of just putting the needed files under the plugins 
directory. The problem with my way is I can't edit those files within TW 
right? If I do I will not change the plugin file itself but create a copy 
under the tiddlers directory.


Could someone explain me the normal workflow when developing a plugin under 
node.js?

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

Reply via email to