I found a couple of posts by Eric that seem like they'd allow a
solution, but I'm a total newbie to JS coding, both generally and in
TW, so please don't just reply "create a plugin" or something 8-)
Assuming the below would work, where would I put it to make it work at
document load time?
config.shadowTiddlers["DefaultTiddlers"] = "[["
+ store.getTaggedTiddlers("sticky","modified").reverse()[0].title
+ "]] [["
+ store.getTaggedTiddlers("journal AND NOT
Archived","modified").reverse()[0].title
+ "]]";
On Jun 12, 12:35 pm, HansBKK <[email protected]> wrote:
> This is related to my recent post, but I thought different enough to
> warrant a separate thread.
>
> I am trying to use OpenTaggedTiddlers in combination with
> MatchTagsPlugin
>
> This works fine:
>
> <<tiddler OpenTaggedTiddlers with: "Open all" journal modified reverse
> close 100>>
>
> Regarding the "tagToMatch" variable (above = "journal"), the plugin's
> doc states:
>
> when MatchTagsPlugin is installed, you can also use a boolean tag
> expression, enclosed in "..."
>
> But I haven't been able to get any of the below to work:
>
> <<tiddler OpenTaggedTiddlers with: "Open all" "journal AND NOT
> Archived" modified reverse close 100>>
> <<tiddler OpenTaggedTiddlers with: "Open all" "(journal AND NOT
> Archived)" modified reverse close 100>>
> <<tiddler OpenTaggedTiddlers with: "Open all" "[journal AND NOT
> Archived]" modified reverse close 100>>
> <<tiddler OpenTaggedTiddlers with: "Open all" "[[journal AND NOT
> Archived]]" modified reverse close 100>>
>
> While I'm here, is there any way to trigger this behavior
> automatically, either when a tiddler is opened, or at document load
> time?
>
> Thanks very much in advance.
>
> http://www.tiddlytools.com/#OpenTaggedTiddlers
> http://www.tiddlytools.com/#MatchTagsPlugin
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.