Open the recently made tiddlers automatically

62 views
Skip to first unread message

j3d1H

unread,
Apr 11, 2017, 10:35:03 AM4/11/17
to TiddlyWiki
I'm looking for a plugin or code to open the recently made tiddlers (from the current day, as well as the last day) as well as the home page. For instance, say I keep a journal, and I use this. It will open the journal named after today, the one named after yesterday (because that's when they were made), and my home page. This shouldn't include things edited during that time, just created. I'm sorry this is so specific, but it's what I need. I use TW5, and I will provide more info if needed.

magev958

unread,
Apr 11, 2017, 12:30:46 PM4/11/17
to TiddlyWiki
I use this snippet in "Default tiddlers" in ControlPanel

[tag[unfinished]] +[days:modified[-30]sort[created]![template/buttonGenus]limit[1]]

It opens 1 tiddler tagged "unfinished" created first of the tiddlers modified the last 30 days :)

Douglas Counts

unread,
Apr 14, 2017, 11:30:44 PM4/14/17
to TiddlyWiki
This will open all tiddlers from the last two days that are not system nor shadow tiddlers:

[days:modified[-2]sort[created]!prefix[$:/]]

Hope that works for you,

-Doug
Reply all
Reply to author
Forward
0 new messages