From 0a986ccd995266bf3a47182fa584d79f9dd3e153 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 6 Nov 2014 13:39:28 +0000 Subject: [PATCH] Experiment with alternative view tiddler toolbar default buttons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The “info”, “edit”, “close” troika has been a feature of TW5 since the very early days. Recent discussion in Hangout #67 has made me question whether we wouldn’t be better off with the defaults in this commit: “more”, “edit”, “close”. The rationale is that the primary purpose of the “info” button has become gaining access to the tools that haven’t been elevated to being toolbar buttons. Most of the rest of the content of the info panel is pretty arcane. So let’s try it for a few days - I’d appreciate any feedback. --- core/wiki/config/ViewToolbarButtons.multids | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/wiki/config/ViewToolbarButtons.multids b/core/wiki/config/ViewToolbarButtons.multids index 84d8028e3..ea350af20 100644 --- a/core/wiki/config/ViewToolbarButtons.multids +++ b/core/wiki/config/ViewToolbarButtons.multids @@ -2,7 +2,8 @@ title: $:/config/ViewToolbarButtons/Visibility/$:/ core/ui/Buttons/clone: hide core/ui/Buttons/close-others: hide -core/ui/Buttons/more-tiddler-actions: hide +core/ui/Buttons/info: hide +core/ui/Buttons/more-tiddler-actions: show core/ui/Buttons/new-here: hide core/ui/Buttons/new-journal-here: hide core/ui/Buttons/permalink: hide