1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Use $:/TextSlicer for text-slicer output

This commit is contained in:
Jermolene 2015-08-01 13:48:57 +01:00
parent cd29eed067
commit a4d0210f90
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
title: $:/DefaultTiddlers
HelloThere
$:/Import
$:/TextSlicer
[[Sample Text]]

View File

@ -18,7 +18,7 @@ exports.platforms = ["browser"];
exports.after = ["startup"];
exports.synchronous = true;
var SLICER_OUTPUT_TITLE = "$:/Import";
var SLICER_OUTPUT_TITLE = "$:/TextSlicer";
// Install the root widget event handlers
exports.startup = function() {