*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/

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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/4142d0d2-9301-4463-b945-1d97a3e4d7a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to