Eric,

Thanks that is very helpful. 

I followed you link http://tiddlytools.com/InsideTW/#TiddlyTools%2FHistory but 
don't see anything meaningful, and empty view?

I see value in feeding it with the story list and default tiddlers, however 
in this case I am trying to show tiddlers someone has opened or focused on. 
That is which tiddlers the have given attention to.

It would be nice to store the history for the last 20 or so for when you 
return. That may be the next advance. 

Regards
Tony


On Thursday, July 2, 2020 at 1:11:37 PM UTC+10, Eric Shulman wrote:
>
> On Wednesday, July 1, 2020 at 7:43:05 PM UTC-7, Eric Shulman wrote:
>>
>> Here's the filter that I've used in my own "History" interface at 
>> http://TiddlyTools.com/InsideTW:
>> \define history()    [{$:/HistoryList}split["title": "]splitbefore["]
>> removesuffix["]reverse[]is[tiddler]] [enlist{$:/StoryList!!list}] 
>> [enlist{$:/DefaultTiddlers}]
>>
>
> Here's a link to my implementation:
>
> http://tiddlytools.com/InsideTW/#TiddlyTools%2FHistory 
> <http://www.google.com/url?q=http%3A%2F%2Ftiddlytools.com%2FInsideTW%2F%23TiddlyTools%252FHistory&sa=D&sntz=1&usg=AFQjCNELh0Em9AAFut_CNNGGrUiUAfzTZQ>
> http://tiddlytools.com/InsideTW/#TiddlyTools%2FHistory.svg
> http://tiddlytools.com/InsideTW/#TiddlyTools%2FHistory%2FNext 
> <http://www.google.com/url?q=http%3A%2F%2Ftiddlytools.com%2FInsideTW%2F%23TiddlyTools%252FHistory%252FNext&sa=D&sntz=1&usg=AFQjCNHkfCXL9eghhciiy5G9FawHxG6-0A>
> http://tiddlytools.com/InsideTW/#TiddlyTools%2FHistory%2FPrevious
>
> also... there is a "debugger" mode that can be enabled by defining a CSS 
> class in a tiddler tagged with $:/tags/Stylesheet
> .authortools { display:inline; }
>
> When that classname is defined, the "History" interface adds a 
> "chevron-down" button that toggles between normal "user"
> display and enhanced "author" display, which shows the contents of 
> $:/HistoryList, $:/StoryList!!list, and the resulting
> "computed" history.  This can be handy when verifying how the computed 
> history list was constructed.
>
> enjoy,
> -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/467e13fc-c257-422a-85d6-af52ec643117o%40googlegroups.com.

Reply via email to