What are you trying to achieve ?
Example: In the browser, I often open a list of tiddlers I need for a particular project. Then, I create a persistent URL for this view with the "permaview" button, which I bookmark. This way, I can always access the same list of tiddlers through the bookmark.
Obvious drawback (unavoidable?): The saved story list always contains the tiddler "Pick a Story List".
I did, but I can't find it. I took the following approach...
The HOME button clears out the story and replaces it with the content of $:/DefaultTiddlers. What I did was, stash the current content somewhere else (for later), then copied another list of tiddlers (retrieved from MyOtherListOfTiddlers, for example) into $:/DefaultTiddlers. Later, I restored the content of $:/DefaultTiddlers from the stash.