Text-slicer tweaks

* Add site title/subtitle
* Remove proxy title tiddler used for renames when no longer used
This commit is contained in:
Jermolene 2015-08-05 19:21:48 +01:00
parent cbbe90313b
commit b1cf0fdd68
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
title: $:/SiteSubtitle
turning text into tiddlers

View File

@ -0,0 +1,3 @@
title: $:/SiteTitle
Text-Slicer Edition

View File

@ -9,6 +9,7 @@ $:/config/plugins/tiddlywiki/text-slicer/rename-$(currentTiddler)$
<$edit-text tag="input" tiddler=<<renameProxyTitle>> placeholder="Rename" default=<<currentTiddler>>/>
<$button>
<$action-sendmessage $message="tm-rename-tiddler" from=<<currentTiddler>> to={{$(renameProxyTitle)$}}/>
<$action-deletetiddler $tiddler=<<renameProxyTitle>>/>
rename
</$button>
\end