mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
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:
parent
abbb3c15e0
commit
4041009d43
@ -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()
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user