Is there a way to make the info button from the View Toolbar appear even when a tiddler is being edited?

One possible solution is to located the tiddler where the button is implemented and tag it with $:/tags/EditToolbar (Edit Toolbar being the name in Control Panel for the toolbar with only Save, Discard and Close that appears in the View Toolbar’s place when a tiddler is being edited, in the).

But I don’t know which tiddler exactly is it.

the tid with the info button code is $:/core/ui/Buttons/info

Tagging that with $:/tags/EditToolbar does indeed make it show up in the controls when in edit mode. However, it doesn’t do anything. It may be that the tid with the info pane contents needs to be tracked down and tagged by something also, but at first look, that eludes me.

1 Like