sorry that no one has replied earlier. The contents of plugins are 'unpacked' as shadow tiddlers but the plugin itself is a normal tiddler
you might want to do a search for the tinka plugin in the main tiddlywiki forum, a lot of people use this to develop plugins in the browser (I use nodejs mostly). all the best On Sunday, July 30, 2017 at 12:48:34 PM UTC+2, Profess Vpl wrote: > > Hi, > > Newby in the dev of plugin I'm using the method "in browser" as descrived > in the Tiddly Dev guide (http://tiddlywiki.com/dev/) > > I've first tested a macro in javascript that works properly > Then I've tried to create a plugin with this macro > > Following the instruction on the Dev guide I've created the following > tiddler > - $:/plugins/vpl/progresstest and > - $:/plugins/vpl/progresstest/bartest.js > (bartest.js containing my macro code that I've tested on another tiddywiki) > > On Chrome I've successfully run the following command. > $tw.utils.repackPlugin('$:/plugins/vpl/progresstest', > ['$:/plugins/vpl/progresstest/bartest.js']) > > My $:/plugins/vpl/progresstest tiddler was filled with the bartest.js > tiddler. > bartest.js tiddler disappeared (is that normal ?) > > I've saved and reloaded > The plugin tiddler version field was incremented. > > Then I've tried to run the macro <<bartest 30 42 80>> as I was running it > when I tested it outside of a plugin, on another tiddywiki > Unfortunately the marco is not recognized ... > > What surprising me is that I *can't find* my $:/plugins/vpl/progresstest > in the shadows tiddlers list > > But my plugin seems nevertheless recognized as I see it from the > $:/ControlPanel > plugins > > Any help would be very useful ... > > THanks a lot for your great work > > Regards > > Vpl > > -- 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 https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/1ba400b4-82c6-44ec-ae50-505de504d65d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
