Hi WiM That’s great, very useful. I notice that the wiki is still on 5.1.9; it probably doesn’t affect the plugins operation, but I wondered if you might be able to upgrade it so that users can be confident that it works with the latest version.
Many thanks Jeremy. > On 5 May 2016, at 13:25, wimm <[email protected]> wrote: > > new feature > > This plugin/filter generates the tiddlers which you already visited since > loading this or your TiddlyWiki. > > Compared to Open tab : When you close a tiddler, the title is still visible > in the History Tab. > > Compared to Recent tab, the list includes modified tiddler, but also all > visited tiddlers. When you delete a tiddler during your session the tiddler > will be in italics like TiddlerDoesNotExistAnyMore > <http://tw5quickref.tiddlyspot.com/#TiddlerDoesNotExistAnyMore>. > > > > internals > > It scans the $:/HistoryList > <http://tw5quickref.tiddlyspot.com/#%24%3A%2FHistoryList> for the "title:" > field and generates the the titles as links. > > Most recently visited Tiddler appear first. > Draft Tiddlers are skipped. > If a tiddler title is present multiple times in the $:/HistoryList > <http://tw5quickref.tiddlyspot.com/#%24%3A%2FHistoryList> then only the most > recent one is part of the result. > usage > > to display all visited tiddlers so far > > {{{ [history[]] }}} > > > > Like all filters you can search the tiddlers and limit the number of results. > There is as far as I know only one tiny bug, to maximize the number of > entries to 5 you need to specify 6 (one higher). So if you want to show max > the last 25 visited tiddlers which contain the string from the searchfield: > > {{{ [history[]search{$:/temp/search}limit[26]] }}} > > > > Similar for the advancedSearch tiddler you can use: > > {{{ [history[]search{$:/temp/advancedsearch}limit[26]] }}} > > > > try and download > > > http://tw5quickref.tiddlyspot.com/ <http://tw5quickref.tiddlyspot.com/> > > Let me know if you like it ;-) > > KR > WiM > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/4142d0d2-9301-4463-b945-1d97a3e4d7a8%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/4142d0d2-9301-4463-b945-1d97a3e4d7a8%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7B7F0F53-FC17-4487-8B5B-3935DDBAE73B%40gmail.com. For more options, visit https://groups.google.com/d/optout.

