Add slugify operator to JSZip static export example

This commit is contained in:
jeremy@jermolene.com
2020-05-09 15:56:48 +01:00
parent 4966f6ab62
commit 2eb11d9a2d
2 changed files with 15 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ exports.startup = function() {
templateTitle = paramObject.template,
text = $tw.wiki.renderTiddler(outputType,templateTitle,{
parseAsInline: paramObject.mode === "inline",
parentWidget: event.widget,
variables: {
currentTiddler: paramObject.tiddler
}