Wolfgang reported that after inserting a custom button into the
backstage*, the backstage bar does not properly close anymore.
In my attempts to figure out what's causing this issue, I have made some
progress - without actually being able to fix the problem though.
Here's a simple testcase (with instructions):
http://fnd.lewcid.org/tmp/backstageBug.html
I would greatly appreciate if someone could take a look and point me in
the right direction!
-- F.
After talking to Martin, we agree that this is more of a feature request
than a bug.
The current technique* is quite hacky. What we really need is that the
TiddlyWiki core supports adding such buttons (not just tabs) to the
backstage bar.
Any suggestions on how this could be done?
-- F.
Thanks Eric (also for adding this info to the community wiki).
We had considered using the action property, but that only works for
buttons that call a certain function when clicked by the user.
It doesn't help if you need custom contents in the backstage bar, like
wikified contents (e.g. the search macro, as described in the example on
the community wiki. Another use case I have is to create an A element
with a HREF and TARGET attribute.
I believe those are valid options that should be available to plugin
authors - and I somehow got a feeling that fixing this issue should be
simple, but I just can't figure it out.
-- F.