Yes, Welcome @Mervin,
Someone asking questions like this, the first time you post to talk.tiddlywiki suggests to me you may have more to share with the community, so I hope we see you here more and if you want to have more casual discussions have a look at the Cafe Topic.
I would have answered similarly to @btheado, but thought I would add a little more. What @btheado’s solution shows you is, you do not need to address local storage directly and that more often than not, as long as you can find the list of relevant the tiddlers you can just export, import, flag, save package, zip, drag and drop tiddlers as part of tiddlywikis native features.
However, If you open the same wiki (file or URL) in a separate tab it may have access to the same local storage, this can cause problems, but may also be a mechanism to achieve what is implied in your question.
However it may be helpful if you share the “bigger picture” you are trying to achieve because there is most likely multiple paths to the outcomes you desire.
If however, you open different wiki’s with a file address, in separate tabs, file wikis have access to each others local storage, but there are no tiddlywiki features to make use of this yet. As a result I started a conversation Inter wiki communications in browser and other features
- An example may be to provide a way to package a group of tiddlers in a json tiddler and share this tiddler in local storage/cookie etc… from which any file based wiki can import.
- Recently I started thinking about a review process where Alice edits one or more tiddlers and packages and sends the changed tiddlers to bob, bob imports and review the proposed tiddler changes and imports or rejects the changes.
- I have started collecting a small set of JavaScript macros packaged for tiddlywiki of my own, and others but there is plenty of room for additional and innovative developments in this area.