On Thursday, August 6, 2020 at 3:16:57 PM UTC-7, TW Tones wrote: > > Recently I build a tool that exposes the history list so one can quickly > open or edit tiddlers already opened or edited in the current browser > session whether they are in the story list or not. I wonder if that would > help you? >
Quite some time ago, I created such a toolbar item for InsideTW: http://tiddlytools.com/InsideTW/#TiddlyTools%2FHistory Just copy that tiddler into your document and it will appear on the tiddler view toolbar (it's already tagged with $:/tags/ViewToolbar) When you click the toolbar button, it presents a drop down list of all tiddlers that are in the $:/HistoryList, $:/StoryList, $:/DefaultTiddlers, and any tiddlers opened by using a permalink/permaview in the URL. This ensures that *all* tiddlers that have been viewed during the current session are listed. It also has a "delete history" button to clear the current $:/HistoryList (except for the currently viewed tiddler plus any $:/DefaultTiddlers and permalinked/permaviewed tiddlers). There's also a "show details" button (chevron down) that presents the contents of the $:/HistoryList and $:/StoryList!!list as well as the "computed history" that is used in the main list. This was mainly used for debugging during development, but provides some interesting "inner workings" info for the technically-minded. enjoy, -e -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/38ecdadf-e86d-4080-b4a7-4b4ef659b91eo%40googlegroups.com.

