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://tiddlytools.com/InsideTW/#TiddlyTools%2FHistory%2FNext
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/e46edc8a-412c-4942-bfe5-2240b731030co%40googlegroups.com.

Reply via email to