> I'm using TiddlyWiki 2.4.3. I have installed the ExportTiddlersPlugin > - it works fine except for the fact that I have to manually select the > tiddlers to export, the export filename, etc. everytime I want to > export. > Is there any way to automate this (similar to the non-interactive > LoadTiddlersPlugin) and pass all the required parameters to control > its behavior? I'm basically looking for a one-click export with > preset export parameters.
Try this: http://www.TiddlyTools.com/#SaveAsPlugin http://www.TiddlyTools.com/#SaveAsPluginInfo Here's an excerpt from the documentation: -------------- Usage: <<saveAs "label:..." "prompt:..." "filename:..." "type:..." quiet open tagfilter>> "type:..." specifies a keyword indicating one of four file output formats: * TiddlyWiki (or wiki or tw) [default] a TiddlyWiki HTML document * PureStore (or store or ps) a TiddlyWiki "PureStore" HTML export file (just tiddlers, no core code) * PlainText (or text or tx) a plain text file listing of tiddler source content * NewsFeed (or xml or rss or nf) an RSS NewsFeed XML file You can use the *tagfilter* parameter to select a subset of tiddlers to be written into the new document file. If you specify a single tag value, then only tiddlers that are tagged with that value are included in the resulting file. To use a combination of tag values, you can install MatchTagsPlugin, which provides full 'boolean' logic with AND, OR, and NOT operators, as well as nested parentheses, to create complex expressions for filtering and selecting the desired set of tiddlers. If you specify the keyword, *ask* in place of the tagfilter, you will be prompted to enter a tag or tag expression whenever you click on the 'save as...' command link. -------------- enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

