You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWikiClassic
Looks like you've figured it already, but let me just answer for the case somebody else will be looking for the answer:
this can be achieved via a plugin that sets window.showBackstage = true; (just showBackstage = true; will also work);
if not set otherwise, it is defined by !readOnly, which, in turn, is defined (for a TW opened not via a file:// url) by the chkHttpReadOnly option – so, setting chkHttpReadOnly to false will also work (although will have other effects). This can be helpful in the case you'd like to open another TW (not controlled by you) with the backstage, using a paramifier, like so: https://classic.tiddlywiki.com/#chkHttpReadOnly:false