mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Use $:/TextSlicer for text-slicer output
This commit is contained in:
parent
cd29eed067
commit
a4d0210f90
@ -1,5 +1,5 @@
|
||||
title: $:/DefaultTiddlers
|
||||
|
||||
HelloThere
|
||||
$:/Import
|
||||
$:/TextSlicer
|
||||
[[Sample Text]]
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user