Text-slicer: standardise titles of state tiddlers

As noted by @Evolena, it’s cleaner to use the standard prefix for the
UI state tiddlers
This commit is contained in:
Jermolene 2016-02-27 14:40:11 +00:00
parent abbb3c15e0
commit 4041009d43
2 changed files with 5 additions and 5 deletions

View File

@ -1,19 +1,19 @@
title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/document
\define config-document-status()
$:/config/plugins/tiddlywiki/text-slicer/show-preview-document/$(tv-heading-status-config-prefix)$/$(currentTiddler)$
$:/state/plugins/tiddlywiki/text-slicer/show-preview-document/$(tv-heading-status-config-prefix)$/$(currentTiddler)$
\end
\define config-show-toolbar()
$:/config/plugins/tiddlywiki/text-slicer/show-toolbar/$(currentTiddler)$
$:/state/plugins/tiddlywiki/text-slicer/show-toolbar/$(currentTiddler)$
\end
\define config-show-metadata()
$:/config/plugins/tiddlywiki/text-slicer/show-metadata/$(currentTiddler)$
$:/state/plugins/tiddlywiki/text-slicer/show-metadata/$(currentTiddler)$
\end
\define config-heading-status()
$:/config/plugins/tiddlywiki/text-slicer/heading-status/$(currentTiddler)$
$:/state/plugins/tiddlywiki/text-slicer/heading-status/$(currentTiddler)$
\end
\define body()

View File

@ -2,7 +2,7 @@ title: $:/plugins/tiddlywiki/text-slicer/ui/tiddler/toolbar/title
tags: $:/tags/TextSlicerToolbar
\define renameProxyTitle()
$:/config/plugins/tiddlywiki/text-slicer/rename-$(currentTiddler)$
$:/state/plugins/tiddlywiki/text-slicer/rename-$(currentTiddler)$
\end
\define body()