tw5-typed / modules/utils/pluginmaker
Module: modules/utils/pluginmaker
Table of contents
Functions
Functions
repackPlugin
▸ repackPlugin(title
, additionalTiddlers?
, excludeTiddlers?
): string
Repacks a plugin, and then deletes any non-shadow payload tiddlers.
Parameters
Name | Type | Description |
---|---|---|
title | string | The title of the plugin tiddler. |
additionalTiddlers? | string [] | An array of additional tiddlers to include in the plugin. |
excludeTiddlers? | string [] | An array of tiddlers to exclude from the plugin. |
Returns
string
A confirmation message.
Description
重新打包插件,然后删除任何非阴影有效负载 tiddlers。