Hello Ton The problem is that I created this plugin into a standalone version. What I have done is create a new server version and import the standalone one. Now I'm currently moving the plugin tiddlers into a plugin folder.
This is working good, but I'm experiencing one little problem that I don't understand: one of the buttons is not being displayed. If I open the tiddler that I'm transcluding and put it in edit mode, then in the preview I can see the button displayed correctly. Otherwise the button is not even created. I know it is a little of-topic but it is disturbing me a lot. El domingo, 8 de junio de 2014 13:18:17 UTC+2, BJ escribió: > > Hi Danielo, > if you are working on your plugin "encryptWidget" then the most simplest > way to work is to include your files in > /wikifolder/plugins/danielo/encryptWidget/, > then add > > "plugins": [ > "danielo/encryptWidget", > > into the tiddlywiki.info file within editions/tw5.com > > then use ./qbld.sh to build the tiddlywiki > > Once you get used to developing using node.js I think you will find that > it is much easier to develop you code this way, > > all the best > > BJ > On Sunday, June 8, 2014 12:49:22 PM UTC+2, Danielo Rodríguez wrote: >> >> Hello Mario, >> >> Thank you for your fast response. >> I just discovered a very cool thing about this. >> >> If I put single javascript files inside the plugin directory tiddlywiki >> will create a proper tiddler based on the information you provide in the >> header. So, for example a javascript file with this header: >> >> /*\ title: $:/plugins/danielo/encryptWidget/encryptWidget.js type: >> application/javascript module-type: widget Test of javascript \*/ >> >> Will be inserted into a tiddler with the appropiate type, title and >> module fields. I wanted this since I started programming widgets for TW. I >> thought many times about why js tiddlers include that header but I never >> experimented with it. I have to admit that I'm amazed. >> >> About the link you posted, I will read it a bit more carefully, but it >> does't seems to be very different from the git configuration. >> >> El domingo, 8 de junio de 2014 12:31:31 UTC+2, PMario escribió: >>> >>> IMO there is no easy workflow at the moment. >>> Once this issue is resolved: >>> https://github.com/Jermolene/TiddlyWiki5/issues/531 it should be easy >>> to do what you want. >>> >>> IMO ... You should _not_ avoid the github workflow. ... I'm pretty sure >>> you will run into a lot of problems, just because of that. >>> >>> have fun! >>> mario >>> >> -- 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.
