Can InnerWiki only show exactly current wiki?

Just gotta say; That innerwiki plugin - man, it is nifty! I had not looked closer at it previously because I didn’t have a use case.

I was not clever enough to figure that out by myself. An example of this in the docs would be useful (…but then, so would a lot of other docs.)

One thing that “feels off”, at least for my use case, is to have to store the tiddlers with the same title in the hosting wiki as in the inner wiki. It does not work to do this to “set” the title field:

<$data $tiddler="$:/hidden-in-host" title="visible-in-inner" />

I did not expect this to work (because the title is the tiddler ID, etc) but I’m wondering if you could propose any workaround? My own use case, and I’d imagine this might not be uncommon, is that some tids should ideally only be accessible in the innerwiki so one would at least want to hide ($:/...) them in the hosting wiki.

Thank you!