From 8db893b9c99744e02797aa1837657f33b9222d62 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Fri, 2 Aug 2019 09:47:47 +0200 Subject: [PATCH] Add pop storyview for pagecontrols (#4145) this PR adds the pop storyview to the page-control buttons in the sidebar --- core/ui/PageControls.tid | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/core/ui/PageControls.tid b/core/ui/PageControls.tid index b12fc5203..31df286fe 100644 --- a/core/ui/PageControls.tid +++ b/core/ui/PageControls.tid @@ -1,15 +1,17 @@ title: $:/core/ui/PageTemplate/pagecontrols +\whitespace trim \define config-title() $:/config/PageControlButtons/Visibility/$(listItem)$ \end
<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem"> -<$reveal type="nomatch" state=<> text="hide"> +<$set name="hidden" value=<>> +<$list filter="[!text[hide]]" storyview="pop"> <$set name="tv-config-toolbar-class" filter="[] [encodeuricomponent[]addprefix[tc-btn-]]"> <$transclude tiddler=<> mode="inline"/> - + +
-