Hi Matt > Anyone know of a way to use node to automatically export a plugin from a > tiddlywiki file into a plugin folder? I've been banging my head against the > wall here, trying to get the plugin.info file to render. I've got the > following so far. > "--load", "../example.html", > "--unpackplugin", "$:/plugins/NameOfPlugin", > "--render", "[[$:/plugins/NameOfPlugin]plugintiddlers[]]", > "[encodeuricomponent[]addprefix[tiddlers/]]", "", > "$:/core/templates/tid-tiddler", > > That renders the tiddlers in the plugin into individual files in the folder, > as desired. But I can't make the plugin.info file work.
I’m not sure that it will be possible to produce the plugin.info <http://plugin.info/> file in this way. It’s a useful operation, though. Worse case we could make a JS macro that emits a tiddlywiki.info <http://tiddlywiki.info/> file given a reference to a plugin tiddler. Best wishes Jeremy > > > Thanks, > Matt > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/9e58fb3b-cd21-4fb1-ae80-fccdcb59fdbc%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/9e58fb3b-cd21-4fb1-ae80-fccdcb59fdbc%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5AB81C9C-A1F5-4E48-A4F8-586573739D42%40gmail.com. For more options, visit https://groups.google.com/d/optout.

